From 40494419a6517ab68ab8a5c1778b2876e736b4cb Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 18 Jan 2014 14:42:06 +0000 Subject: [PATCH] Pro Yakyuu - Family Stadium '87 (J) [!] (threw a TODO - test exception, results: works great) --- .../Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper206.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 f047c19428..63e6eb3b5a 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper206.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/Namcot1xx/Mapper206.cs @@ -28,8 +28,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES break; case "NAMCOT-3413": //pro yakyuu family stadium (J) AssertPrg(64); AssertChr(32); AssertVram(0); AssertWram(0); - throw new Exception("TODO - test please"); - //break; + break; case "NAMCOT-3414": //family boxing (J) AssertPrg(64); AssertChr(64); AssertVram(0); AssertWram(0); break; @@ -39,12 +38,11 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES case "NAMCOT-3416": //dragon slayer IV (J) (aka legacy of the wizard) AssertPrg(128); AssertChr(64); AssertVram(0); AssertWram(0); break; - case "NAMCOT-3417": //spy kid (J) + case "NAMCOT-3417": //spy kid (J), R.B.I. Baseball 2.7z|Pro Yakyuu - Family Stadium '87 (J) [!] //apparently this shows up as namcot 108 as well but perhaps there is no difference //(is this game older than the other namcot 109 games?) AssertPrg(32); AssertChr(32); AssertVram(0); AssertWram(0); - throw new Exception("TODO - test please"); - //break; + break; case "TENGEN-800030": // Pac-Mania (U), etc AssertPrg(64, 128); AssertChr(32, 64); AssertVram(0); AssertWram(0); break;