comparison m68k_core.h @ 837:f2cd380adebe

Implement TAS
author Michael Pavone <pavone@retrodev.com>
date Wed, 28 Oct 2015 19:45:24 -0700
parents cbf97d335444
children 98d7b6073163
comparison
equal deleted inserted replaced
836:124a58fdcf3a 837:f2cd380adebe
13 13
14 #define NUM_MEM_AREAS 8 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
19 #define M68K_OPT_BROKEN_READ_MODIFY 1
18 20
19 typedef void (*start_fun)(uint8_t * addr, void * context); 21 typedef void (*start_fun)(uint8_t * addr, void * context);
20 22
21 typedef struct { 23 typedef struct {
22 cpu_options gen; 24 cpu_options gen;