Removed (pretty inconsistently used) tab chars from source code base.

This commit is contained in:
Oliver Schmidt
2013-05-09 13:56:54 +02:00
parent 44fd1082ae
commit 85885001b1
1773 changed files with 62864 additions and 62868 deletions

View File

@@ -5,17 +5,17 @@
; zeropage locations for exclusive use by the library
;
.exportzp cursor_x, cursor_y
.exportzp cursor_c, cursor_r
.exportzp cursor_x, cursor_y
.exportzp cursor_c, cursor_r
.segment "EXTZP" : zeropage
.segment "EXTZP" : zeropage
cursor_x:
.res 2 ; Cursor column (0-319/639)
.res 2 ; Cursor column (0-319/639)
cursor_y:
.res 1 ; Cursor row (0-199)
.res 1 ; Cursor row (0-199)
cursor_c:
.res 1 ; Cursor column (0-39/79)
.res 1 ; Cursor column (0-39/79)
cursor_r:
.res 1 ; Cursor row (0-24)
.res 1 ; Cursor row (0-24)