mirror of
https://github.com/A2osX/A2osX.git
synced 2024-11-20 03:31:42 +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/IO.I
|
||||
*--------------------------------------
|
||||
CURSOR.BLINK.SPEED .EQ 4
|
||||
CURSOR.BLINK.SPEED .EQ 8
|
||||
ESCSEQ.MAXLEN .EQ 16
|
||||
*--------------------------------------
|
||||
ZPBaseL1 .EQ ZPDRV
|
||||
@ -116,7 +116,7 @@ GETEVENT lda A2osX.TIMER16
|
||||
|
||||
>SYSCALL SYS.GetKeyboardEvent
|
||||
bcs .9
|
||||
|
||||
|
||||
ldy #S.EVT.DATAHI
|
||||
lda (pEvent),y
|
||||
bne .8
|
||||
|
Loading…
Reference in New Issue
Block a user