MedNES is a cycle-accurate NES emulator written in C++. Supported mappers: NROM(0), UNROM(2), CNROM(3)
These instructions will get you a copy of the project up and running on your local machine.
- Open Terminal.
- Change the current working directory to the location where you want the cloned directory to be made.
- Type
git clone https://github.com/wpmed92/MedNES.git
- Press Enter. Your local clone will be created.
Build with make
make
Build with CMake
mkdir build && cd build
cmake ../
make
Execute
./MedNES -insert <path/to/rom>
Super Mario Bros | Donkey Kong | Bomberman |
Pac-Man | Prince of Persia | Mega Man |
This program is free software: you can redistribute it and/or modify it under the terms of the MIT License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the MIT License for more details.
We'd love to accept your patches! If you have improvements, send us your pull requests!