Fixed autoexec boot and found bug in make in splitting folders.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -6s

This commit is contained in:
Willem Cazander 2024-07-10 17:03:28 +02:00
parent 8c07ce2b1a
commit ded142d36e
14 changed files with 28 additions and 24 deletions

View file

@ -33,8 +33,8 @@ For debian use;
Have access or copy the `lib` folder in your project and start writing make files.
Include the `lib/make/msxbuild.mk` and override the paths if needed;
* PATH_SDCC=/usr/bin
* PATH_OPENMSX=/usr/bin
* MB_SDCC_PATH=/usr/bin
* MB_OPENMSX_PATH=/usr/bin
## Usage Docker
@ -85,27 +85,27 @@ When you want to see whats happening do a debug run;
normal run;
time make @package-qa
real 0m3.223s
real 0m8.058s
debug run at 11 Mhz;
time VERBOSE=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on make @package-qa
real 1m4.856s
time VERBOSE=on DEBUG=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on make @package-qa
real 2m34.071s
debug run real msx speed;
time VERBOSE=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_OPENMSX_SPEED=100 make @package-qa
time VERBOSE=on DEBUG=on MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_OPENMSX_SPEED=100 make @package-qa
real 2m37.379s
record run with screenshot on exit; (black screens without throttle)
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_FLIGHT_SCREEN=on make @package-qa
real 1m14.043s
real 2m40.784s
record run with video per session and merge to one video file;
time make @flight-video-package-qa
real 0m7.136s
real 0m18.184s
build parallel;
time make -j4 @package-qa
real 0m1.817s
real 0m4.226s
manual test all packages on other MSX1 machine;
make DIST_QA_MSXHUB_MACHINE=Philips_VG_8000 bin/dist-qa-msxhub/@run