remove dangling spaces
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
.import __BSS_LOAD__
|
||||
.import __MAIN_START__
|
||||
.export __BLLHDR__: absolute = 1
|
||||
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
; BLL header (BLL header)
|
||||
|
||||
|
||||
@@ -155,7 +155,7 @@ secreadbyte0:
|
||||
bne exit
|
||||
|
||||
;**********************************
|
||||
; Select a block
|
||||
; Select a block
|
||||
;**********************************
|
||||
seclynxblock:
|
||||
pha
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -252,4 +252,4 @@ EEloop4:
|
||||
|
||||
rts
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user