]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Really disable RTG board if memory setup is incompatible.
authorToni Wilen <twilen@winuae.net>
Thu, 19 Nov 2015 14:46:03 +0000 (16:46 +0200)
committerToni Wilen <twilen@winuae.net>
Thu, 19 Nov 2015 14:46:03 +0000 (16:46 +0200)
od-win32/mman.cpp

index 89c4cf8d6410ca2f2c10234e0a52941a5daff0d4..4bad5d62802bcc930a1159ac7df55f855f1f0c68 100644 (file)
@@ -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;