comparison m68k_core.h @ 2041:638eb2d25696 mame_interp

Merge from default
author Michael Pavone <pavone@retrodev.com>
date Thu, 05 Aug 2021 09:29:33 -0700
parents 374a5ae694e8 8b2ef428d1aa
children
comparison
equal deleted inserted replaced
1984:0d5f88e53dca 2041:638eb2d25696
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