Moved all openMSX data to local bin to enable video recorder.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s

This commit is contained in:
Willem Cazander 2024-06-28 22:29:37 +02:00
parent 33ef6ed712
commit 82cb218bef
4 changed files with 26 additions and 10 deletions

View file

@ -33,10 +33,11 @@ The files in this repro try to handle these steps for you.
* make + wget + tar + dos2unix
* sdcc
* openmsx
* ffmpeg (optional, see `test/0module.mk` howto merge videos)
For debian use;
apt-get install make wget tar dos2unix sdcc openmsx
apt-get install make wget tar dos2unix sdcc openmsx ffmpeg
## Usage
@ -60,10 +61,10 @@ When you want to see whats happening do a debug run;
debug run real msx speed;
time MB_OPENMSX_RENDERER=on MB_OPENMSX_THROTTLE=on MB_OPENMSX_SPEED=100 make assert-all
real 2m37.379s
debug run with video recorder;
time MB_OPENMSX_RENDERER=on MB_OPENMSX_RECORDER=on make -s -j4 assert-all
real 0m4.479s
debug run with video recorder and merge to one video file;
time MB_OPENMSX_RENDERER=on MB_OPENMSX_RECORDER=on make -s assert-all-video
real 0m7.136s
build parallel;
time make -s -j4 assert-all