diff options
author | 2018-10-19 00:35:32 +0200 | |
---|---|---|
committer | 2018-10-19 00:35:32 +0200 | |
commit | efe1757a858f03fff73e110626e85af8d2ed7d03 (patch) | |
tree | 5433f1344a7120f3d90f9480e79c65ca850b7564 /docs/source/commandline/commandline-index.rst | |
parent | cdb4ae2fab56a624bf8e2ea59f19a57f11ff1109 (diff) | |
parent | f1b3e649fb0a50a6a01da667278b8a62fef99d92 (diff) |
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'docs/source/commandline/commandline-index.rst')
-rw-r--r-- | docs/source/commandline/commandline-index.rst | 31 |
1 files changed, 28 insertions, 3 deletions
diff --git a/docs/source/commandline/commandline-index.rst b/docs/source/commandline/commandline-index.rst index bd80476ac8e..a81c85ef4cc 100644 --- a/docs/source/commandline/commandline-index.rst +++ b/docs/source/commandline/commandline-index.rst @@ -82,6 +82,7 @@ Configuration Options Core Search Path Options ~~~~~~~~~~~~~~~~~~~~~~~~ +| :ref:`homepath <mame-commandline-homepath>` | :ref:`rompath <mame-commandline-rompath>` | :ref:`hashpath <mame-commandline-hashpath>` | :ref:`samplepath <mame-commandline-samplepath>` @@ -93,6 +94,7 @@ Core Search Path Options | :ref:`crosshairpath <mame-commandline-crosshairpath>` | :ref:`pluginspath <mame-commandline-pluginspath>` | :ref:`languagepath <mame-commandline-languagepath>` +| :ref:`swpath <mame-commandline-swpath>` Core Output Directory Options @@ -194,6 +196,8 @@ Core Artwork Options | :ref:`[no]use_bezels <mame-commandline-nousebezels>` | :ref:`[no]use_cpanels <mame-commandline-nousecpanels>` | :ref:`[no]use_marquees <mame-commandline-nousemarquees>` +| :ref:`fallback_artwork <mame-commandline-fallbackartwork>` +| :ref:`override_artwork <mame-commandline-overrideartwork>` Core Screen Options @@ -209,8 +213,9 @@ Core Screen Options Core Vector Options ~~~~~~~~~~~~~~~~~~~ -| :ref:`[no]antialias <mame-commandline-noantialias>` -| :ref:`beam <mame-commandline-beam>` +| :ref:`beam_width_min <mame-commandline-beamwidthmin>` +| :ref:`beam_width_max <mame-commandline-beamwidthmax>` +| :ref:`beam_intensity_weight <mame-commandline-beamintensityweight>` | :ref:`flicker <mame-commandline-flicker>` @@ -299,6 +304,7 @@ Core Communication Options | :ref:`comm_localport <mame-commandline-commlocalport>` | :ref:`comm_remotehost <mame-commandline-commremotehost>` | :ref:`comm_remoteport <mame-commandline-commremoteport>` +| :ref:`[no]comm_framesync <mame-commandline-commframesync>` Core Misc Options @@ -312,13 +318,32 @@ Core Misc Options | :ref:`[no]cheat <mame-commandline-cheat>` | :ref:`[no]skip_gameinfo <mame-commandline-skipgameinfo>` | :ref:`uifont <mame-commandline-uifont>` +| :ref:`ui <mame-commandline-ui>` | :ref:`ramsize <mame-commandline-ramsize>` | :ref:`confirm_quit <mame-commandline-confirmquit>` | :ref:`ui_mouse <mame-commandline-uimouse>` +| :ref:`language <mame-commandline-language>` +| :ref:`[no]nvram_save <mame-commandline-nvramsave>` + + +Scripting Options +----------------- + | :ref:`autoboot_command <mame-commandline-autobootcommand>` | :ref:`autoboot_delay <mame-commandline-autobootdelay>` | :ref:`autoboot_script <mame-commandline-autobootscript>` -| :ref:`language <mame-commandline-language>` +| :ref:`[no]console <mame-commandline-console>` +| :ref:`[no]plugins <mame-commandline-plugins>` +| :ref:`plugin <mame-commandline-plugin>` +| :ref:`noplugin <mame-commandline-noplugin>` + + +HTTP Server Options +------------------- + +| :ref:`http <mame-commandline-http>` +| :ref:`http_port <mame-commandline-httpport>` +| :ref:`http_root <mame-commandline-httproot>` Windows-Specific Commandline Options |