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