nes: fix esper bouken tai, ff2 (U)

This commit is contained in:
goyuken 2014-01-18 15:57:43 +00:00
parent 77e87688c3
commit 6c4b1ed2da
2 changed files with 2 additions and 0 deletions

View File

@ -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":

View File

@ -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;