One more for good measure

This commit is contained in:
Epictyphlosion 2022-12-20 15:04:06 -08:00 committed by GitHub
parent fe042b84cd
commit 8f972daf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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"),