hoglet67 / 6502Decoder

6502/65816/6800 Bus Protoco/Instruction Stream (for logic analysis capture files)
GNU General Public License v3.0
27 stars 9 forks source link

Fix C02 case where emulation needs to be enabled #4

Open hoglet67 opened 6 years ago

hoglet67 commented 6 years ago

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.