๐Ÿ“ฆ sbuggay / rnes

NES emulator. Currently only emulates the 6502.

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
emulatornesnes-emulator
๐Ÿ“ฅ Clone https://github.com/sbuggay/rnes.git
HTTPS git clone https://github.com/sbuggay/rnes.git
SSH git clone git@github.com:sbuggay/rnes.git
CLI gh repo clone sbuggay/rnes
Devan Buggay Devan Buggay Update readme.md cd26a01 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ .vscode
๐Ÿ“ doc
๐Ÿ“ src
๐Ÿ“ testroms
๐Ÿ“„ .gitignore
๐Ÿ“„ Cargo.lock
๐Ÿ“„ Cargo.toml
๐Ÿ“„ readme.md
๐Ÿ“„ SDL2.dll
๐Ÿ“„ README.md

rnes

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