From c4dcca725349c742a7e9b1a860d35a0ea1094345 Mon Sep 17 00:00:00 2001 From: Christian Groessler Date: Tue, 12 Sep 2017 13:41:59 +0200 Subject: [PATCH] atrvt100.s: remove a superfluous test introduced in last commit The same test is eventually done in PrnChr. --- drivers/atrvt100.s | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/atrvt100.s b/drivers/atrvt100.s index b0b6702..b2b50d0 100644 --- a/drivers/atrvt100.s +++ b/drivers/atrvt100.s @@ -192,9 +192,8 @@ ProcIn lda EMode ; handle esc mode cpy #$20 ; control? bcc Special tya - bmi PIrts ; ignore non-ASCII jsr CPrnChr ; print to screen -PIrts rts + rts ; to far for branch PIEsc jmp Esc