comparison m68k_to_x86.h @ 348:3923dbc2dcc4

m68k_trap is now replaced with a generated one so it can call the generated memory acccess functions. The old static memory access functions have been removed from runtime.S
author Mike Pavone <pavone@retrodev.com>
date Tue, 21 May 2013 01:10:04 -0700
parents b24556b45d1e
children 140af5509ce7
comparison
equal deleted inserted replaced
347:b24556b45d1e 348:3923dbc2dcc4
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 uint8_t *handle_cycle_limit_int;
34 uint8_t *trap;
34 } x86_68k_options; 35 } x86_68k_options;
35 36
36 typedef struct { 37 typedef struct {
37 uint8_t flags[5]; 38 uint8_t flags[5];
38 uint8_t status; 39 uint8_t status;