diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index e5cbec56..02f6093a 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/SH.S.CMD.txt b/BIN/SH.S.CMD.txt index 6a76a977..27418406 100644 --- a/BIN/SH.S.CMD.txt +++ b/BIN/SH.S.CMD.txt @@ -1081,7 +1081,6 @@ CMD.NEXT.LIST lda (pData),y Y = StkPtr sec sbc #6 tay - >DEBUG lda (pData),y sta ZPInputBufPtr diff --git a/BIN/SH.S.txt b/BIN/SH.S.txt index b3f52d2b..41fc7202 100644 --- a/BIN/SH.S.txt +++ b/BIN/SH.S.txt @@ -263,7 +263,7 @@ CS.RUN.LOOP >SLEEP bcs .9 tay - beq CS.RUN.LOOP + bne CS.RUN.LOOP >SYSCALL GetChar bcs .9 I/O err