1
0
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:
U-AMAIISDOM\fcaruso 2017-11-09 13:51:04 +01:00
parent b6f854be5e
commit e4a235b233

View File

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