diff options
author | 2021-01-28 06:59:06 -0700 | |
---|---|---|
committer | 2021-01-29 00:59:06 +1100 | |
commit | 7f84a651d71f27687513e169d888db03088e0633 (patch) | |
tree | 91121dfcf8dea31b23adfc283571966a515c26db /docs/source/usingmame/usingmame.rst | |
parent | 86666f388eb8ee809a953e320acb828f2bd574c1 (diff) |
Change "mame64" to "mame" in docs (#7709)
Diffstat (limited to 'docs/source/usingmame/usingmame.rst')
-rw-r--r-- | docs/source/usingmame/usingmame.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/usingmame/usingmame.rst b/docs/source/usingmame/usingmame.rst index 4163158aba6..28f20d03394 100644 --- a/docs/source/usingmame/usingmame.rst +++ b/docs/source/usingmame/usingmame.rst @@ -19,7 +19,7 @@ will load the USA version of Metroid for the Nintendo Entertainment System. Alternatively, you could start MAME with **mame.exe nes** - + and choose the *software list* from the cartridge slot. From there, you could pick any softlist-compatible software you have in your roms folders. Please note that many older dumps of cartridges and discs may either be bad or require renaming to match up to the softlist in order to work in this way. @@ -66,7 +66,7 @@ gives you a (quite long) list of available configuration options for MAME. These creates a brand new **mame.ini** file, with default configuration settings. Notice that mame.ini is basically a plain text file, hence you can open it with any text editor (e.g. Notepad, Emacs or TextEdit) and configure every option you need. However, no particular tweaks are needed to start, so you can basically leave most of the options unaltered. -If you execute **mame64 -createconfig** when you already have an existing mame.ini from a previous MAME version, MAME automatically updates the pre-existing mame.ini by copying changed options into it. +If you execute **mame -createconfig** when you already have an existing mame.ini from a previous MAME version, MAME automatically updates the pre-existing mame.ini by copying changed options into it. Once you are more confident with MAME options, you may want to configure a bit more your setup. In this case, keep in mind the order in which options are read; see :ref:`advanced-multi-CFG` for details. |