]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Use documented crystal value. Some boards have correct one, some have wrong for some...
authorToni Wilen <twilen@winuae.net>
Wed, 14 Oct 2015 17:09:41 +0000 (20:09 +0300)
committerToni Wilen <twilen@winuae.net>
Wed, 14 Oct 2015 17:09:41 +0000 (20:09 +0300)
sndboard.cpp

index b77f324bdb2a078903c3de01b8bc87ec8aca084d..578a7c67b1279e28723707699c159c7de0ae8557 100644 (file)
@@ -197,7 +197,10 @@ static void calculate_volume_toccata(void)
 
 static const int freq_crystals[] = {
        // AD1848 documentation says 24.576MHz but photo of board shows 24.582MHz
-       24582000,
+       // Added later: It seems there are boards that have correct crystal and
+       // also boards with wrong crystal..
+       // So we can use correct one in emulation.
+       24576000,
        16934400
 };
 static const int freq_dividers[] = {