GUI: add missing POKEY preset

This commit is contained in:
tildearrow 2022-12-25 03:38:19 -05:00
parent 4584b8aa82
commit ca5d8eeb72
1 changed files with 6 additions and 0 deletions

View File

@ -1542,6 +1542,12 @@ void FurnaceGUI::initSystemPresets() {
CH(DIV_SYSTEM_LYNX, 64, 0, "")
}
);
ENTRY(
"POKEY", {
CH(DIV_SYSTEM_POKEY, 64, 0, "clockSel=1")
},
"tickRate=50"
);
ENTRY(
"Atari TIA", {
CH(DIV_SYSTEM_TIA, 64, 0, "")