summaryrefslogtreecommitdiff
path: root/m68k_to_x86.h
diff options
context:
space:
mode:
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 {