Kernel 0.93+

This commit is contained in:
Rémy GIBERT 2019-12-06 16:06:08 +01:00
parent 534a1c5eee
commit 110d36975d
5 changed files with 5 additions and 4 deletions

Binary file not shown.

View File

@ -387,7 +387,7 @@ CharIn.Esc >STZ.G bEscMode
CS.END CS.END
SEQ.DETECT .AZ "Querying terminal capabilities...\e[999;999H\e[6n" SEQ.DETECT .AZ "Querying terminal capabilities...\e[999;999H\e[6n"
SEQ.RESET .AZ "\ec" SEQ.RESET .AZ "\ec"
SEQ.INIT .AS "\ec" SEQ.INIT .AS "\ec\e)0"
SEQ.SCROLLRGN .AZ "\e[?7l\e[2;%dr" SEQ.SCROLLRGN .AZ "\e[?7l\e[2;%dr"
SEQ.SCROLLUP .AZ "\eD" SEQ.SCROLLUP .AZ "\eD"
SEQ.SCROLLDN .AZ "\eM" SEQ.SCROLLDN .AZ "\eM"

View File

@ -1266,7 +1266,7 @@ RESET.VALUES .DA #0 S.DCB.TTY.MODE
.DA #$80 S.DCB.TTY.bCRLF .DA #$80 S.DCB.TTY.bCRLF
.DA #0 S.DCB.TTY.bG0G1 .DA #0 S.DCB.TTY.bG0G1
.DA #$80 S.DCB.TTY.bG0G1ALT .DA #0 S.DCB.TTY.bG0G1ALT
.DA #S.DCB.TTY.OUTBUFFER S.DCB.TTY.OUTTAIL .DA #S.DCB.TTY.OUTBUFFER S.DCB.TTY.OUTTAIL
.DA #S.DCB.TTY.OUTBUFFER S.DCB.TTY.OUTHEAD .DA #S.DCB.TTY.OUTBUFFER S.DCB.TTY.OUTHEAD

View File

@ -171,7 +171,8 @@ SetCharAtYX cmp #$40
bcc .21 bcc .21
lsr lsr
.21 and (ZPDCBPtr),y .21 iny #S.DCB.TTY.bG0G1ALT
and (ZPDCBPtr),y
beq .3 not Graphic mode beq .3 not Graphic mode
lda ZPTmpChar lda ZPTmpChar