diff options
| author | B. Watson <yalhcru@gmail.com> | 2016-01-18 14:28:59 -0500 | 
|---|---|---|
| committer | B. Watson <yalhcru@gmail.com> | 2016-01-18 14:28:59 -0500 | 
| commit | cf513e685ecfab5acfc5cf3ea0b9e67370915da8 (patch) | |
| tree | 52cdf9694036efed5c571baa5705c2daf3175af8 /timed_getch.s | |
| parent | 807708211e2206d3b21c9c6353203ee40bdfe30b (diff) | |
| download | taipan-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.s | 2 | 
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: | 
