Previous 199869 Revisions Next

r23514 Friday 7th June, 2013 at 11:57:26 UTC by Tafoid
Adding recently added commands to official documentation (nw)
[docs]config.txt

trunk/docs/config.txt
r23513r23514
287287        or system.  Notice, this is simply a copy/paste of the .XML file which reside
288288        in the HASH folder which are allowed to be used.
289289
290-verifysoftware [<gamename|wildcard>]
291
292   Checks for invalid or missing ROM images in your software lists. By default
293        all drivers that have valid ZIP files or directories in the rompath are verified;
294   however, you can limit this list by specifying a specific driver name or wildcard
295        after the -verifysoftware command.
296
290297-getsoftlist [<gamename|wildcard>]
291298
292299        Posts to screen a specific software list which matches with the gamename
293300        provided.
301
302-verifysoftlist [softwarelistname]
303
304   Checks a specified software list for missing ROM images if files exist for issued
305        softwarelistname.  By default, all drivers that have valid ZIP files or directories
306        in the rompath are verified;  however, you can limit this list by specifying a
307        specific softwarelistname (without .XML) after the -verifysoftlist command.
294308 
309-listmidi
310
311        Create a list of list available MIDI I/O devices for use with emulation.
312
295313       
296314
297315Configuration options
r23513r23514
384402   MAME will use built-in default crosshairs.
385403
386404
405
387406Core Output Directory Options
388407-----------------------------
389408
r23513r23514
10021021   The default is 0.85.
10031022
10041023-natural
1024
10051025        Specific whether or not to use a natural keyboard or not.  This allows
10061026        you to start your game or system in "partial" keyboard emulation mode,
10071027        giving you the ability to use all normal UI keys.  The default is OFF,
r23513r23514
11231143
11241144        Displays a mouse cursor when using the built-in UI for MAME.  The default
11251145        is (-noui_mouse).
1146
1147-autoboot_command "<command>"
1148
1149        Command string to execute after machine boot (in quotes " ").  To issue
1150        a quote to the emulation, use """ in the string.  Using \n will issue a
1151        create a new line, issuing what was typed prior as a command.
1152        Example:  -autoboot_command "load """$""",8,1\n"
1153
1154-autoboot_delay [n]
1155
1156        Timer delay (in seconds) to trigger command execution on autoboot.
1157
1158-autoboot_script / -script [filename.lua]
1159
1160        File containing scripting to execute after machine boot.

Previous 199869 Revisions Next


© 1997-2024 The MAME Team