Make room for family basic

keyboard needs special register properties
This commit is contained in:
alyosha-tas 2016-09-07 20:07:14 -04:00 committed by GitHub
parent 29cec0e49b
commit 25ef1312aa
1 changed files with 1 additions and 0 deletions

View File

@ -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: