Basic Question - Can I take a list of MAME game names and build a dat file or otherwise feed it to ClrMamePro and have it check whether the ROMS for these games are correct.
Here is the situation - I am familiar with MAME and ClrMamePro. I use EmuLoader as a frontend. I don't play or care about 2/3'rds of the games in MAME so I use EL's Parental Lock feature to comment them out. EL can export a list of the locked games or a list of the remaining games.
If I just run ClrMAMEPro on the basic MAME version - I will get about 4000 missing roms, but most of these are locked by the FE, so I could care less that they are missing, but I don't want to manually verify which ones are locked and which ones I do care about not having.
What I did previously was run a macro that removed any game on the locked list from driver.c (Added TEST in front of the DRIVER entry) and then compiled a custom MAME build with only about 2000 games and ran ClrMAMEpro on that, but MAME no longer lists the gamenames in driver.c, they're all in the individual game drivers and doesn't support testdrivers anymore, so this is no longer an option.
Let me know if I need to supply more information on what I am trying to do.