6502Decoder icon indicating copy to clipboard operation
6502Decoder copied to clipboard

Fix C02 case where emulation needs to be enabled

Open hoglet67 opened this issue 8 years ago • 0 comments

Any C02 processor: } else if (instr->decimalcorrect && (em_get_D() == 1)) { // read operations on the C02 that have an extra cycle added

Or find a workaround that doesn't require the D flag.

hoglet67 avatar Nov 24 '17 17:11 hoglet67