comparison m68k_core.h @ 981:902c53d9c16f

Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/122 in VDP FIFO Testing
author Michael Pavone <pavone@retrodev.com>
date Sun, 24 Apr 2016 02:19:48 -0700
parents 252dfd29831d
children 751280fb4494
comparison
equal deleted inserted replaced
980:928442068afe 981:902c53d9c16f
55 uint32_t target_cycle; //cycle at which the next synchronization or interrupt occurs 55 uint32_t target_cycle; //cycle at which the next synchronization or interrupt occurs
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 uint32_t last_prefetch_address;
60 uint16_t *mem_pointers[NUM_MEM_AREAS]; 61 uint16_t *mem_pointers[NUM_MEM_AREAS];
61 code_ptr resume_pc; 62 code_ptr resume_pc;
62 native_map_slot *native_code_map; 63 native_map_slot *native_code_map;
63 m68k_options *options; 64 m68k_options *options;
64 void *system; 65 void *system;