coleco: clean up corefileprovider usage
This commit is contained in:
parent
723a90fb30
commit
7017168ee3
|
@ -53,8 +53,7 @@ namespace BizHawk.Emulation.Cores.ColecoVision
|
||||||
PSG = new SN76489();
|
PSG = new SN76489();
|
||||||
|
|
||||||
// TODO: hack to allow bios-less operation would be nice, no idea if its feasible
|
// TODO: hack to allow bios-less operation would be nice, no idea if its feasible
|
||||||
string biosPath = CoreComm.CoreFileProvider.GetFirmwarePath("Coleco", "Bios", true, "Coleco BIOS file is required.");
|
byte[] BiosRom = CoreComm.CoreFileProvider.GetFirmware("Coleco", "Bios", true, "Coleco BIOS file is required.");
|
||||||
BiosRom = File.ReadAllBytes(biosPath);
|
|
||||||
|
|
||||||
// gamedb can overwrite the syncsettings; this is ok
|
// gamedb can overwrite the syncsettings; this is ok
|
||||||
if (game["NoSkip"])
|
if (game["NoSkip"])
|
||||||
|
|
Loading…
Reference in New Issue