diff options
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 2 |
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 { |