From 48cdca8ce7a4f9fa28e04ff623401993b1d3e943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Wed, 12 Jun 2024 20:38:43 +0200 Subject: [PATCH] Add description --- CubeGotchi.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CubeGotchi.ino b/CubeGotchi.ino index 5c6886b..93e7e0f 100644 --- a/CubeGotchi.ino +++ b/CubeGotchi.ino @@ -30,11 +30,11 @@ // it also seems that the temperature also effects the clock frequency so time keeps on drifting and it get's noticable after some time. // You can play around with these 2 to try and reduce the drift: -#define EMULATOR_CLOCK_SPEED 1002701 // this values seems to be around 1002700(+-10) +#define EMULATOR_CLOCK_SPEED 1002700 // this values seems to be around 1002700(+-5) // If game time is going faster than it should, increase this value by 1 to slow it down. // fixed microsecond sleep between each cycle used to fine tune the emulator time drift even more -#define FINE_TUNING_DELAY 24 +#define FINE_TUNING_DELAY 23 // If game time is going faster than it should, increase this value /**************************************************************************/