From 25ef1312aa43c0125cbe83f35ad55ee2ce8a5938 Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Wed, 7 Sep 2016 20:07:14 -0400 Subject: [PATCH] Make room for family basic keyboard needs special register properties --- BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs index bb15b521b4..c182946c6f 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/Boards/NROM.cs @@ -69,6 +69,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES case "HVC-FAMILYBASIC": // we don't emulate the controller, so this won't work AssertPrg(32); AssertChr(8); AssertWram(2, 4); + NES._iskeyboard = true; break; default: