mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-24 03:34:02 +00:00
.
This commit is contained in:
parent
ac0c580d1f
commit
f01b99e36b
@ -137,6 +137,7 @@ OnSearch
|
||||
cpx #MaxInputLength
|
||||
bne +
|
||||
jsr SoftBell
|
||||
clc
|
||||
rts
|
||||
+ sta InputBuffer,x
|
||||
inc InputLength
|
||||
@ -175,6 +176,7 @@ OnInputChanged
|
||||
bne +
|
||||
jsr SoftBell ; no matches for this input buffer, beep
|
||||
dec InputLength ; and ignore the last key typed
|
||||
clc
|
||||
rts
|
||||
+
|
||||
lda BestMatchIndex ; check if the new best match is the same
|
||||
|
Loading…
Reference in New Issue
Block a user