From 04d9daebd832305a353ad3cd452a14a63d276c30 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 21 Feb 2021 14:35:16 -0800 Subject: Implement TMSS ROM and cart mapping register --- m68k_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm68k_core.h') 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 -- cgit v1.2.3