comparison m68k_to_x86.h @ 347:b24556b45d1e

Generate handle_cycle_limit_int at runtime so it can refer to the runtime generated memory map functions
author Mike Pavone <pavone@retrodev.com>
date Tue, 21 May 2013 00:56:56 -0700
parents 467bfa17004a
children 3923dbc2dcc4
comparison
equal deleted inserted replaced
346:aff29d50afd5 347:b24556b45d1e
28 uint8_t *read_8; 28 uint8_t *read_8;
29 uint8_t *write_8; 29 uint8_t *write_8;
30 uint8_t *read_32; 30 uint8_t *read_32;
31 uint8_t *write_32_lowfirst; 31 uint8_t *write_32_lowfirst;
32 uint8_t *write_32_highfirst; 32 uint8_t *write_32_highfirst;
33 uint8_t *handle_cycle_limit_int;
33 } x86_68k_options; 34 } x86_68k_options;
34 35
35 typedef struct { 36 typedef struct {
36 uint8_t flags[5]; 37 uint8_t flags[5];
37 uint8_t status; 38 uint8_t status;