gianlucag / mos6502

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

Added register access functions #11

Closed amb5l closed 2 years ago

amb5l commented 2 years ago

Ability to observe CPU registers during execution, and to control their initial states.

amb5l commented 2 years ago

I've added register access functions because they are useful here: https://github.com/amb5l/mos6502-trace