diff 68kinst.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 8a3198c17207
children 261995d06897
line wrap: on
line diff
--- a/68kinst.h	Sun Apr 24 01:24:38 2016 -0700
+++ b/68kinst.h	Sun Apr 24 02:19:48 2016 -0700
@@ -282,6 +282,7 @@
 		uint8_t size;
 		uint8_t cond;
 	} extra;
+	uint8_t bytes;
 	uint32_t address;
 	m68k_op_info src;
 	m68k_op_info dst;