From: Bas Wassink Date: Fri, 22 Mar 2019 21:54:05 +0000 (+0100) Subject: Remove trailings spaces from CBM-related asm files X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2eac69a94361323bf7556d2cdde8f61c85c5ef99;p=cc65 Remove trailings spaces from CBM-related asm files --- diff --git a/libsrc/c128/kbhit.s b/libsrc/c128/kbhit.s index c1bca2416..0d4deacdf 100644 --- a/libsrc/c128/kbhit.s +++ b/libsrc/c128/kbhit.s @@ -20,6 +20,3 @@ L9: rts .endproc - - - diff --git a/libsrc/c64/acc_chameleon_speed.s b/libsrc/c64/acc_chameleon_speed.s index ce51b9dde..f73fddd01 100755 --- a/libsrc/c64/acc_chameleon_speed.s +++ b/libsrc/c64/acc_chameleon_speed.s @@ -5,7 +5,7 @@ ; unsigned char __fastcall__ set_chameleon_speed (unsigned char speed); ; ;/* Set the speed of the Chameleon cartridge, the following inputs -; * are accepted: +; * are accepted: ; * SPEED_SLOW : 1 Mhz mode ; * SPEED_1X : 1 Mhz mode ; * SPEED_2X : 2 Mhz mode diff --git a/libsrc/c64/emd/c64-ram.s b/libsrc/c64/emd/c64-ram.s index b41f932e6..5355b552d 100644 --- a/libsrc/c64/emd/c64-ram.s +++ b/libsrc/c64/emd/c64-ram.s @@ -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 diff --git a/libsrc/c64/emd/c64-reu.s b/libsrc/c64/emd/c64-reu.s index bf7bb4fb0..a563305ce 100644 --- a/libsrc/c64/emd/c64-reu.s +++ b/libsrc/c64/emd/c64-reu.s @@ -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 #