fix bug in coleco bios hookup
This commit is contained in:
parent
823e84592a
commit
ff8f6aafb6
|
@ -1787,7 +1787,7 @@ namespace BizHawk.MultiClient
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "Coleco":
|
case "Coleco":
|
||||||
string colbiosPath = PathManager.MakeAbsolutePath(Global.Config.PathCOLBios, "COL");
|
string colbiosPath = PathManager.MakeAbsolutePath(Global.Config.PathCOLBios, "Coleco");
|
||||||
ColecoVision c = new ColecoVision(game, rom.RomData, colbiosPath);
|
ColecoVision c = new ColecoVision(game, rom.RomData, colbiosPath);
|
||||||
nextEmulator = c;
|
nextEmulator = c;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue