diff --git a/.Floppies/A2OSX.BUILD.po b/.Floppies/A2OSX.BUILD.po index 25e34b2f..ce291868 100644 Binary files a/.Floppies/A2OSX.BUILD.po and b/.Floppies/A2OSX.BUILD.po differ diff --git a/BIN/SEQ.S.txt b/BIN/SEQ.S.txt index 4b9c0be7..738428db 100644 --- a/BIN/SEQ.S.txt +++ b/BIN/SEQ.S.txt @@ -234,21 +234,6 @@ CS.RUN .82 jsr CS.RUN.Seq ; everything is set, go 'seq' fame and fortune jmp .99 - -*--- Display usage and error out ------ -.9 - >LDYA L.MSG.USAGE ; push address for usage text - >SYSCALL PutS ; print usage message - lda #E.SYN ; set OS return code as Syntax Error - sec ; indicate we don't want CS.RUN called again - rts ; return to OS - -*--- Successful exit ------------------ -.99 - lda #0 ; set OS return code to success - sec ; indicate we don't want CS.RUN called again - rts ; return to OS - *-------------------------------------- * Called if option S.PS.F.EVENT enabled in Header * Timer Event : every 10th seconds