OPL: don't use fm.rhy

issue #2061
This commit is contained in:
tildearrow 2024-08-02 14:32:02 -05:00
parent 4e7d566791
commit c02556afa7

View file

@ -217,7 +217,7 @@ void DivPlatformOPL::acquire_nuked(short** buf, size_t len) {
}
}
if (fm.rhy&0x20) {
if (properDrums) {
for (int i=0; i<melodicChans+1; i++) {
unsigned char ch=outChanMap[i];
int chOut=0;