6502 CPU simulator in C#

Inspired by Dave Poos 6502emulator and due to the fact that I wanted to refresh my C# skills, I started this project.

The main focus is set to the visual aspects of the emulation. I want to visualize what’s going on in the registers, flags and memory. There’s no aim to achieve real time behavior or counting cycles correctly.

News and updates at the blog page.


You can find the source code at github: