atrvt100.s: remove a superfluous test introduced in last commit

The same test is eventually done in PrnChr.
This commit is contained in:
Christian Groessler 2017-09-12 13:41:59 +02:00
parent da4942b812
commit c4dcca7253

View File

@ -192,9 +192,8 @@ ProcIn lda EMode ; handle esc mode
cpy #$20 ; control? cpy #$20 ; control?
bcc Special bcc Special
tya tya
bmi PIrts ; ignore non-ASCII
jsr CPrnChr ; print to screen jsr CPrnChr ; print to screen
PIrts rts rts
; to far for branch ; to far for branch
PIEsc jmp Esc PIEsc jmp Esc