NES: fix major league for change in database autism

This commit is contained in:
goyuken 2014-02-21 23:31:44 +00:00
parent 3d7a0e445b
commit 220dabafb7
1 changed files with 2 additions and 1 deletions

View File

@ -42,7 +42,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
case "MAPPER032": case "MAPPER032":
break; break;
case "IREM-G101": case "IREM-G101":
if (Cart.pcb == "UNAMED-IF-13") if (Cart.pcb == "UNK-IF-13")
{ {
//special case for major league //special case for major league
oneScreenHack = true; oneScreenHack = true;
@ -101,6 +101,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
prg_mode <<= 2; prg_mode <<= 2;
mirror_mode = value & 1; mirror_mode = value & 1;
SyncMirror(); SyncMirror();
NES.LogLine("V: {0}", value);
break; break;
//$A000-$A007: [PPPP PPPP] PRG Reg 1 //$A000-$A007: [PPPP PPPP] PRG Reg 1