diff --git a/.Floppies/A2OSX.BOOT.po b/.Floppies/A2OSX.BOOT.po index e3f20586..f39a49f6 100644 Binary files a/.Floppies/A2OSX.BOOT.po and b/.Floppies/A2OSX.BOOT.po differ diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 330c4e3e..396e4948 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/.Floppies/A2OSX.DEV.po b/.Floppies/A2OSX.DEV.po index a22103cd..1a2409cf 100644 Binary files a/.Floppies/A2OSX.DEV.po and b/.Floppies/A2OSX.DEV.po differ diff --git a/.Floppies/A2OSX.SRC.po b/.Floppies/A2OSX.SRC.po index 08eff23f..22a6c72d 100644 Binary files a/.Floppies/A2OSX.SRC.po and b/.Floppies/A2OSX.SRC.po differ diff --git a/BIN/X.CPMVRM.S.txt b/BIN/X.CPMVRM.S.txt index afa43296..32cefa13 100644 --- a/BIN/X.CPMVRM.S.txt +++ b/BIN/X.CPMVRM.S.txt @@ -98,8 +98,6 @@ CS.INIT >SYSCALL GetArgC bne .99 .FIN -* jsr CS.INIT.Check.Wildcard - >LDYA ZPPtr1 jsr InitSrcDirYA bcc .1 success, scan for any other args @@ -155,29 +153,6 @@ CS.INIT >SYSCALL GetArgC clc rts *-------------------------------------- -CS.INIT.Check.Wildcard - ldy #0 - ldx #0 - -.40 iny - lda (ZPPtr1),y - cmp #'?' - beq .41 - cmp #'*' - bne .42 - -.41 lda #$ff - tax - -.42 tya - cmp (ZPPtr1) - bne .40 - - txa - ldy #bWildcard - sta (pData),y - rts -*-------------------------------------- CS.RUN >SYSCALL GetC bcs .11 no char @@ -485,7 +460,7 @@ CS.RUN.FILE jsr CS.RUN.FILE.MSG .3 jsr CS.RUN.CopyStart bcc .4 jsr CS.RUN.CheckErr - rts + jmp CS.RUN.NEXT .FIN .4 .DO X.DELETE.SOURCE=1 @@ -559,9 +534,10 @@ CS.RUN.OVERWRITE.KEY *-------------------------------------- CS.RUN.CR lda #13 >SYSCALL PutCA + bcs .9 lda #10 >SYSCALL PutCA - rts +.9 rts *-------------------------------------- .DO X.COPY.TO.DEST=1 .DO X.DELETE.SOURCE=1 @@ -731,10 +707,7 @@ CS.RUN.CheckErr bcs .1 bcs .9 rts -.2 lda #13 - >SYSCALL PutCA - lda #10 - >SYSCALL PutCA +.2 jsr CS.RUN.CR pla sec .9 rts