Shortenned the CBM close() by a byte and a cycle.
This commit is contained in:
parent
fc3fa173ae
commit
33f602f9ad
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
lda #LFN_CLOSED
|
lda #LFN_CLOSED
|
||||||
sta fdtab,x
|
sta fdtab,x
|
||||||
lda tmp2 ; Get the handle
|
txa ; Get handle
|
||||||
clc
|
clc
|
||||||
adc #LFN_OFFS ; Make LFN from handle
|
adc #LFN_OFFS ; Make LFN from handle
|
||||||
jsr CLOSE
|
jsr CLOSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue