fix bug in coleco bios hookup

This commit is contained in:
zeromus 2012-11-17 22:49:49 +00:00
parent 823e84592a
commit ff8f6aafb6
1 changed files with 1 additions and 1 deletions

View File

@ -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;