Skip to content

Commit ff3914c

Browse files
committed
proper ram reservation when no-keyboard
1 parent 6a4bc04 commit ff3914c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ram.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ kbRawInput: .res 9 ; $0676 - all 72 keys' input
238238
; routine in the stack to track instead
239239
highScoreEntryActive: .res 1 ; $067F
240240
.else
241-
.res $B
241+
.res $E
242242
.endif
243243

244244
musicStagingSq1Lo: .res 1 ; $0680

0 commit comments

Comments
 (0)