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
PREFIX
AUTO 4,1
AUTO 3,1
*--------------------------------------
ZPKERNEL .EQ $0
*--------------------------------------

View File

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

View File

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

View File

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