summaryrefslogtreecommitdiff
path: root/m68k_core.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2021-02-21 14:35:16 -0800
committerMichael Pavone <pavone@retrodev.com>2021-02-21 14:35:16 -0800
commit04d9daebd832305a353ad3cd452a14a63d276c30 (patch)
tree6213be42a7134ac0c159b2101135416d8a9a801d /m68k_core.h
parent3bdec6ef8877eb76b17d2c9fcec22de891330d21 (diff)
Implement TMSS ROM and cart mapping register
Diffstat (limited to 'm68k_core.h')
-rw-r--r--m68k_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k_core.h b/m68k_core.h
index 529a8a7..342e265 100644
--- a/m68k_core.h
+++ b/m68k_core.h
@@ -12,7 +12,7 @@
//#include "68kinst.h"
struct m68kinst;
-#define NUM_MEM_AREAS 8
+#define NUM_MEM_AREAS 10
#define NATIVE_MAP_CHUNKS (64*1024)
#define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS))
#define MAX_NATIVE_SIZE 255