diff m68k_core.h @ 874:b6842dfb8edf

ROM is now run after being selected in menu. Initial path for menu is read from config file.
author Michael Pavone <pavone@retrodev.com>
date Sun, 08 Nov 2015 18:38:33 -0800
parents 7022ba865cfd
children 9f149f0e98b7
line wrap: on
line diff
--- a/m68k_core.h	Sun Nov 08 15:58:36 2015 -0800
+++ b/m68k_core.h	Sun Nov 08 18:38:33 2015 -0800
@@ -58,7 +58,6 @@
 	uint32_t        int_cycle;
 	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;