mirror of
https://github.com/cc65/cc65.git
synced 2025-03-04 00:30:35 +00:00
Revert "Now we update __cwd"
This reverts commit d417baf826b9a6eae86d4de69f149b9f105954e9.
This commit is contained in:
parent
558dfa285e
commit
ab4ca51848
@ -10,7 +10,8 @@
|
||||
|
||||
|
||||
initcwd:
|
||||
BRK_TELEMON(XGETCWD)
|
||||
ldx #PWD_PTR
|
||||
BRK_TELEMON XVARS
|
||||
|
||||
sta ptr1
|
||||
sty ptr1+1
|
||||
|
@ -7,7 +7,6 @@
|
||||
.export __syschdir
|
||||
.import addysp, popax
|
||||
.importzp tmp1
|
||||
.import initcwd
|
||||
|
||||
.include "telestrat.inc"
|
||||
.include "zeropage.inc"
|
||||
@ -28,7 +27,5 @@ __syschdir:
|
||||
; Call telemon primitive
|
||||
|
||||
BRK_TELEMON(XPUTCWD)
|
||||
|
||||
jsr initcwd ; Update cwd
|
||||
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user