comparison 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
comparison
equal deleted inserted replaced
873:91bf4d905eba 874:b6842dfb8edf
56 uint32_t current_cycle; 56 uint32_t current_cycle;
57 uint32_t sync_cycle; 57 uint32_t sync_cycle;
58 uint32_t int_cycle; 58 uint32_t int_cycle;
59 uint32_t int_num; 59 uint32_t int_num;
60 uint16_t *mem_pointers[NUM_MEM_AREAS]; 60 uint16_t *mem_pointers[NUM_MEM_AREAS];
61 void *video_context;
62 void *resume_pc; 61 void *resume_pc;
63 native_map_slot *native_code_map; 62 native_map_slot *native_code_map;
64 m68k_options *options; 63 m68k_options *options;
65 void *system; 64 void *system;
66 uint8_t int_pending; 65 uint8_t int_pending;