mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Correct format of -sound command in documents to match recent changes. (nw)
This commit is contained in:
parent
9d6e9d2836
commit
1358278e4d
@ -14,7 +14,7 @@ The usual way to run MAME is by telling it to run a particular game:
|
|||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
mame robby -nosound
|
mame robby -sound none
|
||||||
|
|
||||||
...will run Robby Roto without sound. There are many, many options
|
...will run Robby Roto without sound. There are many, many options
|
||||||
available. All commonly supported options are listed below. Options that
|
available. All commonly supported options are listed below. Options that
|
||||||
@ -864,9 +864,10 @@ Core vector options
|
|||||||
Core sound 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>
|
-samplerate <value> / -sr <value>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user