Namco WSG: fix custom clock
This commit is contained in:
parent
9dcd5d1a89
commit
a7e9218562
|
|
@ -571,7 +571,7 @@ void DivPlatformNamcoWSG::setFlags(const DivConfig& flags) {
|
||||||
chipClock=3072000;
|
chipClock=3072000;
|
||||||
CHECK_CUSTOM_CLOCK;
|
CHECK_CUSTOM_CLOCK;
|
||||||
rate=chipClock/32;
|
rate=chipClock/32;
|
||||||
namco->device_clock_changed(rate);
|
namco->device_clock_changed(96000);
|
||||||
for (int i=0; i<chans; i++) {
|
for (int i=0; i<chans; i++) {
|
||||||
oscBuf[i]->rate=rate;
|
oscBuf[i]->rate=rate;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue