This commit is contained in:
4am 2019-06-24 19:20:00 -04:00
parent ac0c580d1f
commit f01b99e36b

View File

@ -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