From 2abe76d00059959daff2b63646c6f0a7ee61a1e9 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 22 Jul 2023 01:42:05 -0500 Subject: [PATCH] Amiga: fix custom clock --- src/engine/platform/amiga.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/engine/platform/amiga.cpp b/src/engine/platform/amiga.cpp index 48128bc6..c97624c5 100644 --- a/src/engine/platform/amiga.cpp +++ b/src/engine/platform/amiga.cpp @@ -809,6 +809,8 @@ void DivPlatformAmiga::setFlags(const DivConfig& flags) { } else { chipClock=COLOR_NTSC; } + CHECK_CUSTOM_CLOCK; + rate=chipClock/AMIGA_DIVIDER; for (int i=0; i<4; i++) { oscBuf[i]->rate=rate;