From 82a9347c670f868406ab06bb265aaf2176eb5bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Wed, 12 Jun 2024 20:27:54 +0200 Subject: [PATCH] Add time fine tuning vars --- CubeGotchi.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CubeGotchi.ino b/CubeGotchi.ino index 11cb15e..b683bb4 100644 --- a/CubeGotchi.ino +++ b/CubeGotchi.ino @@ -29,7 +29,7 @@ #define EMULATOR_CLOCK_SPEED 1002702 // this values seems to be diferent for every single board but generaly is around 1002700 // If game time is going faster than it should, increase this value by 1 to slow it down. -// fixed microsecond sleep between each frame used to fine tune the emulator time drift +// fixed microsecond sleep between each cycle used to fine tune the emulator time drift even more #define FINE_TUNING_DELAY 24 // If game time is going faster than it should, increase this value /**************************************************************************/