nes: mmc3: add 256K prg option for ACCLAIM-MC-ACC. fixes "Simpsons, The: Bart vs. The World" and "Simpsons, The: Bartman Meets Radioactive Man"

This commit is contained in:
goyuken 2012-11-28 21:16:35 +00:00
parent 27217f119d
commit 2803190666
1 changed files with 2 additions and 2 deletions

View File

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