OPL: Correct CHIP_FREQBASE to match clock ratio
This changes from 9440540 to 9437184
This commit is contained in:
parent
e3a22ea7c1
commit
02b28e6e7d
2 changed files with 18 additions and 18 deletions
|
|
@ -95,7 +95,7 @@ class DivPlatformOPL: public DivDispatch {
|
|||
const unsigned char** slots;
|
||||
const unsigned short* chanMap;
|
||||
const unsigned char* outChanMap;
|
||||
double chipFreqBase, chipRateBase;
|
||||
int chipFreqBase, chipRateBase;
|
||||
int delay, chipType, oplType, chans, melodicChans, totalChans, adpcmChan, sampleBank;
|
||||
unsigned char lastBusy;
|
||||
unsigned char drumState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue