Added SOUND_DRIVER documentation.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
This commit is contained in:
parent
158cb6a887
commit
7a2abf6418
|
@ -51,7 +51,6 @@ define _mb_openmsx_run
|
||||||
-script $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_hdd.tcl \
|
-script $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_hdd.tcl \
|
||||||
-script $(PATH_MSXBUILD_REAL)/lib/openmsx/fail_after.tcl \
|
-script $(PATH_MSXBUILD_REAL)/lib/openmsx/fail_after.tcl \
|
||||||
-setting $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_setting.xml \
|
-setting $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_setting.xml \
|
||||||
-command "set sound_driver null" \
|
|
||||||
-control stdio < $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_stdio.xml
|
-control stdio < $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_stdio.xml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
# SAVE_SETTINGS_ON_EXIT=off
|
# SAVE_SETTINGS_ON_EXIT=off
|
||||||
# Disables automatic settings saving.
|
# Disables automatic settings saving.
|
||||||
#
|
#
|
||||||
|
# SOUND_DRIVER=null
|
||||||
|
# Disabled sound to remove boot beeps.
|
||||||
|
#
|
||||||
# RENDERER=SDL
|
# RENDERER=SDL
|
||||||
# Override video output from command line.
|
# Override video output from command line.
|
||||||
#
|
#
|
||||||
|
|
|
@ -3,6 +3,5 @@
|
||||||
When booting 'openmsx -control stdio < boot_stdio.xml'
|
When booting 'openmsx -control stdio < boot_stdio.xml'
|
||||||
It starts then in power off mode and without renderer for fast booting.
|
It starts then in power off mode and without renderer for fast booting.
|
||||||
-->
|
-->
|
||||||
<command>set sound_driver null</command>
|
|
||||||
<command>set power on</command>
|
<command>set power on</command>
|
||||||
</openmsx-control>
|
</openmsx-control>
|
||||||
|
|
Loading…
Reference in a new issue