Added flight recorder and more boot messages.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -8s

This commit is contained in:
Willem Cazander 2024-06-29 15:47:52 +02:00
parent 97088650d4
commit c1a52773ac
16 changed files with 176 additions and 94 deletions

View file

@ -63,7 +63,7 @@ When you want to see whats happening do a debug run;
real 2m37.379s
debug run with video recorder and merge to one video file;
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_RECORDER=on make -s assert-all-video
time MB_OPENMSX_HEADLESS=off MB_FLIGHT_VIDEO=on make -s assert-all-video
real 0m7.136s
build parallel;
@ -77,17 +77,19 @@ Current set is WIP.
* mb_autoexec_append_cmd
* mb_autoexec_append_echo
* mb_autoexec_append_rem
* mb_autoexec_append_gui_mode
* mb_autoexec_append_show_gui
* mb_autoexec_append_stop_fail
* mb_autoexec_append_exit
* mb_autoexec_append_joyporta_mouse
* mb_autoexec_append_record_screenshot
* mb_autoexec_append_record_video
* mb_autoexec_append_safe_test
* mb_autoexec_append_safe_cmd
* mb_autoexec_write_default
* mb_autoexec_open_gui40
* mb_autoexec_open_gui40_mouse
* mb_autoexec_open_gui80
* mb_autoexec_open_gui80_mouse
* mb_autoexec_show_gui40
* mb_autoexec_show_gui40_mouse
* mb_autoexec_show_gui80
* mb_autoexec_show_gui80_mouse
* mb_autoexec_safe_cmd
* mb_autoexec_safe_test
* mb_msxhub_file
@ -163,6 +165,7 @@ Current set is WIP.
## Errata
* Imported folders in openMSX; `cd utils;cd ..;dir` breaks, use `cd utils:cd a:\;dir` as workaround
* Saving screenshots sometimes lets openMSX segfaults
* Doesn't work on windows
* Missing C and mixed support
* If no SDL than screenshot in fail_after doesn't work