run filters every 2nd clock cycle so save some CPU time...
This commit is contained in:
parent
441e3e0b56
commit
2d97316322
3 changed files with 474 additions and 457 deletions
|
|
@ -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++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue