fix bug in coleco bios hookup
This commit is contained in:
parent
823e84592a
commit
ff8f6aafb6
|
@ -1787,7 +1787,7 @@ namespace BizHawk.MultiClient
|
|||
}
|
||||
break;
|
||||
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);
|
||||
nextEmulator = c;
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue