Description

This command will generate a complete list of all the roms giving the CRC, rom name and driver it's supported by.

Example

mame -listcrc >gamelist.txt

Command Format

-listcrc <gamename|wildcard>. The game name is optional and only used if you don't want to generate a list for all of MAME's games. The wildcard will let you generate a list of roms in certain games e.g. -listcrc puck* will generate a list of games starting with puck. The example will generate a complete list of the MAME's roms with the CRC, rom name and driver info and redirects it to a text file called gamelist.txt. You can open the text file in notepad.