diff options
author | 2018-09-24 13:55:18 -0400 | |
---|---|---|
committer | 2018-09-24 13:55:18 -0400 | |
commit | fdb070c61d292798719e16f0b44c2f69628bde28 (patch) | |
tree | 4b0f60cbe74f525cbe12454724ce86482cac1285 /docs/source/commandline/commandline-index.rst | |
parent | 02de01049726f4692d5efb304322c46c473c3a3c (diff) |
Started commandline documents update to dismiss items no longer in source and start listing recently added commands. More work to come. [Tafoid]
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..3ba0e43f586 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 |