From: Toni Wilen Date: Fri, 12 Jan 2018 17:13:39 +0000 (+0200) Subject: 68020 V-flag behavior is most likely exact same as 68030. X-Git-Tag: 3600~4 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=4888c407c6948ced598b44ca1c9e191489d7e7e9;p=francis%2Fwinuae.git 68020 V-flag behavior is most likely exact same as 68030. --- 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;