aboutsummaryrefslogtreecommitdiff
path: root/timed_getch.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-05-14 16:30:03 -0400
committerB. Watson <yalhcru@gmail.com>2021-05-14 16:31:16 -0400
commitc3a8ee262f99ffe43da1c6a4ce064cafc439d63c (patch)
tree79ee3642c32190fbcb20ec57943bfac05956aa4d /timed_getch.s
parent9f4f1e18cd5b14c3c277f2e1752100bba9f4fc25 (diff)
downloadtaipan-c3a8ee262f99ffe43da1c6a4ce064cafc439d63c.tar.gz
Fix brain damage in _yngetc, update NOTES.txt for new features
Diffstat (limited to 'timed_getch.s')
-rw-r--r--timed_getch.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/timed_getch.s b/timed_getch.s
index eb29a29..fdb0dc0 100644
--- a/timed_getch.s
+++ b/timed_getch.s
@@ -178,7 +178,7 @@ _yngetc:
and #$bf ; (uppercase)
jsr putchar
jsr _agetc_no_cursor
- ora #$50 ; lowercase
+ ora #$20 ; lowercase
cmp #'y' ; return y or n immediately
beq ok
cmp #'n'