Skip to content
/ nes Public

A emulator for NES (Nintendo Entertainiment System) made in Rust.

License

Notifications You must be signed in to change notification settings

alsoasnerd/nes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nes

A emulator for NES (Nintendo Entertainiment System) made in Rust capable of run games like:
- PacMan
- Donkey Kong
- Super Mario Bros
- etc.


Installation

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-install

In Arch-based distros, run:

yay -S git rust
git clone https://github.com/DevAles/nes.git
cd nes
chmod +x ./arch-install
./arch-install

Running

chmod +x ./start
./start

References

Some useful links that i use to build this emulator:
- 6502 Instruction Reference
- 6502 Assembly Reference

About

A emulator for NES (Nintendo Entertainiment System) made in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages