From: Toni Wilen Date: Thu, 19 Nov 2015 14:46:03 +0000 (+0200) Subject: Really disable RTG board if memory setup is incompatible. X-Git-Tag: 3210~5 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=b36469e0139af232a11f035b2730232afa53f7a0;p=francis%2Fwinuae.git Really disable RTG board if memory setup is incompatible. --- diff --git a/od-win32/mman.cpp b/od-win32/mman.cpp index 89c4cf8d..4bad5d62 100644 --- a/od-win32/mman.cpp +++ b/od-win32/mman.cpp @@ -428,7 +428,8 @@ static int doinit_shm (void) } else { if (changed_prefs.cachesize) { currprefs.rtgmem_size = changed_prefs.rtgmem_size = 0; - error_log(_T("RTG memory is not supported in this configuration.")); + currprefs.rtgmem_type = changed_prefs.rtgmem_type = 0; + error_log(_T("RTG board is not anymore supported when JIT is enabled and RTG VRAM is located outside of NATMEM (Real Z3 mode under 32-bit Windows).")); } else { // calculate Z3 alignment (argh, I thought only Z2 needed this..) uae_u32 addr = Z3BASE_REAL;