From 8f51b42a2e32da9627efe0c386ad41449b85313e Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Wed, 2 Nov 2016 15:44:30 -0400 Subject: [PATCH] Fix Mapper 66 with added asserts --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/GxROM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/GxROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/GxROM.cs index 68b3e6fc1d..a353722067 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/GxROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/GxROM.cs @@ -28,7 +28,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES switch (Cart.board_type) { case "MAPPER066": - AssertPrg(32, 64, 128); AssertChr(8, 16, 32); AssertVram(0); AssertWram(0); + AssertPrg(32, 64, 128); AssertChr(8, 16, 32, 64); AssertVram(0); AssertWram(0,8); break; case "NES-GNROM": // Thunder & Lightning 128 prg // THere are no known with 64 prg