comparison m68k_core.h @ 776:cbf97d335444

Full support for Sega mapper when it comes to data. Code in remapped sections may not work reliably. SSF2 now works.
author Michael Pavone <pavone@retrodev.com>
date Mon, 20 Jul 2015 21:15:34 -0700
parents 7367b14ac01c
children f2cd380adebe
comparison
equal deleted inserted replaced
775:22728a57d7f3 776:cbf97d335444
9 #include <stdio.h> 9 #include <stdio.h>
10 #include "backend.h" 10 #include "backend.h"
11 //#include "68kinst.h" 11 //#include "68kinst.h"
12 struct m68kinst; 12 struct m68kinst;
13 13
14 #define NUM_MEM_AREAS 4 14 #define NUM_MEM_AREAS 8
15 #define NATIVE_MAP_CHUNKS (64*1024) 15 #define NATIVE_MAP_CHUNKS (64*1024)
16 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2) 16 #define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2)
17 #define MAX_NATIVE_SIZE 255 17 #define MAX_NATIVE_SIZE 255
18 18
19 typedef void (*start_fun)(uint8_t * addr, void * context); 19 typedef void (*start_fun)(uint8_t * addr, void * context);