comparison m68k_to_x86.h @ 545:67cf0ce57d8d

Generate handle_cycle_limit at runtime so it can use the generated save/load_context functions. Since the hand written versions of save/load are no longer used they have been removed.
author Michael Pavone <pavone@retrodev.com>
date Sun, 16 Feb 2014 19:54:27 -0800
parents 8a26567852b7
children 3090d016c9e9
comparison
equal deleted inserted replaced
544:8a26567852b7 545:67cf0ce57d8d
34 uint8_t *read_8; 34 uint8_t *read_8;
35 uint8_t *write_8; 35 uint8_t *write_8;
36 uint8_t *read_32; 36 uint8_t *read_32;
37 uint8_t *write_32_lowfirst; 37 uint8_t *write_32_lowfirst;
38 uint8_t *write_32_highfirst; 38 uint8_t *write_32_highfirst;
39 uint8_t *handle_cycle_limit;
39 uint8_t *handle_cycle_limit_int; 40 uint8_t *handle_cycle_limit_int;
41 uint8_t *do_sync;
40 uint8_t *trap; 42 uint8_t *trap;
41 uint8_t *save_context; 43 uint8_t *save_context;
42 uint8_t *load_context; 44 uint8_t *load_context;
43 start_fun start_context; 45 start_fun start_context;
44 uint8_t *retrans_stub; 46 uint8_t *retrans_stub;