add ability to select custom clock rates
This commit is contained in:
parent
d6d6743740
commit
c6604ff581
43 changed files with 113 additions and 50 deletions
|
|
@ -372,6 +372,7 @@ void DivPlatformMSM5232::notifyInsDeletion(void* ins) {
|
|||
|
||||
void DivPlatformMSM5232::setFlags(const DivConfig& flags) {
|
||||
chipClock=2119040;
|
||||
CHECK_CUSTOM_CLOCK;
|
||||
detune=flags.getInt("detune",0);
|
||||
msm->set_clock(chipClock+detune*1024);
|
||||
rate=msm->get_rate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue