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 /**************************************************************************/