Wildcard path matching seems to work now!

This commit is contained in:
Bobbi Webber-Manners 2021-09-09 11:16:15 -04:00
parent 70a6b2c7ed
commit 6245134704
2 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -55,6 +55,8 @@ SEGMENT LDY #$00
INY
BRA :L1
:DONE STY SEGBUF ; Record the length
LDA #$00
STA SEGBUF+1,Y ; Null terminate for MATCH
INX ; Skip the slash
CLC ; Not the last one
RTS