Hi everyone,
I'm working on an emulated floppy drive for the famicom disk system. Similar Idea to the old dos fdsloadr, except this is self contained with just arduino + sdcard so no need for an old pc to run the software. Progress is good, i have roms loading off sd card and disks with multiple sides are working. I'm going to try to get writes working this week. Anyhow, I'm thinking that I would like a multi-cart style menu to select the roms. So, the basic idea i am thinking is that the menu rom loads by default upon startup and the menu can just notify the arduino using the write data line. I could just monitor the line for specific data combination to differentiate from an actual game save. So my question is, is anyone interested in programming the menu? It's basically just a complete list of famicom games and lets the user select one to load.
I'm working on an emulated floppy drive for the famicom disk system. Similar Idea to the old dos fdsloadr, except this is self contained with just arduino + sdcard so no need for an old pc to run the software. Progress is good, i have roms loading off sd card and disks with multiple sides are working. I'm going to try to get writes working this week. Anyhow, I'm thinking that I would like a multi-cart style menu to select the roms. So, the basic idea i am thinking is that the menu rom loads by default upon startup and the menu can just notify the arduino using the write data line. I could just monitor the line for specific data combination to differentiate from an actual game save. So my question is, is anyone interested in programming the menu? It's basically just a complete list of famicom games and lets the user select one to load.