commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
383 stars 60 forks source link

65C02 quirk emulation #430

Open ziplantil opened 1 year ago

ziplantil commented 1 year ago

Fairly low priority, but there are a bunch of CPU quirks that don't seem to be correctly emulated right now from what I can tell:

Combined with existing bugs there could be quite a bit of work. Maybe the alternative is rewriting the CPU emulation entirely. I once found a source for (NMOS?) 6502 describing what each cycle of each opcode did, but I don't know if anyone has documented the same for the W65C02S.

ziplantil commented 1 year ago

Related: #437