Sorry to necro-post, but maybe this info will be useful to members who see this thread and think "Hey, that's MY issue too..."
The devs at MAME are really good at keeping us addicts informed. A valuable source of info is the devwiki:
- Code: Select all
http://mamedev.org/devwiki/index.php/Main_Page
the very first section says it all:
"This section has been set up to provide some gory details about why so many of the games in MAME don't actually work"Also the "what's new" in the release notes are always worth a look. For instance, 0.143u8 (the last major update for 0.143), has, at the end of the section a part that says:
New games marked as GAME_NOT_WORKING
------------------------------------
Unknown TMS9980 Poker Game [Roberto Fresca, Team Europe]
Junai 2 - White Love Story [alien_mame, The Dumping Union]
Namco Stars [Yasuhiro Ogawa]
Sega's Golden Poker Series "Joker's Wild" [Yasuhiro Ogawa]
Real Puncher [Phil Bennett, Chris Hardy]
Speed Driver [XingXing]
Racing Jam DX [Tomas Dahlgren]Also, even though it sounds obvious, it's worth scouring the MAME dev site and reading the FAQ's.
For instance, under the ROM FAQ's:
- Code: Select all
http://mamedev.org/devwiki/index.php/FAQ:ROMs
you'll find:
"Why does MAME report "missing files" even if I have the ROMs?
There can be several reasons for this:
It is not unusual for the ROMs to change for a game between releases of MAME. Why would this happen? Oftentimes, better or more complete ROM dumps are made, or errors are found in the way the ROMs were previously defined. Early versions of MAME were not as meticulous about this issue, but more recent MAME builds are. Additionally, there can be more features of a game emulated in a later release of MAME than an earlier release, requiring more ROM code to run."So, yeah, even without digging into the esoteric world of CLRmamepro, you can often find out exactly what's going on, or not as the case may be.