From 3589323ca117d9c9298991154b9988891b59b6ae Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 5 Mar 2015 01:17:43 +0000 Subject: [PATCH] Fix the coleco core that was crashing on start up --- BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs b/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs index 646c382cb8..0ac81f4c8f 100644 --- a/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs +++ b/BizHawk.Emulation.Cores/Consoles/Coleco/ColecoVision.cs @@ -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"])