diff m68k_core.h @ 776:cbf97d335444

Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
author Michael Pavone <pavone@retrodev.com>
date Mon, 20 Jul 2015 21:15:34 -0700
parents 7367b14ac01c
children f2cd380adebe
line wrap: on
line diff
--- a/m68k_core.h	Sun Jul 19 22:30:40 2015 -0700
+++ b/m68k_core.h	Mon Jul 20 21:15:34 2015 -0700
@@ -11,7 +11,7 @@
 //#include "68kinst.h"
 struct m68kinst;
 
-#define NUM_MEM_AREAS 4
+#define NUM_MEM_AREAS 8
 #define NATIVE_MAP_CHUNKS (64*1024)
 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2)
 #define MAX_NATIVE_SIZE 255