diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-24 02:19:48 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-24 02:19:48 -0700 |
commit | 508a9aedf03d887dcc00a8c53caf8cef1ada2937 (patch) | |
tree | 8d0eae4e522d3ac51a09bd477624ec4155836368 /68kinst.h | |
parent | 6c2b3708efcbd900c29422510cfdc62787d3c32d (diff) |
Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/122 in VDP FIFO Testing
Diffstat (limited to '68kinst.h')
-rw-r--r-- | 68kinst.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -282,6 +282,7 @@ typedef struct m68kinst { uint8_t size; uint8_t cond; } extra; + uint8_t bytes; uint32_t address; m68k_op_info src; m68k_op_info dst; |