Skip to content

Commit

Permalink
FORTH: show cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
adumont committed Oct 18, 2021
1 parent 6de6e6d commit 3a516dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions forth.s
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,7 @@ p_LATEST = .ident(.sprintf("__word_%u", __word_last))
; BEGIN CERBERUS IO SCREEN ROUTINES

getc:
jsr put_cursor
@wait_key:
; wai ; I can't make it work in py65... :(
lda MAILFLAG
Expand Down

0 comments on commit 3a516dc

Please sign in to comment.