Update BxROM
This commit is contained in:
parent
9cb46847a0
commit
31192e15cb
|
@ -32,7 +32,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
||||||
|
|
||||||
case "IREM-BNROM": //Mashou (J).nes
|
case "IREM-BNROM": //Mashou (J).nes
|
||||||
case "NES-BNROM": //Deadly Towers (U)
|
case "NES-BNROM": //Deadly Towers (U)
|
||||||
AssertPrg(128); AssertChr(0); AssertWram(0); AssertVram(8);
|
AssertPrg(128,256); AssertChr(0); AssertWram(0,8); AssertVram(8);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue