Moved stdio to TCL managed commands
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s
This commit is contained in:
parent
fb6153b42e
commit
1179a655e8
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# Typically used in automation tools which run openMSX without human interaction.
|
||||
# Supported environment variables by this script;
|
||||
#
|
||||
# SAVE_SETTINGS_ON_EXIT=false
|
||||
# SAVE_SETTINGS_ON_EXIT=off
|
||||
# Disables automatic settings saving.
|
||||
#
|
||||
# RENDERER=SDL
|
||||
|
|
|
|||
|
|
@ -4,6 +4,4 @@ When booting 'openmsx -control stdio < boot_stdio.xml'
|
|||
It starts then in power off mode and without renderer for fast booting.
|
||||
-->
|
||||
<command>set power on</command>
|
||||
<command>set throttle off</command>
|
||||
<command>set save_settings_on_exit off</command>
|
||||
</openmsx-control>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue