From 7e67b41128a2832089b6783391481739586872c0 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 18 Jan 2014 14:52:16 +0000 Subject: [PATCH] fix R.B.I Baseball (Tengen) [!] - This commit is worth a peer review --- .../Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper206.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper206.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper206.cs index 63e6eb3b5a..6b7eea545d 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper206.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper206.cs @@ -47,7 +47,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES AssertPrg(64, 128); AssertChr(32, 64); AssertVram(0); AssertWram(0); break; case "TENGEN-800002": - AssertPrg(64); AssertChr(64); AssertVram(0); AssertWram(0); + AssertPrg(64); AssertChr(32, 64); AssertVram(0); AssertWram(0); break; case "NES-DE1ROM": AssertPrg(128); AssertChr(64); AssertVram(0); AssertWram(0);