mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
implement _sysrename for Atari
This commit is contained in:
@@ -15,6 +15,9 @@
|
||||
.importzp tmp3
|
||||
.import addysp
|
||||
.import ucase_fn
|
||||
.ifdef DEFAULT_DEVICE
|
||||
.importzp tmp2
|
||||
.endif
|
||||
.endif
|
||||
.export __syschdir
|
||||
|
||||
@@ -40,6 +43,10 @@ iocbok: stx tmp4 ; remember IOCB index
|
||||
|
||||
.ifdef UCASE_FILENAME
|
||||
|
||||
.ifdef DEFAULT_DEVICE
|
||||
ldy #$80
|
||||
sty tmp2 ; set flag for ucase_fn
|
||||
.endif
|
||||
jsr ucase_fn
|
||||
bcc ucok1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user