From e6eb46ded867998712af75bd1526362135f80063 Mon Sep 17 00:00:00 2001 From: Bobbi Webber-Manners Date: Tue, 13 Sep 2022 18:02:11 -0400 Subject: [PATCH] Reverted fix to #142 --- applecorn.po | Bin 819200 -> 819200 bytes auxmem.chario.s | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applecorn.po b/applecorn.po index af86888fc0561efb063189a7e7d366b9485a09f1..e0372da47d0d01b91fa0388ef82f55a4dfa81f49 100644 GIT binary patch delta 77 zcmZo@FluNp+Ax`g+ggyJ;W2}QuCBG<=6NhP*D|s;S8Qsp*u)6LOhC*G#4JF}3dC$c U%nrmHK+FlmT-z%)ad(^r0CO=PJOBUy delta 77 zcmZo@FluNp+Ax`g+dzP!;W2}QuC9T==6NhP*D^9US8Qsp*u)6LOhC*G#4JF}3dC$c U%nrmHK+FlmT-z%)ad(^r0BrLgA^-pY diff --git a/auxmem.chario.s b/auxmem.chario.s index 0328456..a0e5176 100644 --- a/auxmem.chario.s +++ b/auxmem.chario.s @@ -198,9 +198,9 @@ INKEYOFF2 JSR PUTCHRC ; Remove cursor BCS INKEYOK3 ; Timeout LDA ESCFLAG ; Keypress, test for Escape ASL A ; Cy=Escape flag -INKEYOK3 PLA ; Get char back + PLA ; Get char back PLX ; Restore X,Y for key pressed - PLY ; Or pop TimeOut +INKEYOK3 PLY ; Or pop TimeOut RTS * RDCH Character read: CC, A=char, X=restored, Y=restored * RDCH Escape: CS, A=char, X=restored, Y=restored