# HG changeset patch # User Michael Pavone # Date 1419840861 28800 # Node ID 60a06c025103617e41579247d757f3f730d1e578 # Parent 09d5adf8d1cad1b53e849f606bff7bc64ccf00c6 Fix flag mask for m68k not diff -r 09d5adf8d1ca -r 60a06c025103 m68k_core.c --- 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