From: Toni Wilen Date: Tue, 4 Jul 2017 09:21:51 +0000 (+0300) Subject: Add memory barrier after chip ram if not in compatible mode. X-Git-Tag: 3600~169 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=67cdd6aec7acb47375395fe8a8e2812a2f193650;p=francis%2Fwinuae.git Add memory barrier after chip ram if not in compatible mode. --- diff --git a/od-win32/mman.cpp b/od-win32/mman.cpp index a5348189..2dc73237 100644 --- a/od-win32/mman.cpp +++ b/od-win32/mman.cpp @@ -738,6 +738,8 @@ bool uae_mman_info(addrbank *ab, struct uae_mman_data *md) barrier = true; if (currprefs.chipmem_size > 2 * 1024 * 1024) barrier = true; + if (currprefs.chipmem_size < 2 * 1024 * 1024 && !currprefs.cpu_compatible) + barrier = true; } else if (!_tcscmp(ab->label, _T("kick"))) { start = 0xf80000; got = true;