remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:06:22 +02:00
parent 3c1641e3e3
commit f8f901b05e
212 changed files with 432 additions and 432 deletions

View File

@@ -8,7 +8,7 @@
.export _cputsxy, _cputs
.import gotoxy, _cputc
.importzp ptr1, tmp1
_cputsxy:
sta ptr1 ; Save s for later
stx ptr1+1

View File

@@ -10,7 +10,7 @@
.import screensize
.importzp ptr1, ptr2
.macpack cpu
.macpack cpu
.proc _screensize
@@ -29,7 +29,7 @@
sta (ptr2),y
txa
sta (ptr1),y
.endif
.endif
rts
.endproc