Added SOUND_DRIVER documentation.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s

This commit is contained in:
Willem Cazander 2024-06-26 23:27:29 +02:00
parent 158cb6a887
commit 7a2abf6418
3 changed files with 3 additions and 2 deletions

View file

@ -51,7 +51,6 @@ define _mb_openmsx_run
-script $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_hdd.tcl \
-script $(PATH_MSXBUILD_REAL)/lib/openmsx/fail_after.tcl \
-setting $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_setting.xml \
-command "set sound_driver null" \
-control stdio < $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_stdio.xml
endef

View file

@ -6,6 +6,9 @@
# SAVE_SETTINGS_ON_EXIT=off
# Disables automatic settings saving.
#
# SOUND_DRIVER=null
# Disabled sound to remove boot beeps.
#
# RENDERER=SDL
# Override video output from command line.
#

View file

@ -3,6 +3,5 @@
When booting 'openmsx -control stdio < boot_stdio.xml'
It starts then in power off mode and without renderer for fast booting.
-->
<command>set sound_driver null</command>
<command>set power on</command>
</openmsx-control>