Wait that's the default clock speed

derp
This commit is contained in:
Epictyphlosion 2022-12-20 14:50:49 -08:00 committed by GitHub
parent a4bfbfe8d9
commit fe042b84cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1673,13 +1673,13 @@ void FurnaceGUI::initSystemPresets() {
);
ENTRY(
"Atari Marble Madness", {
CH(DIV_SYSTEM_YM2151, 64, 0, ""), // clock should be 3.579 MHz
CH(DIV_SYSTEM_YM2151, 64, 0, ""),
CH(DIV_SYSTEM_POKEY, 64, 0, "")
}
);
ENTRY(
"Atari Championship Sprint", {
CH(DIV_SYSTEM_YM2151, 64, 0, ""), // clock should be 3.579 MHz
CH(DIV_SYSTEM_YM2151, 64, 0, ""),
CH(DIV_SYSTEM_POKEY, 64, 0, ""),
CH(DIV_SYSTEM_POKEY, 64, 0, "")
}