From 0a4dc409df4784b0d115755772c123e6a1adc3e6 Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 18 Dec 2012 02:16:42 -0800 Subject: Get Flavio's color bar demo kind of sort of working --- m68k_to_x86.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'm68k_to_x86.h') 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); + -- cgit v1.2.3