Add clock divider note

This commit is contained in:
cam900 2023-02-11 23:09:01 +09:00
parent 13691c5482
commit c38ed5f5ad
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ void DivPlatformSM8521::setFlags(const DivConfig& flags) {
antiClickEnabled=!flags.getBool("noAntiClick",false);
chipClock=11059200;
CHECK_CUSTOM_CLOCK;
rate=chipClock/4/8;
rate=chipClock/4/8; // CKIN -> fCLK(/2) -> Function blocks (/2)
for (int i=0; i<3; i++) {
oscBuf[i]->rate=rate;
}