Moved all openMSX data to local bin to enable video recorder.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in -7s
This commit is contained in:
parent
33ef6ed712
commit
82cb218bef
4 changed files with 26 additions and 10 deletions
11
README.md
11
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue