nand2mario / nestang

NESTang is an FPGA Nintendo Entertainment System implemented with Sipeed Tang Primer 25K, Nano 20K and Primer 20K boards
https://nand2mario.github.io/nestang
GNU General Public License v3.0
326 stars 36 forks source link

NES file loader #24

Closed windship closed 9 months ago

windship commented 10 months ago

Currently I have to make games.img from my NES rom files collection but this is so uncomfortable. I have about 1,000 NES files but I can't make a games.img file including my all roms(because of max letter limit for one dos command). And I have to make another games.img file if I want to delete some roms from my SD card every time. Please enhance the loader that can load *.NES rom from SD card folder after selecting from the rom list. I don't know why games.img packing needed.

nand2mario commented 10 months ago

I'm looking at file system support, now that USB gamepad is done in v0.6 (at least for a first version).

nand2mario commented 9 months ago

FAT32 support is released in v0.7. Enjoy.