Crate roms_curator
source ·Expand description
roms-curator
roms-curator
, at the moment, is a utility to help and sort MAME ROMs Sets.
For example to create a working only ROM Set. It separates bios/working/not-working/other
roms into sub-folders, so that it can, more easily, be added to frontends without filling
the collection with stuff you don’t want.
See documentation for more details on how to use this as a command-line Application or as a Library.
Modules
Functions
- Reads both MAME ROM database and MAME support file from Config
mame_xml_path
andcatver_ini_path
and creates a in memory ROM collection with all roms categorized according to the version of the files provided. This collection can then be used to copy only the intended roms creating a new curated ROM collection. See copy_roms.