1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-14 14:26:27 +00:00

Update gamate-stdjoy.s

This commit is contained in:
Fabrizio Caruso
2017-11-09 16:36:06 +01:00
committed by GitHub
parent e4a235b233
commit bf0ae22969

View File

@@ -79,7 +79,7 @@ COUNT:
READJOY:
lda JOY_DATA
eor #$ff
eor #$ff
ldx #0
rts