diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-01-26 01:33:32 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-01-26 01:33:32 -0800 |
commit | f441792c084b79a77f677243342ed0cb6336e92d (patch) | |
tree | 121516a0064a8ae0537a9628bfa49dc9790b71a6 /68kinst.h | |
parent | 85164f4483132a3db4890defa59f6851a0f765fe (diff) |
Tweaks to make blastem compatible with m68k-tester
Diffstat (limited to '68kinst.h')
-rw-r--r-- | 68kinst.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ typedef struct { } params; } m68k_op_info; -typedef struct { +typedef struct m68kinst { uint8_t op; uint8_t variant; union { |