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

@@ -167,7 +167,7 @@ loop: .repeat 8
; Done
done: rts
done: rts
; ------------------------------------------------------------------------
; COPYFROM: Copy from extended into linear memory. A pointer to a structure
@@ -178,7 +178,7 @@ done: rts
COPYFROM:
sta ptr3
stx ptr3+1 ; Save the passed em_copy pointer
ldy #EM_COPY::OFFS
lda (ptr3),y
sta ptr1

View File

@@ -190,7 +190,7 @@ done: rts
; ------------------------------------------------------------------------
; USE: Tell the driver that the window is now associated with a given page.
USE: sta curpage
stx curpage+1 ; Remember the page
lda #<window