mirror of
https://github.com/mi57730/a2d.git
synced 2025-02-08 13:30:31 +00:00
path names
This commit is contained in:
parent
9fee0cca87
commit
1f79de5227
@ -367,7 +367,7 @@ continue:
|
||||
sta dst
|
||||
lda #>(pathname::data)
|
||||
sta dst+1
|
||||
jsr copy_pathname
|
||||
jsr copy_pathname ; copy x bytes (src) to (dst)
|
||||
|
||||
lda #'/'
|
||||
ldy #0
|
||||
@ -396,7 +396,7 @@ continue:
|
||||
adc #$00
|
||||
sta window_params::title+1
|
||||
ldy #$09
|
||||
lda ($06),y
|
||||
lda (src),y
|
||||
tax
|
||||
dex
|
||||
dex
|
||||
@ -406,7 +406,7 @@ continue:
|
||||
sta src
|
||||
bcc L0A61
|
||||
inc src+1
|
||||
L0A61: jsr copy_pathname
|
||||
L0A61: jsr copy_pathname ; copy x bytes (src) to (dst)
|
||||
lda #$1E
|
||||
sta $27
|
||||
lda #$40
|
||||
|
Loading…
x
Reference in New Issue
Block a user