mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
Add clock divider note
This commit is contained in:
parent
13691c5482
commit
c38ed5f5ad
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ void DivPlatformSM8521::setFlags(const DivConfig& flags) {
|
||||||
antiClickEnabled=!flags.getBool("noAntiClick",false);
|
antiClickEnabled=!flags.getBool("noAntiClick",false);
|
||||||
chipClock=11059200;
|
chipClock=11059200;
|
||||||
CHECK_CUSTOM_CLOCK;
|
CHECK_CUSTOM_CLOCK;
|
||||||
rate=chipClock/4/8;
|
rate=chipClock/4/8; // CKIN -> fCLK(/2) -> Function blocks (/2)
|
||||||
for (int i=0; i<3; i++) {
|
for (int i=0; i<3; i++) {
|
||||||
oscBuf[i]->rate=rate;
|
oscBuf[i]->rate=rate;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue