NEM is a hobby emulator being implemented to learn more about the NES, Rust, and for general enjoyment.
- Installation instructions only supported for Debian based distros
- Currently does not run games
- SDL2
sudo apt install libsdl2-2.0.0
- SDL2 libraries and development libraries
sudo apt install libsdl2-dev
An iNES (1.0) ROM is required to be able to use the emulator.
nem <path to iNES ROM>
MIT License
See LICENSE