diff options
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/m68k_core.h b/m68k_core.h index 86aed4c..b796061 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -59,11 +59,12 @@ typedef struct { uint32_t int_num; uint16_t *mem_pointers[NUM_MEM_AREAS]; void *video_context; - + void *resume_pc; native_map_slot *native_code_map; m68k_options *options; void *system; uint8_t int_pending; + uint8_t should_return; uint8_t ram_code_flags[]; } m68k_context; |