atrvt100.s: remove spurious "jsr SLV"s

They were an artifact of previous tests.
This commit is contained in:
Christian Groessler 2017-09-04 22:23:49 +02:00
parent 96cfc32511
commit 9fce65d948

View File

@ -1448,7 +1448,6 @@ EL1 sta (xVector),y ; clear char
ErEnLn jsr COff
; -- erase chars --
ldx ROWCRS
jsr SLV
ldy COLCRS ; get crsr col
lda #$00 ; load space
EEL1 sta (xVector),y ; clear char
@ -1470,7 +1469,6 @@ EEL1 sta (xVector),y ; clear char
ErBeLn jsr COff
; -- erase chars --
ldx ROWCRS
jsr SLV
ldy COLCRS ; get crsr col
lda #$00 ; load space
EBL1 sta (xVector),y ; clear char