Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++
Go to file
2017-01-15 14:32:59 -05:00
Core MMC3: Allow bits 6/7 to be used for reg 6 & 7 (needed for some bootleg games) 2017-01-15 14:24:34 -05:00
Dependencies Static Link PGO Builds 2016-05-22 08:14:55 -04:00
DependencyPacker Project changes to simplify PGO builds 2016-01-19 16:19:23 -05:00
GUI.NET Fixed crash when trying to load random roms when folder no longer exists 2017-01-15 14:28:51 -05:00
InteropDLL AVI: Added camstudio codec support + compression level slider 2017-01-01 10:15:42 -05:00
Linux Linux: Add a bit of logging for gamepads + fixed file descriptor leak 2016-12-20 17:09:49 -05:00
PGOHelper Version Update: 0.7.0 2016-12-30 18:32:45 -05:00
SevenZip Fixed project output folder 2016-08-27 16:33:49 -04:00
TestHelper Linux: Fixed Testhelper - all ~300 tests pass. 2016-12-16 07:20:43 -05:00
UpdateHelper Linux: Support for auto updates (+ refactoring) 2016-12-22 19:39:33 -05:00
Utilities Linux: Fixed compilation error (missing include) 2017-01-09 17:02:08 -05:00
Windows DirectInput: Various fixes 2016-12-23 20:29:19 -05:00
.gitattributes Initial commit 2014-06-10 16:58:37 -04:00
.gitignore Linux: 32-bit builds 2016-12-22 18:44:54 -05:00
build.sh Linux: 32-bit builds 2016-12-22 18:44:54 -05:00
makefile Linux: Support for auto updates (+ refactoring) 2016-12-22 19:39:33 -05:00
NES.sln Debugger: Fixed warning 2016-12-04 23:32:27 -05:00
README.md Updated readme 2017-01-15 14:32:59 -05:00

Mesen is a cross-platform NES/Famicom emulator for Windows & Linux built in C++ and C#.

If you want to support this project, please consider making a donation:
Donate to this project using Paypal

Website
Latest version
Older releases

Roadmap

Things that may or may not be added in the future, in no particular order:

-Support for more UNIF boards and more NES/Famicom input devices
-Rewind functionality
-Debugger improvements (APU state display, memory editor, scripting, etc.)
-Shaders
-Improvements to movie file format to support a few things that currently do not work
-RAR file support
-Libretro support
-TAS editor

Compiling

Windows

  1. Open the solution in VS2015
  2. Compile as Release/x64 or Release/x86
  3. Run

Linux

You will need clang/gcc, Mono/XBuild and SDL2 to compile and run Mesen under Linux.
The makefile contains some more information at the top. Running "make" will build the x64 version by default, and then "make run" should start the emulator.

LICENSE

Mesen is available under the GPL V3 license. Full text here: http://www.gnu.org/licenses/gpl-3.0.en.html

Copyright (C) 2016 M. Bibaud

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

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 GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.