diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-01-01 14:36:55 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-01-01 14:36:55 -0800 |
commit | ec4eed4f35910aa27ca353fceea38155806ef188 (patch) | |
tree | 584f2856096548fca66984e84649ee5db2ea7500 /m68k_core.h | |
parent | fd85c8d7a74d44f169db4a51a600295042682ee8 (diff) |
Remove some of the hard coded assumptions about the memory map from the CPU cores
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 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; |