From bf7cf02cc44f7612e2c065805eafdf11fcd3e2ad Mon Sep 17 00:00:00 2001 From: Mike Pavone Date: Tue, 13 Nov 2012 18:26:43 -0800 Subject: Implement (possibly broken) decoding of all M68000 instructions not in the OR_DIV_SBCD group --- 68kinst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '68kinst.h') 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; -- cgit v1.2.3