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

@@ -11,7 +11,7 @@
.importzp cursor_r, cursor_c
.import _cursor
.constructor initscrsize
.include "geossym.inc"
.segment "ONCE"
@@ -38,7 +38,7 @@ L1: lda #40 ; 40 columns (more or less)
.code
screensize:
screensize:
ldx xsize
ldy ysize
rts