[Telestrat] chdir management (#1419)

* add syschdir

* revert read.s

* remove extra line

* Now we update __cwd

* Fix tab

* Fix another tab

* Fix tab

* Fix tab and jmp

* fix xgetcwd

* Fix comments
This commit is contained in:
jedeoric
2021-03-11 09:42:14 +01:00
committed by GitHub
parent 23fba6cc37
commit 4f26650228
4 changed files with 41 additions and 8 deletions

View File

@@ -284,6 +284,8 @@ XSOUND = $44
XMUSIC = $45
XZAP = $46 ; Send Zap sound to PSG
XSHOOT = $47
XGETCWD = $48 ; Get current CWD
XPUTCWD = $49 ; Chdir
XMKDIR = $4B ; Create a folder. Only available in TELEMON 3.x (bank 7 of Orix)
XRM = $4D ; Remove a folder or a file. Only available in TELEMON 3.x (bank 7 of Orix)
XFWR = $4E ; Put a char on the first screen. Only available in TELEMON 3.x (bank 7 of Orix)