diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-10-28 19:45:24 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-10-28 19:45:24 -0700 |
commit | 0a372b26313bf60fe7afedfcfeea20149f2b4399 (patch) | |
tree | 277a76d229f40f2e5341fdc9d586e3a9e6dcc81d /m68k_core.h | |
parent | 2d194bb1c94eb4eb4901d8cfa14cacb67450d833 (diff) |
Implement TAS
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 { |