]> git.sur5r.net Git - cc65/commitdiff
Merge pull request #676 from Fabrizio-Caruso/master
authorOliver Schmidt <ol.sc@web.de>
Wed, 6 Jun 2018 19:37:13 +0000 (21:37 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Jun 2018 19:37:13 +0000 (21:37 +0200)
Fix joystick for the Supervision target

libsrc/supervision/joy/supervision-stdjoy.s

index d233a8600d0b637e03eae47b580a5561d1593055..ef790ec0b490b6c72441388857404acede93ade3 100644 (file)
@@ -77,5 +77,6 @@ COUNT:
 
 READJOY:
         lda     sv_control
+        eor     #$FF
         ldx     #0
         rts