From d66976afaf3426b79dbf3d56b1bd8ea7e401f638 Mon Sep 17 00:00:00 2001 From: Willem Date: Mon, 24 Jun 2024 20:55:12 +0200 Subject: [PATCH] Added normal speed example. --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b4e86c6..aa2e5a9 100644 --- a/README.md +++ b/README.md @@ -51,15 +51,17 @@ And override the required paths; Then build result based compile rules see an example in; `test/ahello-m80/0module.mk` When you want to see whats happening do a debug run; - debug run; - - time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all - real 0m32.977s - normal run; + time make clean assert-all + real 0m1.938s - time make clean assert-all - real 0m1.938s + debug run; + time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON make clean assert-all + real 0m32.977s + + debug run real msx speed; + time MB_OPENMSX_RENDERER=SDL MB_OPENMSX_THROTTLE=ON MB_OPENMSX_SPEED=100 make clean assert-all + real 1m44.184s ## Functions