remove dangling spaces
This commit is contained in:
@@ -93,7 +93,7 @@ Y2 = ptr4
|
||||
SCRBASE:
|
||||
.res 1 ; High byte of screen base (64k VDC only)
|
||||
|
||||
ERROR:
|
||||
ERROR:
|
||||
.res 1 ; Error code
|
||||
PALETTE:
|
||||
.res 2 ; The current palette
|
||||
@@ -199,9 +199,9 @@ INSTALL:
|
||||
@endok:
|
||||
lda #0
|
||||
sta SCRBASE ; draw page 0 as default
|
||||
rts
|
||||
rts
|
||||
|
||||
test64k:
|
||||
test64k:
|
||||
sta tmp1
|
||||
sty ptr3
|
||||
lda #0
|
||||
|
||||
Reference in New Issue
Block a user