diff options
author | 2022-03-10 02:55:40 +1100 | |
---|---|---|
committer | 2022-03-10 02:55:40 +1100 | |
commit | 422185fe558463a119cfdee25e2d4b6e5d71dc97 (patch) | |
tree | 10a01acb7c99b76a0cc575dabd4ce76ec9e3249f /docs/source/usingmame/usingmame.rst | |
parent | bbb9ec846a44598159258d36f21bae42437ee290 (diff) |
docs: Added page describing how MAME searches for media.
Also made error messages for missing CHDs and missing files for software
parts using the image file loader show search paths, and changed the
(poorly named) bitbanger device to use the image file loader rather than
the ROM loader for software items.
Diffstat (limited to 'docs/source/usingmame/usingmame.rst')
-rw-r--r-- | docs/source/usingmame/usingmame.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/source/usingmame/usingmame.rst b/docs/source/usingmame/usingmame.rst index f808199cb52..9a66bc814c4 100644 --- a/docs/source/usingmame/usingmame.rst +++ b/docs/source/usingmame/usingmame.rst @@ -79,8 +79,8 @@ gives a basic summary of command line options for MAME, as explained above. **mame.exe -showusage** gives you the (quite long) list of available command line options for MAME. -The main options are described, in the :ref:`universal-command-line` section of -this manual. +The main options are described, in the :ref:`mame-commandline-universal` section +of this manual. **mame.exe -showconfig** @@ -88,9 +88,10 @@ this manual. gives you a (quite long) list of available configuration options for MAME. These optons can always be modified at command line, or by editing them in mame.ini which is the main configuration file for MAME. You can find a -description of some configuration options in the :ref:`universal-command-line` -section of the manual (in most cases, each configuration option has a -corresponding command line option to configure and modify it). +description of some configuration options in the +:ref:`mame-commandline-universal` section of the manual (in most cases, each +configuration option has a corresponding command line option to configure and +modify it). **mame.exe -createconfig** |