From f210e21b1e61a9c7751042d4a6adead1d1629c30 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 29 Aug 2011 00:38:29 +0000 Subject: [PATCH] NES-support super C --- .../Consoles/Nintendo/NES/Boards/MMC3_family/TxROM.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/MMC3_family/TxROM.cs b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/MMC3_family/TxROM.cs index 4e9f3e98e2..c918b9edce 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/MMC3_family/TxROM.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/NES/Boards/MMC3_family/TxROM.cs @@ -75,6 +75,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo AssertPrg(128, 256, 512); AssertChr(128, 256); AssertVram(0); AssertWram(8); break; case "NES-TLROM": //mega man 3 + case "KONAMI-TLROM": //Super C case "HVC-TLROM": //8 eyes (J) AssertPrg(128, 256, 512); AssertChr(128, 256); AssertVram(0); AssertWram(0); AssertBattery(false);