From e4a235b23370d3842ce1c048ecbcf23d4498cfe2 Mon Sep 17 00:00:00 2001 From: "U-AMAIISDOM\\fcaruso" Date: Thu, 9 Nov 2017 13:51:04 +0100 Subject: [PATCH 1/3] 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 From bf0ae229691ccbdb17b57e0b865f30445f6b0b3e Mon Sep 17 00:00:00 2001 From: Fabrizio Caruso Date: Thu, 9 Nov 2017 16:36:06 +0100 Subject: [PATCH 2/3] Update gamate-stdjoy.s --- libsrc/gamate/joy/gamate-stdjoy.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/gamate/joy/gamate-stdjoy.s b/libsrc/gamate/joy/gamate-stdjoy.s index f6b303dba..a5bd24ef2 100644 --- a/libsrc/gamate/joy/gamate-stdjoy.s +++ b/libsrc/gamate/joy/gamate-stdjoy.s @@ -79,7 +79,7 @@ COUNT: READJOY: lda JOY_DATA - eor #$ff + eor #$ff ldx #0 rts From 0a61b061c70d538453c1ffe3f846f06f078c9b71 Mon Sep 17 00:00:00 2001 From: Fabrizio Caruso Date: Thu, 9 Nov 2017 16:42:52 +0100 Subject: [PATCH 3/3] Update gamate-stdjoy.s --- libsrc/gamate/joy/gamate-stdjoy.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/gamate/joy/gamate-stdjoy.s b/libsrc/gamate/joy/gamate-stdjoy.s index a5bd24ef2..801b40acd 100644 --- a/libsrc/gamate/joy/gamate-stdjoy.s +++ b/libsrc/gamate/joy/gamate-stdjoy.s @@ -79,7 +79,7 @@ COUNT: READJOY: lda JOY_DATA - eor #$ff + eor #$FF ldx #0 rts