mirror of
https://github.com/ksherlock/itty-bitty-vtty.git
synced 2024-12-03 06:52:55 +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
|
||||
jml cursor_int
|
||||
|
||||
NumInts equ $e01d67
|
||||
|
||||
cursor_int
|
||||
* cursor interrupt - blink the cursor.
|
||||
|
||||
mx %11
|
||||
|
||||
* check if CDA active.
|
||||
* $ff = inactive, $00 = active
|
||||
lda >NumInts
|
||||
bpl :rts
|
||||
|
||||
ldy cursor_offset
|
||||
|
||||
lda cursor_state
|
||||
|
Loading…
Reference in New Issue
Block a user