OPL: fix OPL2 not having waveforms

This commit is contained in:
tildearrow 2022-04-07 20:48:34 -05:00
parent 5d52ef7f00
commit 0c1e2ddcb0
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ void DivPlatformOPL::reset() {
drumVol[3]=0;
drumVol[4]=0;
if (oplType==1) { // disable waveforms
if (oplType==2) { // enable OPL2 waveforms
immWrite(0x01,0x20);
}