diff --git a/applecorn.po b/applecorn.po index 23fa2d6..15468e3 100644 Binary files a/applecorn.po and b/applecorn.po differ diff --git a/auxmem.bytwrd.s b/auxmem.bytwrd.s index 8300dea..c932f87 100644 --- a/auxmem.bytwrd.s +++ b/auxmem.bytwrd.s @@ -254,7 +254,6 @@ WORD00 IF MAXLEN-OSTEXT-2 INY ; Initial line length = zero FIN * STY FXLINES ; Reset line counter - CLI BEQ :WORD00LP ; Enter main loop :WORD00BELL LDA #$07 ; $07=BELL diff --git a/auxmem.chario.s b/auxmem.chario.s index a0e5176..a595882 100644 --- a/auxmem.chario.s +++ b/auxmem.chario.s @@ -137,7 +137,6 @@ INKEYGO PHX ; Save registers JSR COPYSWAP1 ; Swap to copy cursor INKEYGO2 JSR GETCHRC ; Get character under cursor STA OLDCHAR - CLI BRA INKEY1 ; Turn cursor on INKEYLP CLC @@ -434,7 +433,6 @@ BYTE7E LDX #$00 ; $7E = ack detection of ESC BPL BYTE7DOK ; No Escape pending LDA FXESCEFFECT ; Process Escape effects BEQ BYTE7E2 - CLI ; Allow IRQs while flushing STA FXLINES ; Clear scroll counter * JSR STAREXEC0 ; Close any EXEC file * JSR FLUSHALL ; Flush all buffers