OPN: fix possible crash when CSM is off

This commit is contained in:
tildearrow 2024-10-20 18:04:08 -05:00
parent 45c6a1cbfb
commit 8c2b3ba438
4 changed files with 5 additions and 3 deletions

View file

@ -364,7 +364,7 @@ class DivPlatformYM2610Base: public DivPlatformOPN {
}
DivPlatformYM2610Base(int ext, int psg, int adpcmA, int adpcmB, int chanCount):
DivPlatformOPN(ext,psg,adpcmA,adpcmB,chanCount,9440540.0, 72, 32) {}
DivPlatformOPN(ext,psg,adpcmA,adpcmB,chanCount,9440540.0, 72, 32, false, 16) {}
};
#endif