From 4888c407c6948ced598b44ca1c9e191489d7e7e9 Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Fri, 12 Jan 2018 19:13:39 +0200 Subject: [PATCH] 68020 V-flag behavior is most likely exact same as 68030. --- gencpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gencpu.cpp b/gencpu.cpp index 63123b76..200da471 100644 --- a/gencpu.cpp +++ b/gencpu.cpp @@ -27,7 +27,7 @@ #define BOOL_TYPE "int" /* Define the minimal 680x0 where NV flags are not affected by xBCD instructions. */ #define xBCD_KEEPS_N_FLAG 4 -#define xBCD_KEEPS_V_FLAG 3 +#define xBCD_KEEPS_V_FLAG 2 static FILE *headerfile; static FILE *stblfile; -- 2.47.3