prepare for custom chip clock rates
This commit is contained in:
parent
ae86cd420d
commit
b647d17b12
2 changed files with 20 additions and 0 deletions
|
|
@ -97,6 +97,14 @@ bool DivDispatch::getWantPreNote() {
|
|||
return false;
|
||||
}
|
||||
|
||||
unsigned int DivDispatch::getClockRangeMin() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
unsigned int DivDispatch::getClockRangeMax() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
void DivDispatch::setFlags(const DivConfig& flags) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue