Removed >DEBUG...

This commit is contained in:
Rémy GIBERT 2015-11-29 23:21:52 +01:00
parent 6ae2016154
commit c72c202579

View File

@ -77,7 +77,6 @@ OPEN stz CURON
stz bEscModeCSI
jsr RESET
jsr RESETATTR
jsr HOME
lda #A2osX.SCREENS.C
@ -170,7 +169,6 @@ RESET lda #0
sta SCROLLTOP
lda #23
sta SCROLLBOT
rts
*--------------------------------------
RESETATTR lda #$80
sta INVFLG
@ -394,6 +392,9 @@ ExecEscSeq stz EscSeqParamCnt
ldx #0 EscSeq Ptr
ldy #0 EsqSeqParam Ptr
.10 lda #0
sta EscSeqParam,y
.1 inx
lda EscSeq,x
jsr IsDigit
@ -422,7 +423,7 @@ ExecEscSeq stz EscSeqParamCnt
.3 lda EscSeq,x
cmp #';'
beq .1
beq .10
sty EscSeqParamCnt
stz bEscModeCSI