From: Toni Wilen Date: Tue, 19 May 2015 16:36:42 +0000 (+0300) Subject: Fill UAE Boot ROM even if it is not currently needed. X-Git-Tag: 3100~25 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=d8d868cf9809dd1870d1cc7010bdb860ad8a07ce;p=francis%2Fwinuae.git Fill UAE Boot ROM even if it is not currently needed. --- diff --git a/filesys.cpp b/filesys.cpp index 35df4b90..30b201ab 100644 --- a/filesys.cpp +++ b/filesys.cpp @@ -8032,9 +8032,6 @@ void filesys_install_code (void) { uae_u32 a, b, items; - if (uae_boot_rom_type <= 0) - return; - bootrom_header = 3 * 4; align(4); a = here ();