NES: fix major league for change in database autism
This commit is contained in:
parent
3d7a0e445b
commit
220dabafb7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue