mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-17 18:15:11 +00:00
GUI: add POKEY presets
This commit is contained in:
parent
08f42f1ea0
commit
c46f3a3085
1 changed files with 13 additions and 0 deletions
|
@ -826,6 +826,19 @@ void FurnaceGUI::initSystemPresets() {
|
||||||
CH(DIV_SYSTEM_AY8910, 64, 0, "clockSel=5")
|
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(
|
ENTRY(
|
||||||
"Atari ST", {
|
"Atari ST", {
|
||||||
CH(DIV_SYSTEM_AY8910, 64, 0,
|
CH(DIV_SYSTEM_AY8910, 64, 0,
|
||||||
|
|
Loading…
Reference in a new issue