summaryrefslogtreecommitdiff
path: root/m68k_core.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-10-16 18:25:18 -0700
committerMichael Pavone <pavone@retrodev.com>2016-10-16 18:25:18 -0700
commitcd98b3665144c7a5ac641afe0fa916830bd2f563 (patch)
tree3cb906e33ef08e6f9283f41953cdd75692eae04a /m68k_core.h
parent4f1275708c60e7b582a3e5a02fac4ee0300a9999 (diff)
Initial stab at implementing the Jaguar object processor
Diffstat (limited to 'm68k_core.h')
-rw-r--r--m68k_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/m68k_core.h b/m68k_core.h
index f1e2cef..e79c5ee 100644
--- a/m68k_core.h
+++ b/m68k_core.h
@@ -47,7 +47,7 @@ typedef struct {
code_ptr set_ccr;
} m68k_options;
-typedef struct {
+typedef struct m68k_context {
uint8_t flags[5];
uint8_t status;
uint16_t int_ack;