Kernel 0.93

This commit is contained in:
Rémy GIBERT 2019-05-15 07:46:12 +02:00
parent a4e5c65711
commit 37a3333319
4 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,5 @@
NEW NEW
PREFIX AUTO 3,1
AUTO 4,1
*-------------------------------------- *--------------------------------------
ZPKERNEL .EQ $0 ZPKERNEL .EQ $0
*-------------------------------------- *--------------------------------------

View File

@ -1,6 +1,5 @@
NEW NEW
PREFIX AUTO 3,1
AUTO 4,1
*/-------------------------------------- */--------------------------------------
* # open * # open
* ## C * ## C

View File

@ -1,6 +1,5 @@
NEW NEW
PREFIX AUTO 3,1
AUTO 4,1
*-------------------------------------- *--------------------------------------
CURSOR.BLINK.SPEED .EQ 2 CURSOR.BLINK.SPEED .EQ 2
*-------------------------------------- *--------------------------------------

View File

@ -1,6 +1,5 @@
NEW NEW
PREFIX AUTO 3,1
AUTO 4,1
*-------------------------------------- *--------------------------------------
DRV.TERM.CLRSCR.DN DRV.TERM.CLRSCR.DN
ldy #S.DCB.TTY.CV ldy #S.DCB.TTY.CV
@ -187,7 +186,11 @@ SetCharAtCurPos.SCR
bra SetCharAtY.SCR bra SetCharAtY.SCR
SetCharAtCurPos pha SetCharAtCurPos pha
ldy #S.DCB.TTY.bALTFONT ldy #S.DCB.TTY.bG0G1
lda (ZPDCBPtr),y
bpl .10
iny
.10 iny
lda (ZPDCBPtr),y lda (ZPDCBPtr),y
bpl .1 bpl .1