summaryrefslogtreecommitdiff
path: root/68kinst.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2012-11-13 18:26:43 -0800
committerMike Pavone <pavone@retrodev.com>2012-11-13 18:26:43 -0800
commitbf7cf02cc44f7612e2c065805eafdf11fcd3e2ad (patch)
tree2e88f2b192fe6c4ec399d1fd3bcf82b9e011fe23 /68kinst.h
parent65d97a68e119dc25d125594d64a4888d9e4d878a (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/68kinst.h b/68kinst.h
index 3aa46cf..6c97b27 100644
--- a/68kinst.h
+++ b/68kinst.h
@@ -88,7 +88,7 @@ typedef enum {
M68K_TRAP,
M68K_TRAPV,
M68K_TST,
- M68K_UNLNK,
+ M68K_UNLK,
M68K_INVALID
} m68K_op;