A cycle-accurate, cross-platform NES emulator written in C++
MedNES is a cycle-accurate NES emulator written in C++. Supported mappers: NROM(0), MMC1(1), UNROM(2), CNROM(3)
Try it out in your browser here!
These instructions will get you a copy of the project up and running on your local machine.
git clone https://github.com/wpmed92/MedNES.git
Build
make
Execute
./MedNES -insert <path/to/rom>
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Here are some projects that build on top of MedNES:
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!