Namco WSG: fix custom clock

This commit is contained in:
tildearrow 2023-07-28 04:27:53 -05:00
parent 9dcd5d1a89
commit a7e9218562
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ void DivPlatformNamcoWSG::setFlags(const DivConfig& flags) {
chipClock=3072000;
CHECK_CUSTOM_CLOCK;
rate=chipClock/32;
namco->device_clock_changed(rate);
namco->device_clock_changed(96000);
for (int i=0; i<chans; i++) {
oscBuf[i]->rate=rate;
}