From e4a235b23370d3842ce1c048ecbcf23d4498cfe2 Mon Sep 17 00:00:00 2001 From: "U-AMAIISDOM\\fcaruso" Date: Thu, 9 Nov 2017 13:51:04 +0100 Subject: [PATCH] Correct bits in gamate joystick detection --- libsrc/gamate/joy/gamate-stdjoy.s | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5