OPL: VGM reset after initializing OPL3 mode
This commit is contained in:
parent
70ed57b7f5
commit
7aa735857c
|
@ -2862,10 +2862,6 @@ void DivPlatformOPL::reset() {
|
|||
}
|
||||
pcm.reset();
|
||||
|
||||
if (dumpWrites) {
|
||||
addWrite(0xffffffff,0);
|
||||
}
|
||||
|
||||
properDrums=properDrumsSys;
|
||||
if (oplType==3) {
|
||||
chanMap=properDrums?chanMapOPL3Drums:chanMapOPL3;
|
||||
|
@ -2947,6 +2943,10 @@ void DivPlatformOPL::reset() {
|
|||
}
|
||||
}
|
||||
|
||||
if (dumpWrites) {
|
||||
addWrite(0xffffffff,0);
|
||||
}
|
||||
|
||||
update4OpMask=true;
|
||||
dam=false;
|
||||
dvb=false;
|
||||
|
|
Loading…
Reference in a new issue