mirror of
https://github.com/cc65/cc65.git
synced 2025-02-07 20:30:49 +00:00
Correct bits in gamate joystick detection
This commit is contained in:
parent
b6f854be5e
commit
e4a235b233
@ -79,6 +79,7 @@ COUNT:
|
||||
|
||||
READJOY:
|
||||
lda JOY_DATA
|
||||
eor #$ff
|
||||
ldx #0
|
||||
rts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user