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