Fixed mode 80 on msx1 and cleaned boot messages.
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
All checks were successful
Run test asserts / Test-Asserts (push) Successful in 3s
This commit is contained in:
parent
da35583307
commit
8d84a1e65c
13 changed files with 154 additions and 34 deletions
14
README.md
14
README.md
|
|
@ -44,27 +44,27 @@ TODO
|
|||
When you want to see whats happening do a debug run;
|
||||
|
||||
normal run;
|
||||
time make assert-all
|
||||
time make bin/@assert-all
|
||||
real 0m3.223s
|
||||
|
||||
debug run at 11 Mhz;
|
||||
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on make assert-all
|
||||
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on make vassert-all
|
||||
real 1m4.856s
|
||||
|
||||
debug run real msx speed;
|
||||
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_OPENMSX_SPEED=100 make assert-all
|
||||
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_OPENMSX_SPEED=100 make bin/@assert-all
|
||||
real 2m37.379s
|
||||
|
||||
debug run with screenshot on exit; (black screens without throttle)
|
||||
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_FLIGHT_SCREEN=on make -s assert-all
|
||||
time MB_OPENMSX_HEADLESS=off MB_OPENMSX_THROTTLE=on MB_FLIGHT_SCREEN=on make -s bin/@assert-all
|
||||
real 1m14.043s
|
||||
|
||||
debug run with video recorder and merge to one video file;
|
||||
time MB_OPENMSX_HEADLESS=off MB_FLIGHT_VIDEO=on make -s assert-all
|
||||
time MB_OPENMSX_HEADLESS=off MB_FLIGHT_VIDEO=on make -s bin/@assert-all
|
||||
real 0m7.136s
|
||||
|
||||
build parallel;
|
||||
time make -s -j4 assert-all
|
||||
time make -s -j4 bin/@assert-all
|
||||
real 0m1.817s
|
||||
|
||||
manual test msxhub on machine;
|
||||
|
|
@ -86,6 +86,7 @@ Current set is WIP.
|
|||
## Errata
|
||||
|
||||
* Doesn't work on windows
|
||||
* TODO: mbboot80+add arg prefix and move to other repro + msxhub package
|
||||
* TODO: Missing C and mixed support
|
||||
* TODO: Use TCL for BASIC/ASM/C lcov (Cobertura) code coverage
|
||||
|
||||
|
|
@ -104,6 +105,7 @@ Current set is WIP.
|
|||
* run instance-id or run/process-label to replace hardcoded "untitled1" path
|
||||
* Remove msg or add ignore sram-fully or blank setting: SRAM file nms8250.cmos not found, assuming blank SRAM content.
|
||||
* Video record append mode + optional multiple previds to glue videos as one
|
||||
* Video record remove blue start frame on start of recording
|
||||
* (FIXED) Allow for `set renderer none` in TCL or command argument for headless mode
|
||||
* SDL-NULL as window less renderer so that screenshot and/or video works headless
|
||||
* DocUpdate: Add speed note because it is slow + add example "after quit {export hdd}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue