From: U-AMAIISDOM\fcaruso Date: Thu, 9 Nov 2017 12:51:04 +0000 (+0100) Subject: Correct bits in gamate joystick detection X-Git-Tag: V2.17~76^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e4a235b23370d3842ce1c048ecbcf23d4498cfe2;p=cc65 Correct bits in gamate joystick detection --- diff --git a/libsrc/gamate/joy/gamate-stdjoy.s b/libsrc/gamate/joy/gamate-stdjoy.s index d10eb6f41..f6b303dba 100644 --- a/libsrc/gamate/joy/gamate-stdjoy.s +++ b/libsrc/gamate/joy/gamate-stdjoy.s @@ -79,6 +79,7 @@ COUNT: READJOY: lda JOY_DATA + eor #$ff ldx #0 rts