diff 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
line wrap: on
line diff
--- a/m68k_core.h	Wed Oct 28 19:40:01 2015 -0700
+++ b/m68k_core.h	Wed Oct 28 19:45:24 2015 -0700
@@ -16,6 +16,8 @@
 #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 {