]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
68020 V-flag behavior is most likely exact same as 68030.
authorToni Wilen <twilen@winuae.net>
Fri, 12 Jan 2018 17:13:39 +0000 (19:13 +0200)
committerToni Wilen <twilen@winuae.net>
Fri, 12 Jan 2018 17:13:39 +0000 (19:13 +0200)
gencpu.cpp

index 63123b7647868b5cdd4fb441404df99d7c8e0c46..200da4715c4bb5217fee4f7598028ec4d3b6884f 100644 (file)
@@ -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;