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

trunk/src/osd/osdepend.c
r30962r30963
3333   { NULL,                                   NULL,       OPTION_HEADER,     "OSD PERFORMANCE OPTIONS" },
3434   { OSDOPTION_MULTITHREADING ";mt",         "0",        OPTION_BOOLEAN,    "enable multithreading; this enables rendering and blitting on a separate thread" },
3535   { 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 -nosound -nothrottle" },
36   { OSDOPTION_BENCH,                        "0",        OPTION_INTEGER,    "benchmark for the given number of emulated seconds; implies -video none -sound none -nothrottle" },
3737   // video options
3838   { NULL,                                   NULL,       OPTION_HEADER,     "OSD VIDEO OPTIONS" },
3939// OS X can be trusted to have working hardware OpenGL, so default to it on for the best user experience
trunk/src/osd/sdl/man/mame.6
r30962r30963
509509.TP
510510.B \-bench
511511Benchmark for the given number of emulated seconds;
512implies \-video none \-nosound \-nothrottle.
512implies \-video none \-sound none \-nothrottle.
513513.\"
514514.\" *******************************************************
515515.SS Rotation options
trunk/src/tools/runtest.cmd
r30962r30963
166166:runone
167167@echo Testing %1 (%2)...
168168echo.>>%SUMMARY%
169mame %1 -str 30 -watchdog 300 -nodebug -nothrottle -inipath .. -video none -nosound 1>log\%1.txt 2>log\%1.err
169mame %1 -str 30 -watchdog 300 -nodebug -nothrottle -inipath .. -video none -sound none 1>log\%1.txt 2>log\%1.err
170170if %errorlevel% equ 100 (
171171echo @@@@@driver=%1: Exception>>%SUMMARY%
172172type log\%1.err >>%SUMMARY%
trunk/docs/windows.txt
r30962r30963
7070-bench [n]
7171
7272        Benchmark for [n] number of emulated seconds; implies the command string:
73        -str [n] -video none -nosound -nothrottle
73        -str [n] -video none -sound none -nothrottle
7474
7575
7676
r30962r30963
339339Windows sound options
340340---------------------
341341
342-sound <dsound|sdl|none>
343
344   Specifies which sound subsystem to use. 'none' disables sound altogether.
345   The default is dsound.
346
347
342348-audio_latency <value>
343349
344350   This controls the amount of latency built into the audio streaming. By
trunk/docs/SDL.txt
r30962r30963
5959-bench [n]
6060
6161        Benchmark for [n] number of emulated seconds; implies the command string:
62        -str [n] -video none -nosound -nothrottle. Default is OFF (-nobench)
62        -str [n] -video none -sound none -nothrottle. Default is OFF (-nobench)
6363
6464
6565
r30962r30963
326326Sound options
327327-------------
328328
329-sound <sdl|none>
330
331   Specifies which sound subsystem to use. 'none' disables sound altogether.
332   The default is sdl.
333
329334-audio_latency <value>
330335
331336   This controls the amount of latency built into the audio streaming. By
trunk/docs/config.txt
r30962r30963
864864Core sound options
865865------------------
866866
867-sound [value]
868
869   Enable (auto), disable (none), or SDL (sdl) if using SDL. The default
870        is enable (auto).
871
872867-samplerate <value> / -sr <value>
873868
874869   Sets the audio sample rate. Smaller values (e.g. 11025) cause lower

Previous 199869 Revisions Next


© 1997-2024 The MAME Team