mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-02-09 21:31:22 +00:00
Wildcard path matching seems to work now!
This commit is contained in:
parent
70a6b2c7ed
commit
6245134704
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user