MMC5: reset write queue...

This commit is contained in:
tildearrow 2025-03-07 03:21:04 -05:00
parent 47f176b0f0
commit 9730988cef

View file

@ -405,6 +405,7 @@ float DivPlatformMMC5::getPostAmp() {
}
void DivPlatformMMC5::reset() {
while (!writes.empty()) writes.pop();
for (int i=0; i<3; i++) {
chan[i]=DivPlatformMMC5::Channel();
chan[i].std.setEngine(parent);