parent
ceb397b429
commit
26a66ad4c4
|
@ -37,6 +37,7 @@ void DivPlatformGenesisExt::commitStateExt(int ch, DivInstrument* ins) {
|
|||
}
|
||||
chan[extChanOffs].state.fms=ins->fm.fms;
|
||||
chan[extChanOffs].state.ams=ins->fm.ams;
|
||||
chan[extChanOffs].state.block=ins->fm.block;
|
||||
chan[extChanOffs].state.op[ordch]=ins->fm.op[ordch];
|
||||
}
|
||||
|
||||
|
|
|
@ -31,6 +31,7 @@ void DivPlatformYM2203Ext::commitStateExt(int ch, DivInstrument* ins) {
|
|||
if (ch==0 || fbAllOps) {
|
||||
chan[2].state.fb=ins->fm.fb;
|
||||
}
|
||||
chan[extChanOffs].state.block=ins->fm.block;
|
||||
chan[2].state.op[ordch]=ins->fm.op[ordch];
|
||||
}
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@ void DivPlatformYM2608Ext::commitStateExt(int ch, DivInstrument* ins) {
|
|||
}
|
||||
chan[2].state.fms=ins->fm.fms;
|
||||
chan[2].state.ams=ins->fm.ams;
|
||||
chan[extChanOffs].state.block=ins->fm.block;
|
||||
chan[2].state.op[ordch]=ins->fm.op[ordch];
|
||||
}
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ void DivPlatformYM2610BExt::commitStateExt(int ch, DivInstrument* ins) {
|
|||
}
|
||||
chan[extChanOffs].state.fms=ins->fm.fms;
|
||||
chan[extChanOffs].state.ams=ins->fm.ams;
|
||||
chan[extChanOffs].state.block=ins->fm.block;
|
||||
chan[extChanOffs].state.op[ordch]=ins->fm.op[ordch];
|
||||
}
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ void DivPlatformYM2610Ext::commitStateExt(int ch, DivInstrument* ins) {
|
|||
}
|
||||
chan[extChanOffs].state.fms=ins->fm.fms;
|
||||
chan[extChanOffs].state.ams=ins->fm.ams;
|
||||
chan[extChanOffs].state.block=ins->fm.block;
|
||||
chan[extChanOffs].state.op[ordch]=ins->fm.op[ordch];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue