mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-30 16:33:01 +00:00
OPL: fix OPL2 not having waveforms
This commit is contained in:
parent
5d52ef7f00
commit
0c1e2ddcb0
1 changed files with 1 additions and 1 deletions
|
@ -947,7 +947,7 @@ void DivPlatformOPL::reset() {
|
||||||
drumVol[3]=0;
|
drumVol[3]=0;
|
||||||
drumVol[4]=0;
|
drumVol[4]=0;
|
||||||
|
|
||||||
if (oplType==1) { // disable waveforms
|
if (oplType==2) { // enable OPL2 waveforms
|
||||||
immWrite(0x01,0x20);
|
immWrite(0x01,0x20);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue