Revert "Now we update __cwd"

This reverts commit d417baf826.
This commit is contained in:
Oliver Schmidt 2021-03-06 11:56:22 +01:00 committed by GitHub
parent ddd26ec3f7
commit 4f3842abeb
2 changed files with 2 additions and 4 deletions

View file

@ -10,7 +10,8 @@
initcwd:
BRK_TELEMON(XGETCWD)
ldx #PWD_PTR
BRK_TELEMON XVARS
sta ptr1
sty ptr1+1

View file

@ -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