msxbuild/lib/openmsx/boot_stdio.xml
Willem Cazander 158cb6a887
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -2s
Disable sound before power on.
2024-06-26 23:15:09 +02:00

9 lines
248 B
XML

<openmsx-control>
<!--
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>