diff --git a/A2OSX.BOOT.po b/A2OSX.BOOT.po index bef4f879..790a67d8 100644 Binary files a/A2OSX.BOOT.po and b/A2OSX.BOOT.po differ diff --git a/A2OSX.SRC.po b/A2OSX.SRC.po index 9b03b333..20ddf70e 100644 Binary files a/A2OSX.SRC.po and b/A2OSX.SRC.po differ diff --git a/BIN/LS.S.txt b/BIN/LS.S.txt index 566db487..01b6d04d 100644 --- a/BIN/LS.S.txt +++ b/BIN/LS.S.txt @@ -132,7 +132,7 @@ CS.RUN >SYSCALL GetC lda (pData),y bne .8 Pause... - jsr GetNextEntry + jsr GetEntry bcs .9 ldy #hFilter @@ -169,6 +169,7 @@ CS.RUN >SYSCALL GetC bcs .92 jsr BasePath.. + jsr GetNextEntry .8 clc rts @@ -208,9 +209,10 @@ CS.RUN.DEV ldy #bLong jsr EnterSubDirYA bcs .9 jsr CS.RUN.ENTER.MSG - bcs .9 + rts -.8 clc +.8 jsr GetNextEntry + clc .9 rts *-------------------------------------- CS.RUN.DIR ldy #bAllmostAll @@ -279,9 +281,10 @@ CS.RUN.DIR ldy #bAllmostAll jsr EnterSubDirYA bcs .9 jsr CS.RUN.ENTER.MSG - bcs .9 + rts -.8 clc +.8 jsr GetNextEntry + clc .9 rts *-------------------------------------- CS.RUN.FILE ldy #bLong @@ -293,7 +296,10 @@ CS.RUN.FILE ldy #bLong >SYSCALL CPrintFYA bcs .9 - jmp CS.RUN.UpdateColCnt + jsr CS.RUN.UpdateColCnt + jsr GetNextEntry + clc + rts .8 jsr CS.RUN.PUSHEXTRA @@ -327,6 +333,10 @@ CS.RUN.FILE ldy #bLong >PUSHW ZPFileName >LDYA L.MSG.FILEEXT >SYSCALL CPrintFYA + bcs .9 + + jsr GetNextEntry + clc .9 rts *-------------------------------------- CS.RUN.PUSHEXTRA diff --git a/SYS/KERNEL.S.DIR.txt b/SYS/KERNEL.S.DIR.txt index c05ff97e..c6b65eab 100644 --- a/SYS/KERNEL.S.DIR.txt +++ b/SYS/KERNEL.S.DIR.txt @@ -1,6 +1,6 @@ PR#3 PREFIX /A2OSX.SRC -NEW +LOMEM $900 INC 1 AUTO 6 .LIST OFF @@ -113,7 +113,6 @@ K.ReadDirA.ROOT ldy #S.NODE.DIR.FC did we already returned something ? >MLICALL MLIONLINE bcc .10 - sec .99 rts * pass #1 compute BufSize.....