Skip to content

Commit

Permalink
enhancement: use CD32 with 8MB Fast config, when using cd-autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Apr 20, 2024
1 parent 91ef63a commit d7bddba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osdep/amiberry_whdbooter.cpp
Expand Up @@ -360,7 +360,7 @@ void cd_auto_prefs(uae_prefs* prefs, char* filepath)
{
_tcscpy(prefs->description, _T("AutoBoot Configuration [CD32]"));
// SET THE BASE AMIGA (CD32)
built_in_prefs(prefs, 8, 0, 0, 0);
built_in_prefs(prefs, 8, 3, 0, 0);
}
else if (is_cdtv)
{
Expand Down

0 comments on commit d7bddba

Please sign in to comment.