From 508a9aedf03d887dcc00a8c53caf8cef1ada2937 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 24 Apr 2016 02:19:48 -0700 Subject: Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/122 in VDP FIFO Testing --- m68k_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'm68k_core.h') 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; -- cgit v1.2.3