pocomane / MiSTer_Batch_Control

Simple utility to control the MiSTer FPGA from the command line
47 stars 8 forks source link

Support darksoft neo geo format #23

Closed tatsutron closed 1 year ago

pocomane commented 1 year ago

What is the "darksoft neo geo format" and how it is different from the standard neo geo format? In any case, I moved mbc to the new MGL feature, so if darksoft is supported by MGL, it should be supported by mbc too.

Can you check if it works with the last commit?

tatsutron commented 1 year ago

For completeness, DarkSoft format was, IIRC, a format from a particular Neo Geo flash cart. The format split roms up into multiple files rather than a single ROM like .neo. These ROMs are (or were) supported by the Neo Geo MiSTer core. I think your approach of just supporting whatever MGL supports makes perfect sense though FWIW.