Remove trailings spaces from CBM-related asm files

This commit is contained in:
Bas Wassink
2019-03-22 22:54:05 +01:00
parent 462d8096c0
commit 2eac69a943
30 changed files with 28 additions and 56 deletions

View File

@@ -6,7 +6,6 @@
.export screensize
.import SCREEN
screensize = SCREEN

View File

@@ -3,10 +3,10 @@
;
; OPEN kernal call.
;
; NOTE: The OPEN system call in the CBM610 kernal is different from the
; NOTE: The OPEN system call in the CBM610 kernal is different from the
; standard. It evaluates the carry flag and does a normal open if carry clear
; and some strange things (output sa 15 + name on IEC) if carry set. To be
; compatible with our CBM file stuff, we have to clear the carry before
; compatible with our CBM file stuff, we have to clear the carry before
; calling the real OPEN.
.export OPEN
@@ -18,5 +18,3 @@
.endproc

View File

@@ -12,7 +12,7 @@
.import sys_bank, restore_bank
.import sysp0: zp, ktmp: zp
.include "cbm610.inc"
.proc SETNAM
@@ -41,5 +41,3 @@
.endproc

View File

@@ -3,7 +3,7 @@
;
; udtim routine for the 610. We will not check for the stop key here, since
; C programs will not use it.
;
;
.export UDTIM
.import time: zp

View File

@@ -10,7 +10,7 @@
.import _srand
.importzp time
__randomize:
__randomize:
ldx time+2 ; Use 50/60HZ clock
lda time+1
jmp _srand ; Initialize generator