summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-05-21 00:56:56 -0700
committerMike Pavone <pavone@retrodev.com>2013-05-21 00:56:56 -0700
commitea1973ff4f66831d543969f0cb33ccd06eaddba5 (patch)
tree03088ab0b1ea6fc6024607c388fbd6ea9ab2f2c7 /m68k_to_x86.h
parent99b00f7c36b06ba2cbe3aa37e11ee02ceb7e9422 (diff)
Generate handle_cycle_limit_int at runtime so it can refer to the runtime generated memory map functions
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r--m68k_to_x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h
index 1dbef16..7d52f03 100644
--- a/m68k_to_x86.h
+++ b/m68k_to_x86.h
@@ -30,6 +30,7 @@ typedef struct {
uint8_t *read_32;
uint8_t *write_32_lowfirst;
uint8_t *write_32_highfirst;
+ uint8_t *handle_cycle_limit_int;
} x86_68k_options;
typedef struct {