1
0
Fork 0

Change clock to NTSC burst frequency. (NewRisingSun)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2294
This commit is contained in:
Peter Veenstra 2005-08-31 18:06:09 +00:00
parent 97dec5a4fe
commit 860b9e1a89

View file

@ -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)