mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Remove trailings spaces from CBM-related asm files
This commit is contained in:
@@ -15,5 +15,3 @@
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -15,5 +15,3 @@
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
|
||||
+1
-2
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
.proc CLOSE
|
||||
|
||||
|
||||
ldx PET_DETECT
|
||||
cpx #PET_4000
|
||||
bne @L1
|
||||
@@ -19,4 +19,3 @@
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
+1
-2
@@ -5,7 +5,7 @@
|
||||
;
|
||||
|
||||
.export RDTIM
|
||||
|
||||
|
||||
.include "pet.inc"
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
stx DEVNUM ; Device address
|
||||
sty SECADR ; Secondary address
|
||||
rts
|
||||
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
.proc SETNAM
|
||||
|
||||
|
||||
sta FNLEN
|
||||
stx FNADR
|
||||
sty FNADR+1
|
||||
@@ -18,4 +18,3 @@
|
||||
|
||||
.endproc
|
||||
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
.include "pet.inc"
|
||||
|
||||
__randomize:
|
||||
__randomize:
|
||||
ldx TIME+2
|
||||
lda TIME+1 ; Use 60HZ clock
|
||||
jmp _srand ; Initialize generator
|
||||
|
||||
Reference in New Issue
Block a user