1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-06 16:29:30 +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

View File

@ -77,6 +77,6 @@ COUNT:
READJOY:
lda sv_control
eor #$FF
eor #$FF
ldx #0
rts