NES: TxROM: add 256K chr option to ACCLAIM-MC-ACC. fixes crash dummies, amongst others

This commit is contained in:
goyuken 2013-05-20 13:41:21 +00:00
parent 1e1466a0f9
commit ea7dd85451
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
Cart.wram_battery = false;
break;
case "ACCLAIM-MC-ACC": //alien 3 (U), bart simpson vs the world (U)
AssertPrg(128, 256); AssertChr(128); AssertVram(0); AssertWram(0);
AssertPrg(128, 256); AssertChr(128, 256); AssertVram(0); AssertWram(0);
AssertBattery(false);
break;
case "NES-B4": //batman (U)