Skip to content

Commit

Permalink
68020 V-flag behavior is most likely exact same as 68030.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioni committed Jan 12, 2018
1 parent ddb62ce commit 4888c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gencpu.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 4888c40

Please sign in to comment.