From 31192e15cba8d79a3c2f3804075c0752fa9ff679 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Wed, 7 Jun 2017 21:35:18 -0400 Subject: [PATCH] Update BxROM --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs index b333587a0d..63722da27e 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs @@ -32,7 +32,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES case "IREM-BNROM": //Mashou (J).nes case "NES-BNROM": //Deadly Towers (U) - AssertPrg(128); AssertChr(0); AssertWram(0); AssertVram(8); + AssertPrg(128,256); AssertChr(0); AssertWram(0,8); AssertVram(8); break; default: @@ -80,4 +80,4 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES } } -} \ No newline at end of file +}