From d8d868cf9809dd1870d1cc7010bdb860ad8a07ce Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 19 May 2015 19:36:42 +0300 Subject: [PATCH] Fill UAE Boot ROM even if it is not currently needed. --- filesys.cpp | 3 --- 1 file changed, 3 deletions(-) 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 (); -- 2.47.3