diff --git a/src/engine/platform/sm8521.cpp b/src/engine/platform/sm8521.cpp index 6c228c0d..e0e0e101 100644 --- a/src/engine/platform/sm8521.cpp +++ b/src/engine/platform/sm8521.cpp @@ -363,7 +363,7 @@ void DivPlatformSM8521::notifyInsDeletion(void* ins) { void DivPlatformSM8521::setFlags(const DivConfig& flags) { antiClickEnabled=!flags.getBool("noAntiClick",false); - chipClock=10000000; + chipClock=11059200; CHECK_CUSTOM_CLOCK; rate=chipClock/4/8; for (int i=0; i<3; i++) {