diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-20 21:15:34 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-20 21:15:34 -0700 |
commit | 9d475a3ccb5b2e1e206cf4c219ec5984cec3574f (patch) | |
tree | 990b3714bc4f92006e716bb9ceeb0324a4da9587 /m68k_core.h | |
parent | 5733306bcd4e653994b5830cf035e7487869aeb7 (diff) |
Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k_core.h b/m68k_core.h index b91a37b..421302f 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -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 |