mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-28 01:31:07 +00:00
Removed >DEBUG...
This commit is contained in:
parent
6ae2016154
commit
c72c202579
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user