diff m68k_core.h @ 981:902c53d9c16f

Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/122 in VDP FIFO Testing
author Michael Pavone <pavone@retrodev.com>
date Sun, 24 Apr 2016 02:19:48 -0700
parents 252dfd29831d
children 751280fb4494
line wrap: on
line diff
--- a/m68k_core.h	Sun Apr 24 01:24:38 2016 -0700
+++ b/m68k_core.h	Sun Apr 24 02:19:48 2016 -0700
@@ -57,6 +57,7 @@
 	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;