diff m68k_core.h @ 2034:8b2ef428d1aa

Implement TMSS ROM and cart mapping register
author Michael Pavone <pavone@retrodev.com>
date Sun, 21 Feb 2021 14:35:16 -0800
parents 4e5797b3935a
children 638eb2d25696 8ee7ecbf3f21
line wrap: on
line diff
--- a/m68k_core.h	Sat Feb 20 14:52:55 2021 -0800
+++ b/m68k_core.h	Sun Feb 21 14:35:16 2021 -0800
@@ -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