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 12d66a2bd0
commit e87fbb6111

View File

@ -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