mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-02-22 08:29:05 +00:00
Revert "c64input.s: fix stray cursor image in host and port entry"
This reverts commit 03b2579e336750ceb63036f61bbc3167d3563d48.
This commit is contained in:
parent
8b3c53ee67
commit
6e82e722ad
@ -25,8 +25,16 @@ get_key:
|
||||
@loop:
|
||||
jsr get_key_if_available
|
||||
bcc @loop
|
||||
@wait_no_cursor:
|
||||
sei
|
||||
ldy $cf ; cursor currently displayed?
|
||||
beq @done ; no
|
||||
cli ; yes, wait longer
|
||||
bne @wait_no_cursor
|
||||
@done:
|
||||
ldy #1
|
||||
sty $cc ; cursor off
|
||||
cli
|
||||
rts
|
||||
|
||||
; use C64 Kernel ROM function to read a key
|
||||
|
Loading…
x
Reference in New Issue
Block a user