Changes
MOS 6502
,/* Registers */
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 on when an interrupt occurs.
Also, DF is not defined after RESET.