mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-12-11 11:49:21 +00:00
disable cursor blink when CDA is active.
This commit is contained in:
parent
39429e4e09
commit
11d62bb333
@ -93,11 +93,18 @@ enable_cursor ent
|
|||||||
cursor_vector ent
|
cursor_vector ent
|
||||||
jml cursor_int
|
jml cursor_int
|
||||||
|
|
||||||
|
NumInts equ $e01d67
|
||||||
|
|
||||||
cursor_int
|
cursor_int
|
||||||
* cursor interrupt - blink the cursor.
|
* cursor interrupt - blink the cursor.
|
||||||
|
|
||||||
mx %11
|
mx %11
|
||||||
|
|
||||||
|
* check if CDA active.
|
||||||
|
* $ff = inactive, $00 = active
|
||||||
|
lda >NumInts
|
||||||
|
bpl :rts
|
||||||
|
|
||||||
ldy cursor_offset
|
ldy cursor_offset
|
||||||
|
|
||||||
lda cursor_state
|
lda cursor_state
|
||||||
|
Loading…
Reference in New Issue
Block a user