Update BxROM

This commit is contained in:
alyosha-tas 2017-06-07 21:35:18 -04:00 committed by GitHub
parent 9cb46847a0
commit 31192e15cb
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
case "IREM-BNROM": //Mashou (J).nes
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;
default:
@ -80,4 +80,4 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
}
}
}
}