From bf0ae229691ccbdb17b57e0b865f30445f6b0b3e Mon Sep 17 00:00:00 2001
From: Fabrizio Caruso <Fabrizio_Caruso@hotmail.com>
Date: Thu, 9 Nov 2017 16:36:06 +0100
Subject: [PATCH] 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