mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2024-11-16 03:07:05 +00:00
support no suffix
This commit is contained in:
parent
ab07090b46
commit
0afc33f594
@ -437,7 +437,12 @@ skipupper
|
||||
lda #>brand
|
||||
sta $ddb7
|
||||
|
||||
;skip suffix handling if not present
|
||||
|
||||
ldy $2006
|
||||
lda $2006-2,y
|
||||
cmp '.'
|
||||
bne ++
|
||||
inc $2006
|
||||
lda #'V'
|
||||
sta $2006+1,y
|
||||
@ -466,7 +471,7 @@ skipupper
|
||||
sta $2006,y
|
||||
lda #'Z'
|
||||
sta $2006-1,y
|
||||
jsr hddopendir
|
||||
++ jsr hddopendir
|
||||
jmp entry
|
||||
|
||||
call80 jsr $c300
|
||||
|
Loading…
Reference in New Issue
Block a user