diff 68kinst.h @ 9:0a0cd3705c19

Implement (possibly broken) decoding of all M68000 instructions not in the OR_DIV_SBCD group
author Mike Pavone <pavone@retrodev.com>
date Tue, 13 Nov 2012 18:26:43 -0800
parents 23b83d94c633
children 4553fc97b15e
line wrap: on
line diff
--- a/68kinst.h	Fri Nov 09 22:01:26 2012 -0800
+++ b/68kinst.h	Tue Nov 13 18:26:43 2012 -0800
@@ -88,7 +88,7 @@
 	M68K_TRAP,
 	M68K_TRAPV,
 	M68K_TST,
-	M68K_UNLNK,
+	M68K_UNLK,
 	M68K_INVALID
 } m68K_op;