diff m68k_core.h @ 872:7022ba865cfd

Initial work for allowing loading a ROM from menu
author Michael Pavone <pavone@retrodev.com>
date Sun, 08 Nov 2015 15:51:57 -0800
parents 98d7b6073163
children b6842dfb8edf
line wrap: on
line diff
--- a/m68k_core.h	Fri Nov 06 19:47:58 2015 -0800
+++ b/m68k_core.h	Sun Nov 08 15:51:57 2015 -0800
@@ -59,11 +59,12 @@
 	uint32_t        int_num;
 	uint16_t        *mem_pointers[NUM_MEM_AREAS];
 	void            *video_context;
-
+	void            *resume_pc;
 	native_map_slot *native_code_map;
 	m68k_options    *options;
 	void            *system;
 	uint8_t         int_pending;
+	uint8_t         should_return;
 	uint8_t         ram_code_flags[];
 } m68k_context;