summaryrefslogtreecommitdiff
path: root/m68k_core.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-11-08 18:38:33 -0800
committerMichael Pavone <pavone@retrodev.com>2015-11-08 18:38:33 -0800
commit9fed70ee51604f4bdf49dfebad4658c5cc2bfdd1 (patch)
tree7d254c9b85e2018c79718ab4762d98fbbaf171a8 /m68k_core.h
parentce3e0b6afab1258cbe01ab82101f2c0f07a578e6 (diff)
ROM is now run after being selected in menu. Initial path for menu is read from config file.
Diffstat (limited to 'm68k_core.h')
-rw-r--r--m68k_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/m68k_core.h b/m68k_core.h
index b796061..20cd6b1 100644
--- a/m68k_core.h
+++ b/m68k_core.h
@@ -58,7 +58,6 @@ typedef struct {
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;