This commit is contained in:
Peter Ferrie 2018-05-02 12:13:36 -07:00
parent 6b960358b8
commit 41be0d85e2
6 changed files with 10 additions and 19 deletions

View File

@ -352,7 +352,6 @@ slot lda $cfff
sta $300 ;80-cols
ldx #1
stx $301 ;lowercase
stx $305 ;warn about missing .sav
dex
dex
stx $302 ;no load
@ -515,8 +514,6 @@ brand jsr $dbda
ldx #<brandtext
ldy #(brandtext_e-brandtext)
jsr $dbda
lda $305
beq +
lda $300
cmp #$38
bne +

View File

@ -444,9 +444,10 @@ skipupper
;skip suffix handling if not present
ldx #0
ldy $2006
lda $2006-2,y
cmp '.'
cmp #'.'
bne ++
inc $2006
lda #'V'
@ -476,7 +477,9 @@ skipupper
sta $2006,y
lda #'Z'
sta $2006-1,y
++ jsr hddopendir
ldx $305
++ stx $305
jsr hddopendir
jmp entry
call80 jsr $c300

View File

@ -444,9 +444,10 @@ skipupper
;skip suffix handling if not present
ldx #0
ldy $2006
lda $2006-2,y
cmp '.'
cmp #'.'
bne ++
inc $2006
lda #'V'
@ -476,7 +477,9 @@ skipupper
sta $2006,y
lda #'Z'
sta $2006-1,y
++ jsr hddopendir
ldx $305
++ stx $305
jsr hddopendir
jmp entry
call80 jsr $c300

View File

@ -59,11 +59,7 @@ zp_E7 = $E7
zero_info
ldy #name_offset
sty zpage_ptr
!if name_offset=0 {
tya
} else {
lda #0
}
sta (zpage_info),y
clc
lda zpage_info

View File

@ -61,11 +61,7 @@ zp_E9 = $e9
zero_info
ldy #name_offset
sty zpage_ptr
!if name_offset=0 {
tya
} else {
lda #0
}
sta (zpage_info),y
clc
lda zpage_info

View File

@ -68,11 +68,7 @@ zp_DC = $dc
zero_info
ldy #name_offset
sty zpage_ptr
!if name_offset=0 {
tya
} else {
lda #0
}
sta (zpage_info),y
clc
lda zpage_info