From: Toni Wilen Date: Sat, 23 Dec 2017 21:03:45 +0000 (+0200) Subject: Fusion Forty fix. X-Git-Tag: 3600~22 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b2f749cf9d5603c20da4e7cbc0ec70d2227757e8;p=francis%2Fwinuae.git Fusion Forty fix. --- diff --git a/cpuboard.cpp b/cpuboard.cpp index 8bfae645..0b0a25db 100644 --- a/cpuboard.cpp +++ b/cpuboard.cpp @@ -1396,7 +1396,7 @@ static void REGPARAM2 blizzardio_bput(uaecptr addr, uae_u32 v) static void REGPARAM2 blizzardio_wput(uaecptr addr, uae_u32 v) { if (is_fusionforty(&currprefs)) { - write_log(_T("FusionForty IO WPUT %08x %04x\n"), addr, v); + write_log(_T("FusionForty IO WPUT %08x %04x %08x\n"), addr, v, M68K_GETPC); } else if (is_blizzard(&currprefs)) { write_log(_T("CS IO WPUT %08x %04x\n"), addr, v); if((addr & 65535) == (BLIZZARD_BOARD_DISABLE & 65535)) { @@ -2514,7 +2514,7 @@ bool cpuboard_autoconfig_init(struct autoconfig_info *aci) f0rom_size = 262144; zfile_fread(blizzardf0_bank.baseaddr, 1, 131072, autoconfig_rom); autoconf = false; - aci->start = 0xf00000; + aci->start = 0xf40000; aci->size = f0rom_size; } else if (is_tekmagic(p)) { earom_size = 65536; diff --git a/expansion.cpp b/expansion.cpp index de2c0c26..f2bfeacf 100644 --- a/expansion.cpp +++ b/expansion.cpp @@ -5761,8 +5761,8 @@ static const struct cpuboardsubtype fusionforty_sub[] = { _T("FusionForty"), ROMTYPE_CB_FUSION, 0, NULL, 0, - BOARD_MEMORY_HIGHMEM, - 128 * 1024 * 1024 + 0, + 32 * 1024 * 1024 }, { NULL