Force empty settings.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 0s

This commit is contained in:
Willem Cazander 2024-06-25 15:36:30 +02:00
parent ce24dbc406
commit 717aaaf83e
2 changed files with 7 additions and 0 deletions

View file

@ -48,6 +48,7 @@ define _mb_openmsx_run
-script $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_env.tcl \
-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 \
-control stdio < $(PATH_MSXBUILD_REAL)/lib/openmsx/boot_stdio.xml
endef

View file

@ -0,0 +1,6 @@
<!DOCTYPE settings SYSTEM 'settings.dtd'>
<settings>
<settings>
</settings>
<bindings/>
</settings>