mirror of
https://github.com/A2osX/A2osX.git
synced 2025-01-03 18:30:20 +00:00
Changed cursor blink speed
This commit is contained in:
parent
b63c884fbd
commit
42988fac64
@ -12,7 +12,7 @@ AUTO 6
|
|||||||
.INB INC/A2OSX.I
|
.INB INC/A2OSX.I
|
||||||
.INB INC/IO.I
|
.INB INC/IO.I
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
CURSOR.BLINK.SPEED .EQ 4
|
CURSOR.BLINK.SPEED .EQ 8
|
||||||
ESCSEQ.MAXLEN .EQ 16
|
ESCSEQ.MAXLEN .EQ 16
|
||||||
*--------------------------------------
|
*--------------------------------------
|
||||||
ZPBaseL1 .EQ ZPDRV
|
ZPBaseL1 .EQ ZPDRV
|
||||||
@ -116,7 +116,7 @@ GETEVENT lda A2osX.TIMER16
|
|||||||
|
|
||||||
>SYSCALL SYS.GetKeyboardEvent
|
>SYSCALL SYS.GetKeyboardEvent
|
||||||
bcs .9
|
bcs .9
|
||||||
|
|
||||||
ldy #S.EVT.DATAHI
|
ldy #S.EVT.DATAHI
|
||||||
lda (pEvent),y
|
lda (pEvent),y
|
||||||
bne .8
|
bne .8
|
||||||
|
Loading…
Reference in New Issue
Block a user