AY: fix duplicate register writes in fillStream

issue #2606
This commit is contained in:
tildearrow 2026-01-13 14:42:37 -05:00
parent 439544e3a0
commit b9707a224a

View file

@ -435,6 +435,7 @@ void DivPlatformAY8910::fillStream(std::vector<DivDelayedWrite>& stream, int sRa
writes.pop_front();
}
}
regWrites.clear();
}
void DivPlatformAY8910::updateOutSel(bool immediate) {