1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-23 23:17:45 +00:00

Update gamate-stdjoy.s

This commit is contained in:
Fabrizio Caruso
2017-11-09 16:42:52 +01:00
committed by GitHub
parent bf0ae22969
commit 0a61b061c7
+1 -1
View File
@@ -79,7 +79,7 @@ COUNT:
READJOY:
lda JOY_DATA
eor #$ff
eor #$FF
ldx #0
rts