Skip to content

zeim839/nes-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nes-tools

NES emulator toolchain based on ObaraEmmanuel/NES.

Windows support coming soon...

⚠️⚠️BEWARE OF BUGS⚠️⚠️

Dependencies

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.

Install

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

Uninstall

make uninstall

Usage

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.

Contributing

All contributions are welcome and appreciated. Open an issue before proposing significant changes.

License

MIT

About

NES toolchain & emulator in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published