From 43f86b5698b610bd0e65128324ccdd6b259a2794 Mon Sep 17 00:00:00 2001 From: adelikat Date: Mon, 7 Sep 2015 22:42:08 -0400 Subject: [PATCH] Cleanup up previous mapper 119 stuff --- .../Consoles/Nintendo/NES/Boards/MMC3_family/TQROM.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 e1813f82d4..52d5fc1c46 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 @@ -10,8 +10,9 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES switch (Cart.board_type) { case "MAPPER119": - case "NES-TQROM": // High Speed and Pin Bot Cart.vram_size = 8; Cart.wram_size = 0; // Junk ROMs get these wrong + break; + case "NES-TQROM": // High Speed and Pin Bot AssertPrg(128); AssertChr(64); AssertVram(8); AssertWram(0); break; default: