A emulator for NES (Nintendo Entertainiment System) made in Rust capable of run games like:
- PacMan
- Donkey Kong
- Super Mario Bros
- etc.
In Debian-based distros, run:
sudo apt install git cargo
git clone https://github.com/DevAles/nes.git
cd nes
chmod +x ./debian-install
./debian-installIn Arch-based distros, run:
yay -S git rust
git clone https://github.com/DevAles/nes.git
cd nes
chmod +x ./arch-install
./arch-installchmod +x ./start
./startSome useful links that i use to build this emulator:
- 6502 Instruction Reference
- 6502 Assembly Reference