diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index a63f7e562..81416055f 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -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"),