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 7135000..86aed4c 100644
--- a/m68k_core.h
+++ b/m68k_core.h
@@ -59,11 +59,11 @@ typedef struct {
uint32_t int_num;
uint16_t *mem_pointers[NUM_MEM_AREAS];
void *video_context;
- uint16_t reserved;
native_map_slot *native_code_map;
m68k_options *options;
void *system;
+ uint8_t int_pending;
uint8_t ram_code_flags[];
} m68k_context;