From 16c0065635095f535ebe76df136dac197ebd6e97 Mon Sep 17 00:00:00 2001 From: goyuken Date: Sat, 18 Jan 2014 16:16:24 +0000 Subject: [PATCH] nes: support some mmc1 proto carts --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs index e810325f35..4b25ceec8a 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/SxROM.cs @@ -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)