Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
; unsigned char cursor (unsigned char onoff);
|
||||
;
|
||||
|
||||
.export _cursor
|
||||
.import cursor
|
||||
.export _cursor
|
||||
.import cursor
|
||||
|
||||
|
||||
.proc _cursor
|
||||
.proc _cursor
|
||||
|
||||
tay ; onoff into Y
|
||||
ldx #0 ; High byte of result
|
||||
lda cursor ; Get old value
|
||||
sty cursor ; Set new value
|
||||
rts
|
||||
tay ; onoff into Y
|
||||
ldx #0 ; High byte of result
|
||||
lda cursor ; Get old value
|
||||
sty cursor ; Set new value
|
||||
rts
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user