mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-17 07:31:19 +00:00
.
This commit is contained in:
parent
ac0c580d1f
commit
f01b99e36b
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user