1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-05 17:25:17 +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

View File

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