Removed (pretty inconsistently used) tab chars from source code base.
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
; Screen size variables
|
||||
;
|
||||
|
||||
.export screensize
|
||||
.export screensize
|
||||
|
||||
.include "apple2.inc"
|
||||
|
||||
screensize:
|
||||
ldx WNDWDTH
|
||||
lda WNDBTM
|
||||
ldx WNDWDTH
|
||||
lda WNDBTM
|
||||
sec
|
||||
sbc WNDTOP
|
||||
sbc WNDTOP
|
||||
tay
|
||||
rts
|
||||
|
||||
Reference in New Issue
Block a user