gianlucag / mos6502

A fast & simple MOS 6502 CPU emulator written in C++
MIT License
286 stars 56 forks source link

Add support for fixed "CMOS" indirect JMP #6

Closed craben20 closed 5 years ago

craben20 commented 5 years ago

CMOS derivates of the MOS 6502 such as the 65C02 fixed the indirect jump on LSB addr xxFF bug, amongst fixing other errata. This commit adds a preprocessor option to use the new 'fixed' CMOS indirect JMP.

gianlucag commented 5 years ago

Nice addition, thank you