MEGA65 / mega65-core

MEGA65 FPGA core
Other
241 stars 88 forks source link

MEGAFLASH: LFN long filename support for COR picker #697

Closed lydon42 closed 1 year ago

lydon42 commented 1 year ago

The core file picker currently can only do 8.3 filenames. Itr is not using HYPPO calls (as it runs in HYPPO context), so all directory reading is in MEGAFLASH itself.

Check if adding LFN support is possible, also with the limitation that it only runs in 40x25 mode, and con only show 39 chars max.

Connected to #567

lydon42 commented 1 year ago

It was decided that LFN support will be not labeld experimental from now on and that config will default to enable LFN support.

lydon42 commented 1 year ago

merged #699

lydon42 commented 1 year ago

https://github.com/MEGA65/mega65-core/commit/ab36ec25e3a5df53d918b5b27b525c34a3859f96 includes lfn support Still needs to be tested and ironed out...

lydon42 commented 1 year ago

Works well.