Skip to content

Commit ae72c50

Browse files
committed
Delay before first row
1 parent 45909bf commit ae72c50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nmi/pollkeyboard.asm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ pollKeyboard:
4545
stx newlyPressedKeys
4646
lda #KB_INIT
4747
sta JOY1
48+
jsr @ret ; wait 12 cycles before first row
4849
@rowLoop:
4950
lda #KB_COL_0
5051
sta JOY1

0 commit comments

Comments
 (0)