diff options
author | Mike Pavone <pavone@retrodev.com> | 2012-11-13 18:26:43 -0800 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2012-11-13 18:26:43 -0800 |
commit | bf7cf02cc44f7612e2c065805eafdf11fcd3e2ad (patch) | |
tree | 2e88f2b192fe6c4ec399d1fd3bcf82b9e011fe23 /68kinst.h | |
parent | 65d97a68e119dc25d125594d64a4888d9e4d878a (diff) |
Implement (possibly broken) decoding of all M68000 instructions not in the OR_DIV_SBCD group
Diffstat (limited to '68kinst.h')
-rw-r--r-- | 68kinst.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ typedef enum { M68K_TRAP, M68K_TRAPV, M68K_TST, - M68K_UNLNK, + M68K_UNLK, M68K_INVALID } m68K_op; |