mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
Wait that's the default clock speed
derp
This commit is contained in:
parent
a4bfbfe8d9
commit
fe042b84cd
1 changed files with 2 additions and 2 deletions
|
@ -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, "")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue