From d7bddba924692b80be52019179852fe4bd34c949 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 20 Apr 2024 10:37:43 +0200 Subject: [PATCH] enhancement: use CD32 with 8MB Fast config, when using cd-autoload --- src/osdep/amiberry_whdbooter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdep/amiberry_whdbooter.cpp b/src/osdep/amiberry_whdbooter.cpp index e60765d4a..045b1e865 100644 --- a/src/osdep/amiberry_whdbooter.cpp +++ b/src/osdep/amiberry_whdbooter.cpp @@ -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) {