aboutsummaryrefslogtreecommitdiff
path: root/timed_getch.s
diff options
context:
space:
mode:
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 5dea09c..f52f50c 100644
--- a/timed_getch.s
+++ b/timed_getch.s
@@ -67,7 +67,7 @@ notnull:
notcontrol:
cmp #$7c ; | (pipe, vertical bar) allowed as-is.
beq ok
- cmp #$7a ; rest of range $7b - $7f is unmappable.
+ cmp #$7b ; rest of range $7b - $7f is unmappable.
bcc ok ; (remember, $7e, backspace, was handled above)
lda #$20
ok: