public void InsertCartridge(string filePath) { cartridge = new Cartridge(filePath); ppu.ConnectCartridge(cartridge); Reset(); }