OPL: and now fix the fix

This commit is contained in:
tildearrow 2024-09-25 14:43:24 -05:00
parent f7412e5234
commit 8ac3491672
2 changed files with 16 additions and 3 deletions

View file

@ -115,6 +115,7 @@ class DivPlatformOPL: public DivDispatch {
bool lastSY;
bool waitingBusy;
int downsamplerStep;
unsigned char oldOpMask;
unsigned char* adpcmBMem;
size_t adpcmBMemLen;