mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 14:33:01 +00:00
Correct Sord M5 clock
This commit is contained in:
parent
b38d1a1191
commit
92d3e4a85e
1 changed files with 1 additions and 1 deletions
|
@ -1314,7 +1314,7 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
ENTRY(
|
ENTRY(
|
||||||
"Sord M5", {
|
"Sord M5", {
|
||||||
CH(DIV_SYSTEM_SMS, 1.0f, 0,
|
CH(DIV_SYSTEM_SMS, 1.0f, 0,
|
||||||
"customClock=1773447\n"
|
"customClock=PAL*2/5\n"
|
||||||
"chipType=1\n"
|
"chipType=1\n"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue