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