Skip to content

Commit

Permalink
Bugfix, still reading joy4+2 in joystick_get
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-b-jakobsson committed Nov 23, 2024
1 parent 23b144f commit 9211edf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kernal/drivers/x16/joystick.s
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ joy_detect:

; Store joytstick connection flags
sta joycon

KVARS_END_TRASH_A_NZ
rts

Expand Down Expand Up @@ -233,7 +233,6 @@ joystick_get:
ldy #0
: lda joy4
ldx joy4+1
ldy joy4+2

@5: KVARS_END
rts
Expand Down

0 comments on commit 9211edf

Please sign in to comment.