Build Your Own Arcade Controls Forum

Main => Main Forum => Topic started by: FALSE on June 01, 2013, 10:01:20 pm

Title: How do you determine what rom set you have?
Post by: FALSE on June 01, 2013, 10:01:20 pm
What the subject says.
How would you determine what specific mame rom set you have?
Title: Re: How do you determine what rom set you have?
Post by: PL1 on June 02, 2013, 02:05:18 am
The detective approach is to use the "what's new" files from the MAME Previous Releases page here (http://www.mamedev.org/oldrel.html).

See if there's a ROM from your collection that is listed in "what's new" as being redumped and audit that game to see if it has the newer version.

For example, if a CPS-1 game requiring "TN2J_09.12A" doesn't work with MAME 0.148, but a CPS-1 game requiring "MB63B.1A PAL" does, your set is probably between 0.145 and 0.147 since "TN2J_09.12A" was redumped for 0.148 and "MB63B.1A PAL" was redumped for 0.145.

------

The shotgun approach is to start with a recent version of MAME and roll-back versions one at a time until the most number of games comes up working when you audit the ROMs.


Scott
Title: Re: How do you determine what rom set you have?
Post by: FALSE on June 02, 2013, 09:20:33 am
Ughh so there's no program that could do this?  Romlister or something?
I've got a couple really old sets that I have no idea what version they might be.

Thanks for the help.
Title: Re: How do you determine what rom set you have?
Post by: JDFan on June 02, 2013, 12:02:51 pm
Figure the date Modified field in Windows might help at lleast narrow it down some (figure it couldn't be a version released prior to the date modified on the ROM zip file) but it could be a few versions later as the zip may have been packed severall months prior to the official release of the new version - ie. my 0.139 version rom zip files are pretty much all dated 1-10-2010 which rules out versions prior to 0.135\00.136 which were released OCT and DEC of 2009 according to MAME's site so could start checking the release notes starting with 0.137 to narrow it down from and would only need to check about 4 release notes to narrow it down from there.
Title: Re: How do you determine what rom set you have?
Post by: nitz on June 02, 2013, 02:13:05 pm
That's good advice - if you can narrow down a range of versions that it could be, and then run

mame -verifyroms

from the command line for each of them, you should be able to figure it out. Whichever version tells you all your romsets are ok, well that's the version you have. ;)

Good luck.