This commit is contained in:
Tolik 2025-06-15 03:35:37 +10:00
parent 8ba8177a13
commit 98f5637289
2 changed files with 1 additions and 4 deletions

View File

@ -127,9 +127,6 @@ DISKINF: LD C,B
.error: POP HL .error: POP HL
RET RET
; ;
CP #FF ; !FIXIT WorkDirectory
;!TEST !Current Dir
;JR Z,CURRDS ;R06
.CurrentDisk: LD A,(CORE_BUFFERS.CurrentPath) .CurrentDisk: LD A,(CORE_BUFFERS.CurrentPath)
SUB 'A' SUB 'A'
LD HL,CORE_BUFFERS.FS_Buffer.DRIVE LD HL,CORE_BUFFERS.FS_Buffer.DRIVE

View File

@ -1 +1 @@
55 56