run filters every 2nd clock cycle so save some CPU time...

This commit is contained in:
LTVA1 2024-08-02 17:37:45 +03:00
parent 441e3e0b56
commit 2d97316322
3 changed files with 474 additions and 457 deletions

View file

@ -498,7 +498,7 @@ void DivPlatformSID3::poke(std::vector<DivRegWrite>& wlist) {
}
void DivPlatformSID3::setFlags(const DivConfig& flags) {
chipClock=500000;
chipClock=1000000;
CHECK_CUSTOM_CLOCK;
rate=chipClock;
for (int i=0; i<SID3_NUM_CHANNELS; i++) {