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

@@ -6,7 +6,7 @@
.import __BSS_LOAD__
.import __MAIN_START__
.export __BLLHDR__: absolute = 1
; ------------------------------------------------------------------------
; BLL header (BLL header)

View File

@@ -155,7 +155,7 @@ secreadbyte0:
bne exit
;**********************************
; Select a block
; Select a block
;**********************************
seclynxblock:
pha

View File

@@ -19,7 +19,7 @@
; and Opt1 + Opt2 pressed '3'.
; So the keyboard returns '1', '2', '3', 'P', 'R', 'F' or '?'.
_cgetc:
_cgetc:
jsr _kbhit ; Check for char available
beq _cgetc
ora KBSTL

View File

@@ -252,4 +252,4 @@ EEloop4:
rts

View File

@@ -4,7 +4,7 @@
;
; created : 11.05.95
; last modified :
;
;
; 16.02.96 leaner (thanks to Harry)
; 12.03.96 test for busy after write and erase (well, Harry ;)) )
; 22.08.97 ported to ra65 for use with cc65

View File

@@ -4,7 +4,7 @@
;
; created : 11.05.95
; last modified :
;
;
; 16.02.96 leaner (thanks to Harry)
; 12.03.96 test for busy after write and erase (well, Harry ;)) )
; 22.08.97 ported to ra65 for use with cc65

View File

@@ -4,7 +4,7 @@
;
; created : 11.05.95
; last modified :
;
;
; 16.02.96 leaner (thanks to Harry)
; 12.03.96 test for busy after write and erase (well, Harry ;)) )
; 22.08.97 ported to ra65 for use with cc65

View File

@@ -6,7 +6,7 @@
;
; lynx_exec is often used in compilation carts when you run small demos
; created with various (non-cc65) compilers.
;
;
; void lynx_exec(int fileno)
;
.importzp _FileDestAddr

View File

@@ -30,7 +30,7 @@ KBNPR: .byte 0
.code
_kbhit:
lda KBEDG
bne L1
bne L1
lda $FCB0 ; Read the Opt buttons
and #$0c
sta KBTMP

View File

@@ -6,7 +6,7 @@
;
; Ported to cc65 (http://www.cc65.org) by
; Shawn Jefferson, June 2004
;
;
; This version by Karri Kaksonen, December 2010
;
; Helper stuff for the cartridge file functions. This version can deal
@@ -16,7 +16,7 @@
.include "lynx.inc"
.include "extzp.inc"
.export lynxskip0, lynxread0
.export lynxblock
.export lynxblock
.import __BLOCKSIZE__
.code
@@ -60,7 +60,7 @@ readbyte0:
bne exit
;**********************************
; Select a block
; Select a block
;**********************************
lynxblock:
pha