diff --git a/A2OSX.BOOT.po b/A2OSX.BOOT.po index c3a8237a..07d472d6 100644 Binary files a/A2OSX.BOOT.po and b/A2OSX.BOOT.po differ diff --git a/A2OSX.SRC.po b/A2OSX.SRC.po index 342fa5e5..4120da79 100644 Binary files a/A2OSX.SRC.po and b/A2OSX.SRC.po differ diff --git a/BIN/CAT.S.txt b/BIN/CAT.S.txt index a27a50d5..89bbfe0e 100644 --- a/BIN/CAT.S.txt +++ b/BIN/CAT.S.txt @@ -205,6 +205,9 @@ CS.RUN.PRINT sty BytesRead Y,A = Bytes read cmp #' ' bcs .6 + cmp #13 Allow printing of CR even if not bPrintAll + beq .6 + ldy #bPrintAll lda (pData),y bpl .7 @@ -240,8 +243,7 @@ CS.RUN.PRINT sty BytesRead Y,A = Bytes read dec BytesRead bne .20 -.8 lda #13 - >SYSCALL COutA +.8 clc .9 rts *-------------------------------------- @@ -280,13 +282,8 @@ CS.RUN.OPEN >SYSCALL GetFullPathYA jsr .99 pha - ldy #LineNum - lda #0 - sta (pData),y - iny - sta (pData),y - - ldy #bPrintedBlankLine + + ldy #bPrintedBlankLine Reset this flag for the new file sta (pData),y pla