We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45909bf commit ae72c50Copy full SHA for ae72c50
src/nmi/pollkeyboard.asm
@@ -45,6 +45,7 @@ pollKeyboard:
45
stx newlyPressedKeys
46
lda #KB_INIT
47
sta JOY1
48
+ jsr @ret ; wait 12 cycles before first row
49
@rowLoop:
50
lda #KB_COL_0
51
0 commit comments