Changes
6502
,/* Decimal Mode */
On NMOS, DF is unchanged when entering an interrupt of any kind. This can cause unexpected bugs in the interrupt handler if Decimal Mode is on when an interrupt occurs. On CMOS, DF is automatically cleared on interrupt. Upon returning from an interrupt, the processor restores the status register from the stack, including DF.
The 6502 core inside the [[NES]] is missing the Decimal Mode feature.
<br>