summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2014-02-18 20:32:10 -0800
committerMichael Pavone <pavone@retrodev.com>2014-02-18 20:32:10 -0800
commit9b5ed199e364fb84165a2616434849f63226b8d0 (patch)
tree23e0dcbbbce232c1650b5b78de4fa5bd12abfcd3 /m68k_to_x86.h
parent04d57fe6764877cf1cfbb41bef0e8cdef6187e01 (diff)
Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_regs setting
Diffstat (limited to 'm68k_to_x86.h')
-rw-r--r--m68k_to_x86.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/m68k_to_x86.h b/m68k_to_x86.h
index c3a50d7..7fba62c 100644
--- a/m68k_to_x86.h
+++ b/m68k_to_x86.h
@@ -46,6 +46,9 @@ typedef struct {
uint8_t *retrans_stub;
uint8_t *native_addr;
uint8_t *native_addr_and_sync;
+ uint8_t *get_sr;
+ uint8_t *set_sr;
+ uint8_t *set_ccr;
} x86_68k_options;
typedef struct {