OPL: proper frequency on OPL1/2

This commit is contained in:
tildearrow 2022-03-07 23:23:18 -05:00
parent 2d922d5e09
commit 1bc8bc8746
2 changed files with 8 additions and 3 deletions

View file

@ -68,6 +68,7 @@ class DivPlatformOPL: public DivDispatch {
const unsigned char** slotsDrums;
const unsigned char** slots;
const unsigned short* chanMap;
double chipFreqBase;
int delay, oplType;
unsigned char lastBusy;