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 cpx #MaxInputLength
bne + bne +
jsr SoftBell jsr SoftBell
clc
rts rts
+ sta InputBuffer,x + sta InputBuffer,x
inc InputLength inc InputLength
@ -175,6 +176,7 @@ OnInputChanged
bne + bne +
jsr SoftBell ; no matches for this input buffer, beep jsr SoftBell ; no matches for this input buffer, beep
dec InputLength ; and ignore the last key typed dec InputLength ; and ignore the last key typed
clc
rts rts
+ +
lda BestMatchIndex ; check if the new best match is the same lda BestMatchIndex ; check if the new best match is the same