From a409f1fb62b0f245346510a7c70c3b2f5a7acd36 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 15 Oct 2016 08:22:09 -0500 Subject: [PATCH] support Mapper 47 as the NES-QJ board, some roms in the wild have the mapper number in the ines header --- .../Consoles/Nintendo/NES/Boards/MMC3_family/NES-QJ.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/NES-QJ.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/NES-QJ.cs index 612d5e576b..5dd2335ead 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/NES-QJ.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/MMC3_family/NES-QJ.cs @@ -24,6 +24,8 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES //analyze board type switch (Cart.board_type) { + case "MAPPER047": // Junk roms + break; case "NES-QJ": //super spike v'ball / nintendo world cup AssertPrg(256); AssertChr(256); AssertVram(0); AssertWram(0); AssertBattery(false);