From ab818f1b932c9faf0ec232b59d28d16c3971f451 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Fri, 9 Jun 2017 20:43:02 -0400 Subject: [PATCH] Update BxROM --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs index 63722da27e..f1f2ffd275 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/BxROM.cs @@ -66,7 +66,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES { if (VRAM != null) { - return VRAM[addr | (chr_bank_8k << 13)]; + return VRAM[addr]; } else {