summaryrefslogtreecommitdiff
path: root/m68k_core.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-10-28 19:45:24 -0700
committerMichael Pavone <pavone@retrodev.com>2015-10-28 19:45:24 -0700
commit0a372b26313bf60fe7afedfcfeea20149f2b4399 (patch)
tree277a76d229f40f2e5341fdc9d586e3a9e6dcc81d /m68k_core.h
parent2d194bb1c94eb4eb4901d8cfa14cacb67450d833 (diff)
Implement TAS
Diffstat (limited to 'm68k_core.h')
-rw-r--r--m68k_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/m68k_core.h b/m68k_core.h
index 421302f..7135000 100644
--- a/m68k_core.h
+++ b/m68k_core.h
@@ -16,6 +16,8 @@ struct m68kinst;
#define NATIVE_CHUNK_SIZE ((16 * 1024 * 1024 / NATIVE_MAP_CHUNKS)/2)
#define MAX_NATIVE_SIZE 255
+#define M68K_OPT_BROKEN_READ_MODIFY 1
+
typedef void (*start_fun)(uint8_t * addr, void * context);
typedef struct {