Description

This command will generate a complete list of all the samples used by a given driver.

Example

mame -listsamples invaders >samplelist.txt

Command Format

-listsamples <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. -listsamples inv* will generate a list of roms in games starting with inv. The example will generate a complete list of the samples used in the game Space Invaders and then redirects it to a text file called samplelist.txt. You can open the text file in notepad.