summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2014-02-16 19:54:27 -0800
committerMichael Pavone <pavone@retrodev.com>2014-02-16 19:54:27 -0800
commit0e2ca307653c9d0af871a1a0d68a7f7014d02fc4 (patch)
tree593038ac359a3f89493e2327ef7eb1211141b922 /m68k_to_x86.h
parent01325bd8f812abe9685ab69a0f112558a0f42fe5 (diff)
Generate handle_cycle_limit at runtime so it can use the generated save/load_context functions. Since the hand written versions of save/load are no longer used they have been removed.
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r--m68k_to_x86.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h
index 4b64c53..c3a50d7 100644
--- a/m68k_to_x86.h
+++ b/m68k_to_x86.h
@@ -36,7 +36,9 @@ typedef struct {
uint8_t *read_32;
uint8_t *write_32_lowfirst;
uint8_t *write_32_highfirst;
+ uint8_t *handle_cycle_limit;
uint8_t *handle_cycle_limit_int;
+ uint8_t *do_sync;
uint8_t *trap;
uint8_t *save_context;
uint8_t *load_context;