comparison m68k_to_x86.h @ 543:915a1cb98bac

Generate retrans_stub at runtime so it can use the generated save/load_context functions
author Michael Pavone <pavone@retrodev.com>
date Sun, 16 Feb 2014 18:17:59 -0800
parents a59ac6b4b5b5
children 8a26567852b7
comparison
equal deleted inserted replaced
542:5d57fd8b44f8 543:915a1cb98bac
39 uint8_t *handle_cycle_limit_int; 39 uint8_t *handle_cycle_limit_int;
40 uint8_t *trap; 40 uint8_t *trap;
41 uint8_t *save_context; 41 uint8_t *save_context;
42 uint8_t *load_context; 42 uint8_t *load_context;
43 start_fun start_context; 43 start_fun start_context;
44 uint8_t *retrans_stub;
44 } x86_68k_options; 45 } x86_68k_options;
45 46
46 typedef struct { 47 typedef struct {
47 uint8_t flags[5]; 48 uint8_t flags[5];
48 uint8_t status; 49 uint8_t status;