diff options
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 2 |
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; |