diff m68k_core.c @ 1584:e01adbe1a75b

Fix instruction timing for a number of instructions with only a single operand
author Michael Pavone <pavone@retrodev.com>
date Thu, 17 May 2018 00:43:16 -0700
parents afa3fbb76bff
children 31effaadf877
line wrap: on
line diff
--- a/m68k_core.c	Sat May 05 23:30:40 2018 -0700
+++ b/m68k_core.c	Thu May 17 00:43:16 2018 -0700
@@ -902,7 +902,7 @@
 	RAW_IMPL(M68K_MOVE_USP, translate_m68k_move_usp),
 	RAW_IMPL(M68K_LEA, translate_m68k_lea_pea),
 	RAW_IMPL(M68K_PEA, translate_m68k_lea_pea),
-	RAW_IMPL(M68K_CLR, translate_m68k_clr),
+	UNARY_IMPL(M68K_CLR, N0|V0|C0|Z1),
 	OP_IMPL(M68K_EXG, translate_m68k_exg),
 	RAW_IMPL(M68K_SCC, translate_m68k_scc),