summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2018-09-24 15:20:49 -0400
committer Scott Stone <tafoid@gmail.com>2018-09-24 15:20:49 -0400
commit91b9f92ddc15e11a52eda4fadfe29ded25b9bd3b (patch)
treead2d29d1500d5ddb9075e4db61557b71032af061
parent44608e3c495ece9af7fae5c4d2ada8b8e425dfb1 (diff)
Misc documentation fixes as brought up by other developers (nw)
-rw-r--r--docs/source/commandline/commandline-all.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst
index 29357c187c7..2f0ac98992b 100644
--- a/docs/source/commandline/commandline-all.rst
+++ b/docs/source/commandline/commandline-all.rst
@@ -353,7 +353,7 @@ Core Search Path Options
**-homepath** *<path>*
- Specifies a path within which to find the plugins base folder. The default is '.' (that is, in the same directory as the MAME executable).
+ Specifies a path where the base 'plugins' folder is to be found. The default is '.' (that is, in the current working directory).
.. _mame-commandline-rompath:
@@ -395,7 +395,7 @@ Core Search Path Options
**-fontpath** *<path>*
- Specifies a list of paths within which to find .BDF font files. Multiple paths can be specified by separating them with semicolons. The default is '.' (that is, search in the same directory as the MAME executable).
+ Specifies a list of paths within which to find .BDF font files. Multiple paths can be specified by separating them with semicolons. The default is '.' (that is, search in the current working directory).
.. _mame-commandline-cheatpath:
@@ -1491,9 +1491,9 @@ Core Misc Options
.. _mame-commandline-nvramsave:
-**-nvram_save**
+**-[no]nvram_save**
- Save the NVRAM from being overwitten on exit. The default of OFF (*-nonvram_save*).
+ Save the NVRAM contents when exiting machine emulation. By turning this off, you can retain your previous NVRAM contents as any current changes made will not be saved. The default of ON (*-nvram_save*).