Fix this for preparing OPL3-L and OPL4

This commit is contained in:
cam900 2022-08-21 12:46:56 +09:00
parent 1b2d2fdb98
commit dfb663d876
1 changed files with 1 additions and 1 deletions

View File

@ -1595,7 +1595,7 @@ void DivPlatformOPL::setOPLType(int type, bool drums) {
adpcmChan=drums?11:9;
}
break;
case 3: case 759:
case 3: case 4: case 759:
slotsNonDrums=slotsOPL3;
slotsDrums=slotsOPL3Drums;
slots=drums?slotsDrums:slotsNonDrums;