mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-12 17:30:23 +00:00
Kernel 0.93
This commit is contained in:
parent
a4e5c65711
commit
37a3333319
@ -1,6 +1,5 @@
|
||||
NEW
|
||||
PREFIX
|
||||
AUTO 4,1
|
||||
AUTO 3,1
|
||||
*--------------------------------------
|
||||
ZPKERNEL .EQ $0
|
||||
*--------------------------------------
|
||||
|
@ -1,6 +1,5 @@
|
||||
NEW
|
||||
PREFIX
|
||||
AUTO 4,1
|
||||
AUTO 3,1
|
||||
*/--------------------------------------
|
||||
* # open
|
||||
* ## C
|
||||
|
@ -1,6 +1,5 @@
|
||||
NEW
|
||||
PREFIX
|
||||
AUTO 4,1
|
||||
AUTO 3,1
|
||||
*--------------------------------------
|
||||
CURSOR.BLINK.SPEED .EQ 2
|
||||
*--------------------------------------
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user