Moved stdio to TCL managed commands
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 5s

This commit is contained in:
Willem Cazander 2024-06-23 20:38:49 +02:00
parent fb6153b42e
commit 1179a655e8
3 changed files with 3 additions and 3 deletions

View file

@ -18,6 +18,8 @@ MB_OPENMSX_ARGS = \
define _mb_openmsx_run define _mb_openmsx_run
@echo === Running openMSX @echo === Running openMSX
$(call mb_msxhub_file,$(PATH_MSXBUILD_REAL)/lib/openmsx,OMSXCTL/1.0-1/get/OMSXCTL/omsxctl.tcl) $(call mb_msxhub_file,$(PATH_MSXBUILD_REAL)/lib/openmsx,OMSXCTL/1.0-1/get/OMSXCTL/omsxctl.tcl)
SAVE_SETTINGS_ON_EXIT=off \
THROTTLE=off \
FAIL_AFTER_BOOT=$(MB_OPENMSX_BOOT_TIMEOUT) \ FAIL_AFTER_BOOT=$(MB_OPENMSX_BOOT_TIMEOUT) \
FAIL_AFTER_PATH=bin \ FAIL_AFTER_PATH=bin \
BOOT_HDD_PATH="$(1)" \ BOOT_HDD_PATH="$(1)" \

View file

@ -3,7 +3,7 @@
# Typically used in automation tools which run openMSX without human interaction. # Typically used in automation tools which run openMSX without human interaction.
# Supported environment variables by this script; # Supported environment variables by this script;
# #
# SAVE_SETTINGS_ON_EXIT=false # SAVE_SETTINGS_ON_EXIT=off
# Disables automatic settings saving. # Disables automatic settings saving.
# #
# RENDERER=SDL # RENDERER=SDL

View file

@ -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. It starts then in power off mode and without renderer for fast booting.
--> -->
<command>set power on</command> <command>set power on</command>
<command>set throttle off</command>
<command>set save_settings_on_exit off</command>
</openmsx-control> </openmsx-control>