mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-25 20:33:13 +00:00
Kernel 0.9.2
This commit is contained in:
parent
d3f7005c41
commit
77f5b08ba9
Binary file not shown.
Binary file not shown.
@ -469,7 +469,7 @@ COUT.IACMode inc IACBuf
|
|||||||
|
|
||||||
ldy IACBuf+1 get back VERB
|
ldy IACBuf+1 get back VERB
|
||||||
cpy #SB
|
cpy #SB
|
||||||
bne .7 not a SB/SE....end of SEQ
|
bne .2 not a SB/SE....
|
||||||
|
|
||||||
cmp #SE
|
cmp #SE
|
||||||
bne .8 wait for ending SE....keep bIACMode
|
bne .8 wait for ending SE....keep bIACMode
|
||||||
@ -489,11 +489,24 @@ COUT.IACMode inc IACBuf
|
|||||||
iny
|
iny
|
||||||
cpy #SB.IS.TTYPE.LEN
|
cpy #SB.IS.TTYPE.LEN
|
||||||
bne .1
|
bne .1
|
||||||
|
bra .7
|
||||||
|
|
||||||
.7
|
.2 cpy #DO
|
||||||
|
bne .6
|
||||||
|
|
||||||
|
cmp #TELOPT.TTYPE
|
||||||
|
bne .7
|
||||||
|
lda #IAC
|
||||||
|
jsr Char.Out.Put
|
||||||
|
lda #WILL
|
||||||
|
jsr Char.Out.Put
|
||||||
|
lda #TELOPT.TTYPE
|
||||||
|
jsr Char.Out.Put
|
||||||
|
bra .7
|
||||||
|
|
||||||
|
.6
|
||||||
stz bIACMode
|
|
||||||
|
.7 stz bIACMode
|
||||||
|
|
||||||
.8 clc
|
.8 clc
|
||||||
rts
|
rts
|
||||||
|
Loading…
Reference in New Issue
Block a user