Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 728 Bytes

File metadata and controls

43 lines (26 loc) · 728 Bytes

NEM - Nintendo Entertainment System Emulator

NEM is a hobby emulator being implemented to learn more about the NES, Rust, and for general enjoyment.

Limitations

  • Installation instructions only supported for Debian based distros
  • Currently does not run games

Dependencies

  • SDL2
sudo apt install libsdl2-2.0.0

Development Dependencies

  • SDL2 libraries and development libraries
sudo apt install libsdl2-dev

Usage

An iNES (1.0) ROM is required to be able to use the emulator.

nem <path to iNES ROM>

Resources

License

MIT License

See LICENSE