mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-05 04:15:05 +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[4]=0;
|
||||
|
||||
if (oplType==1) { // disable waveforms
|
||||
if (oplType==2) { // enable OPL2 waveforms
|
||||
immWrite(0x01,0x20);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue