Squashed another wildcard bug. There are more!

This commit is contained in:
Bobbi Webber-Manners 2021-09-10 00:40:04 -04:00
parent 995f8769ab
commit 689f29fa02
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -241,6 +241,11 @@ MATCHENT LDA #<BLKBUF+4 ; Skip pointers
:S1 LDY #$00
LDA (A1L),Y ; Length byte
BEQ :NOMATCH ; Inactive entry
AND #$0F
TAY
INY
LDA #$00
STA (A1L),Y ; Null terminate filename for MATCH
INC A1L ; Inc ptr, skip length byte
BNE :S2
INC A1H