summaryrefslogtreecommitdiffstatshomepage
path: root/docs
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2013-06-07 11:57:26 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2013-06-07 11:57:26 +0000
commitdbd2a940eb8ee7c6e9a997e8605256c25948052e (patch)
tree656993af011c7d763e704a7511f554eaeac7be90 /docs
parent2d9950871dd92b3c8d76fdcb30dd06bc896b89f8 (diff)
Adding recently added commands to official documentation (nw)
Diffstat (limited to 'docs')
-rw-r--r--docs/config.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/config.txt b/docs/config.txt
index 7865ecf96b7..d1a18f1b4c9 100644
--- a/docs/config.txt
+++ b/docs/config.txt
@@ -287,11 +287,29 @@ of your command:
or system. Notice, this is simply a copy/paste of the .XML file which reside
in the HASH folder which are allowed to be used.
+-verifysoftware [<gamename|wildcard>]
+
+ Checks for invalid or missing ROM images in your software lists. By default
+ all drivers that have valid ZIP files or directories in the rompath are verified;
+ however, you can limit this list by specifying a specific driver name or wildcard
+ after the -verifysoftware command.
+
-getsoftlist [<gamename|wildcard>]
Posts to screen a specific software list which matches with the gamename
provided.
+
+-verifysoftlist [softwarelistname]
+
+ Checks a specified software list for missing ROM images if files exist for issued
+ softwarelistname. By default, all drivers that have valid ZIP files or directories
+ in the rompath are verified; however, you can limit this list by specifying a
+ specific softwarelistname (without .XML) after the -verifysoftlist command.
+-listmidi
+
+ Create a list of list available MIDI I/O devices for use with emulation.
+
Configuration options
@@ -384,6 +402,7 @@ Core search path options
MAME will use built-in default crosshairs.
+
Core Output Directory Options
-----------------------------
@@ -1002,6 +1021,7 @@ Core input options
The default is 0.85.
-natural
+
Specific whether or not to use a natural keyboard or not. This allows
you to start your game or system in "partial" keyboard emulation mode,
giving you the ability to use all normal UI keys. The default is OFF,
@@ -1123,3 +1143,18 @@ Core misc options
Displays a mouse cursor when using the built-in UI for MAME. The default
is (-noui_mouse).
+
+-autoboot_command "<command>"
+
+ Command string to execute after machine boot (in quotes " "). To issue
+ a quote to the emulation, use """ in the string. Using \n will issue a
+ create a new line, issuing what was typed prior as a command.
+ Example: -autoboot_command "load """$""",8,1\n"
+
+-autoboot_delay [n]
+
+ Timer delay (in seconds) to trigger command execution on autoboot.
+
+-autoboot_script / -script [filename.lua]
+
+ File containing scripting to execute after machine boot.