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:
parent
27217f119d
commit
2803190666
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue