nes: fix esper bouken tai, ff2 (U)
This commit is contained in:
parent
77e87688c3
commit
6c4b1ed2da
|
@ -390,6 +390,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
case "NES-SNROM": //dragon warrior 2
|
||||
case "HVC-SNROM":
|
||||
case "VIRGIN-SNROM":
|
||||
case "NES-SNWEPROM": // final fantasy 2 (proto)
|
||||
AssertPrg(128, 256); AssertChr(0); AssertVram(8); AssertWram(8);
|
||||
break;
|
||||
case "SxROM-JUNK":
|
||||
|
|
|
@ -54,6 +54,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
|
||||
case "NES-UOROM": //paperboy 2
|
||||
case "HVC-UOROM":
|
||||
case "JALECO-JF-15":
|
||||
case "JALECO-JF-18":
|
||||
AssertPrg(256); AssertChr(0); AssertVram(8); AssertWram(0);
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue