Description
This command will generate a complete description of the drivers in MAME. If you add a game mane after the -listxml it will only tell you the info for that game.
Alternative Command
-lx
Example
mame -listxml puckman >gamelist.txt
Command Format
-lisxml <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 containing games of certain names e.g. -listxml puck* will generate a list of games starting with puck. The example will generate a complete description in xml format of the game puckman and redirects it to a text file called gamelist.txt. You can open the text file in notepad.