1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

Merge pull request #517 from Fabrizio-Caruso/gamate_joy2

Correct bits in gamate joystick detection
This commit is contained in:
Oliver Schmidt 2017-11-09 15:43:41 +00:00 committed by GitHub
commit e49c33148c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@ COUNT:
READJOY:
lda JOY_DATA
eor #$FF
ldx #0
rts