From: Toni Wilen Date: Sat, 2 Dec 2023 17:53:08 +0000 (+0200) Subject: Mark UAE boot ROM as needed when any HD panel "Add drives" option is selected. X-Git-Tag: 5.1.0~33 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=c9c3d32c77133b0f6ba4ed4949b89208dacf12fe;p=francis%2Fwinuae.git Mark UAE boot ROM as needed when any HD panel "Add drives" option is selected. --- diff --git a/expansion.cpp b/expansion.cpp index 42e6961c..d7b5660b 100644 --- a/expansion.cpp +++ b/expansion.cpp @@ -2399,6 +2399,10 @@ static uaecptr check_boot_rom (struct uae_prefs *p, int *boot_rom_type) return b; if (nr_directory_units (p)) return b; +#ifdef WIN32 + if (p->win32_automount_drives || p->win32_automount_cddrives || p->win32_automount_netdrives || p->win32_automount_removable) + return b; +#endif if (p->socket_emu) return b; if (p->uaeserial)