comparison z80_to_x86.h @ 682:7ed1dbb48f61

Merge
author Michael Pavone <pavone@retrodev.com>
date Sun, 04 Jan 2015 23:35:55 -0800
parents 5439ae7946ca 6b248602ab84
children 539d12fa6a4d
comparison
equal deleted inserted replaced
681:e26640daf1ae 682:7ed1dbb48f61
68 native_map_slot * banked_code_map; 68 native_map_slot * banked_code_map;
69 z80_options * options; 69 z80_options * options;
70 void * system; 70 void * system;
71 uint8_t ram_code_flags[(8 * 1024)/128/8]; 71 uint8_t ram_code_flags[(8 * 1024)/128/8];
72 uint32_t int_enable_cycle; 72 uint32_t int_enable_cycle;
73 uint16_t pc; 73 uint16_t pc;
74 uint32_t int_pulse_start; 74 uint32_t int_pulse_start;
75 uint32_t int_pulse_end; 75 uint32_t int_pulse_end;
76 uint8_t breakpoint_flags[(16 * 1024)/sizeof(uint8_t)]; 76 uint8_t breakpoint_flags[(16 * 1024)/sizeof(uint8_t)];
77 uint8_t * bp_handler; 77 uint8_t * bp_handler;
78 uint8_t * bp_stub; 78 uint8_t * bp_stub;