Description
This command will generate a complete list of all the games supported by MAME giving the driver name and full name of the game.
Alternative Command
-ll
Example
mame -listfull >gamelist.txt
Command Format
-listfull <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 games of certain names e.g. -listfull puck* will generate a list of games starting with puck. The example will generate a complete list of the games in MAME and redirects it to a text file called gamelist.txt. You can open the text file in notepad.