diff m68k_to_x86.h @ 54:3b79cbcf6846

Get Flavio's color bar demo kind of sort of working
author Mike Pavone <pavone@retrodev.com>
date Tue, 18 Dec 2012 02:16:42 -0800
parents 3e7bfde7606e
children 8da611e69b32
line wrap: on
line diff
--- a/m68k_to_x86.h	Sun Dec 16 22:25:29 2012 -0800
+++ b/m68k_to_x86.h	Tue Dec 18 02:16:42 2012 -0800
@@ -35,6 +35,8 @@
 	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 @@
 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);
+