MMC5: reset write queue...
This commit is contained in:
parent
47f176b0f0
commit
9730988cef
|
@ -405,6 +405,7 @@ float DivPlatformMMC5::getPostAmp() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void DivPlatformMMC5::reset() {
|
void DivPlatformMMC5::reset() {
|
||||||
|
while (!writes.empty()) writes.pop();
|
||||||
for (int i=0; i<3; i++) {
|
for (int i=0; i<3; i++) {
|
||||||
chan[i]=DivPlatformMMC5::Channel();
|
chan[i]=DivPlatformMMC5::Channel();
|
||||||
chan[i].std.setEngine(parent);
|
chan[i].std.setEngine(parent);
|
||||||
|
|
Loading…
Reference in a new issue