NES emulator toolchain based on ObaraEmmanuel/NES.
Windows support coming soon...
This project requires the SDL2 library to be installed in a searchable path (i.e. within your OS PATH
variable). Additionally, you'll need a C compiler and Make.
Clone the repository
https://github.com/zeim839/nes-tools.git
Navigate to the project directory and run the configuration script
cd nes-tools
./configure
Build and install
make install
Run the emulator
nes-tools help
make uninstall
The emulator is currently designed to support mapper #0 game ROMs (see NES Directory for a complete list of supported games), which you'll need to install independently. To run a ROM, call the nes-tools
executable as follows:
nes-tools run [path/to/rom/]
nes-tools supports iNES format cartridge ROMs.
All contributions are welcome and appreciated. Open an issue before proposing significant changes.