| Previous | 199869 Revisions | Next |
| r30963 Friday 13th June, 2014 at 21:01:35 UTC by Alex Jackson |
|---|
| Change remaining references to -nosound to -sound none in code and docs; move description of -sound option to OSD-specific doc files to be orthogonal to -video (nw) |
| [docs] | SDL.txt config.txt windows.txt |
| [src/osd] | osdepend.c |
| [src/osd/sdl/man] | mame.6 |
| [src/tools] | runtest.cmd |
| r30962 | r30963 | |
|---|---|---|
| 33 | 33 | { NULL, NULL, OPTION_HEADER, "OSD PERFORMANCE OPTIONS" }, |
| 34 | 34 | { OSDOPTION_MULTITHREADING ";mt", "0", OPTION_BOOLEAN, "enable multithreading; this enables rendering and blitting on a separate thread" }, |
| 35 | 35 | { OSDOPTION_NUMPROCESSORS ";np", OSDOPTVAL_AUTO, OPTION_STRING, "number of processors; this overrides the number the system reports" }, |
| 36 | { OSDOPTION_BENCH, "0", OPTION_INTEGER, "benchmark for the given number of emulated seconds; implies -video none - | |
| 36 | { OSDOPTION_BENCH, "0", OPTION_INTEGER, "benchmark for the given number of emulated seconds; implies -video none -sound none -nothrottle" }, | |
| 37 | 37 | // video options |
| 38 | 38 | { NULL, NULL, OPTION_HEADER, "OSD VIDEO OPTIONS" }, |
| 39 | 39 | // OS X can be trusted to have working hardware OpenGL, so default to it on for the best user experience |
| r30962 | r30963 | |
|---|---|---|
| 509 | 509 | .TP |
| 510 | 510 | .B \-bench |
| 511 | 511 | Benchmark for the given number of emulated seconds; |
| 512 | implies \-video none \- | |
| 512 | implies \-video none \-sound none \-nothrottle. | |
| 513 | 513 | .\" |
| 514 | 514 | .\" ******************************************************* |
| 515 | 515 | .SS Rotation options |
| r30962 | r30963 | |
|---|---|---|
| 166 | 166 | :runone |
| 167 | 167 | @echo Testing %1 (%2)... |
| 168 | 168 | echo.>>%SUMMARY% |
| 169 | mame %1 -str 30 -watchdog 300 -nodebug -nothrottle -inipath .. -video none - | |
| 169 | mame %1 -str 30 -watchdog 300 -nodebug -nothrottle -inipath .. -video none -sound none 1>log\%1.txt 2>log\%1.err | |
| 170 | 170 | if %errorlevel% equ 100 ( |
| 171 | 171 | echo @@@@@driver=%1: Exception>>%SUMMARY% |
| 172 | 172 | type log\%1.err >>%SUMMARY% |
| r30962 | r30963 | |
|---|---|---|
| 70 | 70 | -bench [n] |
| 71 | 71 | |
| 72 | 72 | Benchmark for [n] number of emulated seconds; implies the command string: |
| 73 | -str [n] -video none - | |
| 73 | -str [n] -video none -sound none -nothrottle | |
| 74 | 74 | |
| 75 | 75 | |
| 76 | 76 | |
| r30962 | r30963 | |
| 339 | 339 | Windows sound options |
| 340 | 340 | --------------------- |
| 341 | 341 | |
| 342 | -sound <dsound|sdl|none> | |
| 343 | ||
| 344 | Specifies which sound subsystem to use. 'none' disables sound altogether. | |
| 345 | The default is dsound. | |
| 346 | ||
| 347 | ||
| 342 | 348 | -audio_latency <value> |
| 343 | 349 | |
| 344 | 350 | This controls the amount of latency built into the audio streaming. By |
| r30962 | r30963 | |
|---|---|---|
| 59 | 59 | -bench [n] |
| 60 | 60 | |
| 61 | 61 | Benchmark for [n] number of emulated seconds; implies the command string: |
| 62 | -str [n] -video none - | |
| 62 | -str [n] -video none -sound none -nothrottle. Default is OFF (-nobench) | |
| 63 | 63 | |
| 64 | 64 | |
| 65 | 65 | |
| r30962 | r30963 | |
| 326 | 326 | Sound options |
| 327 | 327 | ------------- |
| 328 | 328 | |
| 329 | -sound <sdl|none> | |
| 330 | ||
| 331 | Specifies which sound subsystem to use. 'none' disables sound altogether. | |
| 332 | The default is sdl. | |
| 333 | ||
| 329 | 334 | -audio_latency <value> |
| 330 | 335 | |
| 331 | 336 | This controls the amount of latency built into the audio streaming. By |
| r30962 | r30963 | |
|---|---|---|
| 864 | 864 | Core sound options |
| 865 | 865 | ------------------ |
| 866 | 866 | |
| 867 | -sound [value] | |
| 868 | ||
| 869 | Enable (auto), disable (none), or SDL (sdl) if using SDL. The default | |
| 870 | is enable (auto). | |
| 871 | ||
| 872 | 867 | -samplerate <value> / -sr <value> |
| 873 | 868 | |
| 874 | 869 | Sets the audio sample rate. Smaller values (e.g. 11025) cause lower |
| Previous | 199869 Revisions | Next |