Description
This command will generate a complete list of all the roms giving the CRC, rom name size and SHA1.
Example
mame -listroms >romlist.txt
Command Format
-listroms <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. -listroms 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 romlist.txt. You can open the text file in notepad.