summaryrefslogtreecommitdiff
path: root/m68k_core.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-04-24 02:19:48 -0700
committerMichael Pavone <pavone@retrodev.com>2016-04-24 02:19:48 -0700
commit508a9aedf03d887dcc00a8c53caf8cef1ada2937 (patch)
tree8d0eae4e522d3ac51a09bd477624ec4155836368 /m68k_core.h
parent6c2b3708efcbd900c29422510cfdc62787d3c32d (diff)
Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/122 in VDP FIFO Testing
Diffstat (limited to 'm68k_core.h')
-rw-r--r--m68k_core.h1
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;