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

spaces instead of tab

This commit is contained in:
Fabrizio Caruso
2018-06-06 21:18:47 +02:00
parent e626180b28
commit 9af2d6b4a1
+1 -1
View File
@@ -77,6 +77,6 @@ COUNT:
READJOY:
lda sv_control
eor #$FF
eor #$FF
ldx #0
rts