Fix the coleco core that was crashing on start up
This commit is contained in:
parent
997558076f
commit
3589323ca1
|
@ -53,7 +53,7 @@ namespace BizHawk.Emulation.Cores.ColecoVision
|
|||
PSG = new SN76489();
|
||||
|
||||
// TODO: hack to allow bios-less operation would be nice, no idea if its feasible
|
||||
byte[] BiosRom = CoreComm.CoreFileProvider.GetFirmware("Coleco", "Bios", true, "Coleco BIOS file is required.");
|
||||
BiosRom = CoreComm.CoreFileProvider.GetFirmware("Coleco", "Bios", true, "Coleco BIOS file is required.");
|
||||
|
||||
// gamedb can overwrite the syncsettings; this is ok
|
||||
if (game["NoSkip"])
|
||||
|
|
Loading…
Reference in New Issue