mirror of
https://github.com/cc65/cc65.git
synced 2025-01-09 11:30:29 +00:00
Merge pull request #517 from Fabrizio-Caruso/gamate_joy2
Correct bits in gamate joystick detection
This commit is contained in:
commit
e49c33148c
@ -79,6 +79,7 @@ COUNT:
|
||||
|
||||
READJOY:
|
||||
lda JOY_DATA
|
||||
eor #$FF
|
||||
ldx #0
|
||||
rts
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user