summaryrefslogtreecommitdiffstatshomepage
path: root/docs/config.txt
diff options
context:
space:
mode:
author Scott Stone <tafoid@users.noreply.github.com>2014-06-13 20:17:06 +0000
committer Scott Stone <tafoid@users.noreply.github.com>2014-06-13 20:17:06 +0000
commit1358278e4daedf0b3e724a6055b670e88abe0a68 (patch)
tree17ff0ed1ff2f6d373e6bd518abe5c00ed295b57a /docs/config.txt
parent9d6e9d2836100fa56e4dce927e670cfd664e53df (diff)
Correct format of -sound command in documents to match recent changes. (nw)
Diffstat (limited to 'docs/config.txt')
-rw-r--r--docs/config.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/config.txt b/docs/config.txt
index 2b2e512aca2..b55bfdf21e3 100644
--- a/docs/config.txt
+++ b/docs/config.txt
@@ -14,7 +14,7 @@ The usual way to run MAME is by telling it to run a particular game:
For example:
- mame robby -nosound
+ mame robby -sound none
...will run Robby Roto without sound. There are many, many options
available. All commonly supported options are listed below. Options that
@@ -864,9 +864,10 @@ Core vector options
Core sound options
------------------
--[no]sound
+-sound [value]
- Enable or disable sound altogether. The default is ON (-sound).
+ Enable (auto), disable (none), or SDL (sdl) if using SDL. The default
+ is enable (auto).
-samplerate <value> / -sr <value>