comparison 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
comparison
equal deleted inserted replaced
2033:894bf99a13f1 2034:8b2ef428d1aa
10 #include "backend.h" 10 #include "backend.h"
11 #include "serialize.h" 11 #include "serialize.h"
12 //#include "68kinst.h" 12 //#include "68kinst.h"
13 struct m68kinst; 13 struct m68kinst;
14 14
15 #define NUM_MEM_AREAS 8 15 #define NUM_MEM_AREAS 10
16 #define NATIVE_MAP_CHUNKS (64*1024) 16 #define NATIVE_MAP_CHUNKS (64*1024)
17 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)) 17 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS))
18 #define MAX_NATIVE_SIZE 255 18 #define MAX_NATIVE_SIZE 255
19 19
20 #define M68K_OPT_BROKEN_READ_MODIFY 1 20 #define M68K_OPT_BROKEN_READ_MODIFY 1