diff --git a/DRV/CONSOLE.DRV.S.txt b/DRV/CONSOLE.DRV.S.txt index 6892fb28..39427967 100644 --- a/DRV/CONSOLE.DRV.S.txt +++ b/DRV/CONSOLE.DRV.S.txt @@ -17,7 +17,6 @@ ESCSEQ.MAXLEN .EQ 16 *-------------------------------------- ZPBaseL1 .EQ ZPDRV ZPBaseL2 .EQ ZPDRV+2 -ZPTmpByte .EQ ZPDRV+4 *-------------------------------------- * File Header (16 Bytes) *-------------------------------------- @@ -450,15 +449,13 @@ CLRLINE ldx #0 CLRSOL ldx #0 ldy CH -CLR sty ZPTmpByte -.1 phx - lda #$20 +CLR sty .2+1 +.1 lda #$20 ora INVFLG ldy CV - jsr SetCharAtXY - plx + jsr SetCharAtXY X,Y unmodified inx - cpx ZPTmpByte +.2 cpx #$ff Self Modified bne .1 clc rts @@ -494,9 +491,7 @@ SCROLL.DN ldx SCROLLBOT bpl .3 cpx SCROLLTOP - bne .1 - - + bne .1 clc rts