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

Switch to fat32 file system for SD rom loading #27

Closed nand2mario closed 9 months ago

nand2mario commented 9 months ago

This removes the custom SD data format and switch to plain fat32 file system for rom loading. Just place rom files in the root dir and the menu system should work as before. Also use usb_hid_host for gamepad support.