nes: support some mmc1 proto carts
This commit is contained in:
parent
6c4b1ed2da
commit
16c0065635
|
@ -366,6 +366,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
|
|||
case "HVC-SKROM": //ad&d dragons of flame (J)
|
||||
AssertPrg(128, 256); AssertChr(128); AssertVram(0); AssertWram(8);
|
||||
break;
|
||||
case "NES-SKEPROM": // chip n dale 2 (proto)
|
||||
AssertPrg(128, 256); AssertChr(128); AssertVram(0); AssertWram(0, 8);
|
||||
break;
|
||||
case "NES-SLROM": //castlevania 2
|
||||
case "KONAMI-SLROM": //bayou billy
|
||||
case "HVC-SLROM": //Adventures of Lolo 2 (J)
|
||||
|
|
Loading…
Reference in New Issue