From 45dfee66053b58c73f3ac3d5e48a390660c10970 Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 25 Aug 2015 16:45:22 -0400 Subject: [PATCH] add MAPPER119 designation to TQROM --- .../Consoles/Nintendo/NES/Boards/MMC3_family/TQROM.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/TQROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/TQROM.cs index 6b37020305..709ab46531 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/TQROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/TQROM.cs @@ -9,6 +9,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES //analyze board type switch (Cart.board_type) { + case "MAPPER119": // adelikat: Just in case, I didn't find a ROM with this but it could happen case "NES-TQROM": //high speed and pinbot AssertPrg(128); AssertChr(64); AssertVram(8); AssertWram(0); break;