diff options
-rw-r--r-- | timed_getch.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/timed_getch.s b/timed_getch.s index 1ee158f..eb29a29 100644 --- a/timed_getch.s +++ b/timed_getch.s @@ -175,6 +175,7 @@ _numgetc: _yngetc: sta FR0 ; stash default arg ora #$80 ; show user the default (or a regular cursor if none) + and #$bf ; (uppercase) jsr putchar jsr _agetc_no_cursor ora #$50 ; lowercase |