GUI: add POKEY presets

This commit is contained in:
tildearrow 2022-12-20 02:43:53 -05:00
parent 08f42f1ea0
commit c46f3a3085
1 changed files with 13 additions and 0 deletions

View File

@ -826,6 +826,19 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_AY8910, 64, 0, "clockSel=5")
}
);
ENTRY(
"Atari 800", {
CH(DIV_SYSTEM_POKEY, 64, 0, "clockSel=1")
},
"tickRate=50"
);
ENTRY(
"Atari 800 (stereo)", {
CH(DIV_SYSTEM_POKEY, 64, -127, "clockSel=1"),
CH(DIV_SYSTEM_POKEY, 64, 127, "clockSel=1"),
},
"tickRate=50"
);
ENTRY(
"Atari ST", {
CH(DIV_SYSTEM_AY8910, 64, 0,