This commit is contained in:
Brad Grantham 2016-12-09 13:06:41 -08:00
parent bbf62836b3
commit 920eb71e28
1 changed files with 1 additions and 1 deletions

View File

@ -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.