1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 03:29:39 +00:00

Revert "Now we update __cwd"

This reverts commit d417baf826.
This commit is contained in:
Oliver Schmidt 2021-03-06 11:56:22 +01:00
parent 558dfa285e
commit ab4ca51848
2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -7,7 +7,6 @@
.export __syschdir .export __syschdir
.import addysp, popax .import addysp, popax
.importzp tmp1 .importzp tmp1
.import initcwd
.include "telestrat.inc" .include "telestrat.inc"
.include "zeropage.inc" .include "zeropage.inc"
@ -29,6 +28,4 @@ __syschdir:
BRK_TELEMON(XPUTCWD) BRK_TELEMON(XPUTCWD)
jsr initcwd ; Update cwd
rts rts