Make room for family basic
keyboard needs special register properties
This commit is contained in:
parent
29cec0e49b
commit
25ef1312aa
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue