mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
One more for good measure
This commit is contained in:
parent
fe042b84cd
commit
8f972daf00
1 changed files with 8 additions and 0 deletions
|
@ -1690,6 +1690,14 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_POKEY, 64, 0, "")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Atari I, Robot", {
|
||||
CH(DIV_SYSTEM_POKEY, 64, 0, ""), // clock speed should be 1.512 MHz
|
||||
CH(DIV_SYSTEM_POKEY, 64, 0, ""), // same here
|
||||
CH(DIV_SYSTEM_POKEY, 64, 0, ""), // same here
|
||||
CH(DIV_SYSTEM_POKEY, 64, 0, "") // same here...
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"Sega Kyugo", {
|
||||
CH(DIV_SYSTEM_AY8910, 64, 0, "clockSel=14"),
|
||||
|
|
Loading…
Reference in a new issue