diff options
Diffstat (limited to 'm68k_core.h')
-rw-r--r-- | m68k_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m68k_core.h b/m68k_core.h index 8c8deb6..7aeb3f3 100644 --- a/m68k_core.h +++ b/m68k_core.h @@ -57,6 +57,7 @@ typedef struct { uint32_t sync_cycle; uint32_t int_cycle; uint32_t int_num; + uint32_t last_prefetch_address; uint16_t *mem_pointers[NUM_MEM_AREAS]; code_ptr resume_pc; native_map_slot *native_code_map; |