Changes
MOS 6502
,/* Registers */
* bit0 - CF - Carry Flag
|| Flags are affected by most operations.
The ADC and SBC instructions don't modify NF, VF and ZF if Decimal Mode is on. Only CF is set correctly.
DF is unchanged following an interrupt of any kind. This can cause unexpected bugs in the interrupt handler if Decimal Mode is enabled when an interrupt occurs.