changeset 614:60a06c025103

Fix flag mask for m68k not
author Michael Pavone <pavone@retrodev.com>
date Mon, 29 Dec 2014 00:14:21 -0800
parents 09d5adf8d1ca
children edd2c446694b
files m68k_core.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m68k_core.c	Sun Dec 28 17:58:43 2014 -0800
+++ b/m68k_core.c	Mon Dec 29 00:14:21 2014 -0800
@@ -649,7 +649,7 @@
 	RAW_IMPL(M68K_EXT, translate_m68k_ext),
 	UNARY_IMPL(M68K_NEG, X|N|Z|V|C),
 	OP_IMPL(M68K_NEGX, translate_m68k_negx),
-	UNARY_IMPL(M68K_NOT, X|N|Z|V|C),
+	UNARY_IMPL(M68K_NOT, N|Z|V|C),
 	UNARY_IMPL(M68K_TST, N|Z|V0|C0),
 
 	//shift/rotate