summaryrefslogtreecommitdiff
path: root/m68k_core.h
diff options
context:
space:
mode:
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 370aa1e..31ca320 100644
--- a/m68k_core.h
+++ b/m68k_core.h
@@ -59,7 +59,7 @@ typedef struct {
uint16_t reserved;
native_map_slot *native_code_map;
- void *options;
+ m68k_options *options;
uint8_t ram_code_flags[32/8];
void *system;
} m68k_context;