From b36469e0139af232a11f035b2730232afa53f7a0 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Thu, 19 Nov 2015 16:46:03 +0200 Subject: [PATCH] Really disable RTG board if memory setup is incompatible. --- od-win32/mman.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.3