wpmed92 / Mednes
Programming Languages
Projects that are alternatives of or similar to Mednes
MedNES
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!
Getting Started
These instructions will get you a copy of the project up and running on your local machine.
Prerequisites
Cloning This Repository
- 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
make
Execute
./MedNES -insert <path/to/rom>
Screenshots
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Projects
Here are some projects that build on top of MedNES:
- nes-memoryview: This project is really interesting. It shows how each byte in the 2kB RAM changes over time. You can associate sprite movements with OAM bytes just by looking at the plots! Also, this is the project that enabled the web port!
License
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.
Contributing Code
We'd love to accept your patches! If you have improvements, send us your pull requests!