Wait, you can set custom clock speeds?

This commit is contained in:
Epictyphlosion 2022-12-21 16:12:15 -08:00 committed by GitHub
parent 4cf97bba5e
commit 005aab057f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -2060,10 +2060,10 @@ void FurnaceGUI::initSystemPresets() {
); );
ENTRY( ENTRY(
"Atari I, Robot", { "Atari I, Robot", {
CH(DIV_SYSTEM_POKEY, 64, 0, ""), // clock speed should be 1.512 MHz CH(DIV_SYSTEM_POKEY, 64, 0, "customClock=1512000"),
CH(DIV_SYSTEM_POKEY, 64, 0, ""), // same here CH(DIV_SYSTEM_POKEY, 64, 0, "customClock=1512000"),
CH(DIV_SYSTEM_POKEY, 64, 0, ""), // same here CH(DIV_SYSTEM_POKEY, 64, 0, "customClock=1512000"),
CH(DIV_SYSTEM_POKEY, 64, 0, "") // same here... CH(DIV_SYSTEM_POKEY, 64, 0, "customClock=1512000")
} }
); );
ENTRY( ENTRY(
@ -2299,7 +2299,7 @@ void FurnaceGUI::initSystemPresets() {
); );
ENTRY( ENTRY(
"Alpha denshi Equites", { "Alpha denshi Equites", {
CH(DIV_SYSTEM_MSM5232, 64, 0, ""), // // clock speed should be 6.144 MHz CH(DIV_SYSTEM_MSM5232, 64, 0, "customClock=6144000"),
CH(DIV_SYSTEM_AY8910, 64, 0, "clockSel=14"), CH(DIV_SYSTEM_AY8910, 64, 0, "clockSel=14"),
CH(DIV_SYSTEM_PCM_DAC, 64, 0, CH(DIV_SYSTEM_PCM_DAC, 64, 0,
"rate=11025\n" "rate=11025\n"