summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r--m68k_to_x86.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h
index 5dc04fd..f2b0a73 100644
--- a/m68k_to_x86.h
+++ b/m68k_to_x86.h
@@ -35,6 +35,8 @@ typedef struct {
uint32_t target_cycle;
uint32_t current_cycle;
uint16_t *mem_pointers[NUM_MEM_AREAS];
+ void *next_context;
+ uint16_t value;
native_map_slot *native_code_map;
void *options;
} m68k_context;
@@ -44,3 +46,5 @@ uint8_t * translate_m68k_stream(uint8_t * dst, uint8_t * dst_end, uint32_t addre
void start_68k_context(m68k_context * context, uint32_t address);
void init_x86_68k_opts(x86_68k_options * opts);
void init_68k_context(m68k_context * context, native_map_slot * native_code_map, void * opts);
+void m68k_reset(m68k_context * context);
+