aboutsummaryrefslogtreecommitdiff
path: root/timed_getch.s
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-18 14:28:59 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-18 14:28:59 -0500
commitcf513e685ecfab5acfc5cf3ea0b9e67370915da8 (patch)
tree52cdf9694036efed5c571baa5705c2daf3175af8 /timed_getch.s
parent807708211e2206d3b21c9c6353203ee40bdfe30b (diff)
downloadtaipan-cf513e685ecfab5acfc5cf3ea0b9e67370915da8.tar.gz
fix big_negate, allow lowercase z in firm name, tighten up bigfloat.s
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: