sodiumlb / loci-rom

Oric LOCI ROM for 6502
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Filter directory listings #4

Open sodiumlb opened 1 month ago

sodiumlb commented 1 month ago

Allow user to set a simple filer string and use this during directory reads to limit the listing to only relevant files.

Set default filter to .dsk or .tap when selecting for either FDC or cassette emulation.

sodiumlb commented 1 month ago

The FatFs module exposes filter directory read operations that could be used. Alternatively the filtering would need to happen on then Oric side and we're missing a case insensitive substring library function to pull that off easily.

sodiumlb commented 1 month ago

Filering implemented with ROM side fuzzy substring matching