mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
Fix base clock
This commit is contained in:
parent
9d47582fbd
commit
13691c5482
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ void DivPlatformSM8521::notifyInsDeletion(void* ins) {
|
|||
|
||||
void DivPlatformSM8521::setFlags(const DivConfig& flags) {
|
||||
antiClickEnabled=!flags.getBool("noAntiClick",false);
|
||||
chipClock=10000000;
|
||||
chipClock=11059200;
|
||||
CHECK_CUSTOM_CLOCK;
|
||||
rate=chipClock/4/8;
|
||||
for (int i=0; i<3; i++) {
|
||||
|
|
Loading…
Reference in a new issue