From c64c1c1c2d4cf8d207cc2beb857053754b521248 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 22 Jan 2022 02:54:46 -0500 Subject: [PATCH] Amiga: tune it a bit --- src/engine/platform/amiga.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/platform/amiga.cpp b/src/engine/platform/amiga.cpp index c6734108c..6fd2e728d 100644 --- a/src/engine/platform/amiga.cpp +++ b/src/engine/platform/amiga.cpp @@ -2,7 +2,7 @@ #include "../engine.h" #include -#define FREQ_BASE 6848.0f +#define FREQ_BASE 6843.0f #define AMIGA_DIVIDER 8 void DivPlatformAmiga::acquire(short* bufL, short* bufR, size_t start, size_t len) {