comparison m68k_to_x86.h @ 547:3090d016c9e9

Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_regs setting
author Michael Pavone <pavone@retrodev.com>
date Tue, 18 Feb 2014 20:32:10 -0800
parents 67cf0ce57d8d
children acec5464fa1e
comparison
equal deleted inserted replaced
546:90aca661542b 547:3090d016c9e9
44 uint8_t *load_context; 44 uint8_t *load_context;
45 start_fun start_context; 45 start_fun start_context;
46 uint8_t *retrans_stub; 46 uint8_t *retrans_stub;
47 uint8_t *native_addr; 47 uint8_t *native_addr;
48 uint8_t *native_addr_and_sync; 48 uint8_t *native_addr_and_sync;
49 uint8_t *get_sr;
50 uint8_t *set_sr;
51 uint8_t *set_ccr;
49 } x86_68k_options; 52 } x86_68k_options;
50 53
51 typedef struct { 54 typedef struct {
52 uint8_t flags[5]; 55 uint8_t flags[5];
53 uint8_t status; 56 uint8_t status;