From 860b9e1a89897dd00877dac765c34d0f2aa3d031 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 31 Aug 2005 18:06:09 +0000 Subject: [PATCH] Change clock to NTSC burst frequency. (NewRisingSun) Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2294 --- src/hardware/tandy_sound.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hardware/tandy_sound.cpp b/src/hardware/tandy_sound.cpp index ea5165fc..28fa801e 100644 --- a/src/hardware/tandy_sound.cpp +++ b/src/hardware/tandy_sound.cpp @@ -323,11 +323,11 @@ public: tandy.chan=MixerChan.Install(&SN76496Update,sample_rate,"TANDY"); tandy.enabled=false; - + Bitu i; struct SN76496 *R = &sn; R->SampleRate = sample_rate; - SN76496_set_clock(2386360); + SN76496_set_clock(3579545); for (i = 0;i < 4;i++) R->Volume[i] = 0; R->LastRegister = 0; for (i = 0;i < 8;i+=2)