From 920eb71e2896e3e16b7fbc9c6022ad9f5a5674b2 Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Fri, 9 Dec 2016 13:06:41 -0800 Subject: [PATCH] want BCD --- fake6502.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake6502.c b/fake6502.c index 3df3968..afe6c22 100644 --- a/fake6502.c +++ b/fake6502.c @@ -116,7 +116,7 @@ #define UNDOCUMENTED //when this is defined, undocumented opcodes are handled. //otherwise, they're simply treated as NOPs. -#define NES_CPU //when this is defined, the binary-coded decimal (BCD) +#undef NES_CPU //when this is defined, the binary-coded decimal (BCD) //status flag is not honored by ADC and SBC. the 2A03 //CPU in the Nintendo Entertainment System does not //support BCD operation.