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:
parent
97dec5a4fe
commit
860b9e1a89
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue