NES emulator. Currently only emulates the 6502.
https://github.com/sbuggay/rnes.git
Currently, this fully passes the nestest.nes emulator test. This includes all the page crossing quirks as well as "invalid"/unofficial opcodes. As for right now I'm prioritizing correctness over everything else.
PPU and APU are currently a work in progress. Uses SDL2 for window handling, input, drawing, and audio.
build
cargo build
run
cargo run