Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++ and C#
Go to file
Sour 147c5a2f2e Linux: Work around Mono 5.18 toolstrip issues
+ Updated readme to recommend 5.18+
2019-01-28 22:24:24 -05:00
Core PPU: Prevent palette writes during HBlank when rendering is enabled 2019-01-27 20:53:25 -05:00
Dependencies Build: Statically link the C++ runtime for all build configs 2017-05-15 20:33:38 -04:00
DependencyPacker Docs: Update copyright year to 2019 2018-12-31 17:20:14 -05:00
Docs Docs: Updated debugger documentation 2019-01-21 18:30:22 -05:00
GUI.NET Linux: Work around Mono 5.18 toolstrip issues 2019-01-28 22:24:24 -05:00
InteropDLL Debugger: Added "Performance Tracker" tool 2019-01-24 00:50:42 -05:00
Libretro Added support for Bandai's EEPROMs 2019-01-26 10:05:07 -05:00
Linux Linux: Fixed deadzone option having no effect 2019-01-27 10:28:33 -05:00
Lua Linux: Fixed compilation errors/warnings 2019-01-16 23:54:00 -05:00
PGOHelper Build: Simplify PGO builds and allow it to be used when building the libretro core 2018-12-31 14:59:00 -05:00
SevenZip Libretro support (Windows) 2018-01-04 19:03:47 -05:00
TestHelper Version Update: 0.9.6 2018-08-05 14:30:09 -04:00
UpdateHelper Docs: Update copyright year to 2019 2018-12-31 17:20:14 -05:00
Utilities Core: Optimize rom search logic and set a maximum limit (100) to the number of files that are hashed before giving up 2019-01-20 16:33:23 -05:00
Windows Fixed compilation warnings 2019-01-23 23:59:59 -05:00
.editorconfig UI: Added more auto-pause settings for more flexibility 2018-03-21 21:14:51 -04:00
.gitattributes Initial commit 2014-06-10 16:58:37 -04:00
.gitignore Libretro: Integrated makefile updates for Hakchi (by swingflip) 2018-08-08 20:27:22 -04:00
build.sh Linux: Makefile tweaks + support for PGO 2018-06-12 00:49:33 -04:00
buildPGO.sh Build: Simplify PGO builds and allow it to be used when building the libretro core 2018-12-31 14:59:00 -05:00
COMPILING.md Linux: Work around Mono 5.18 toolstrip issues 2019-01-28 22:24:24 -05:00
LICENSE Format README and add copy of the GNU GPLv3 (#379) 2018-05-08 23:00:04 -04:00
makefile Build: Simplify PGO builds and allow it to be used when building the libretro core 2018-12-31 14:59:00 -05:00
Mesen.sln Fixed potential multithread crashes that could occur under certain circumstances (e.g when a game crashes) 2018-06-16 10:26:35 -04:00
README.md Linux: Work around Mono 5.18 toolstrip issues 2019-01-28 22:24:24 -05:00

Mesen

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

Website (https://www.mesen.ca)
Documentation (https://www.mesen.ca/docs)

Development Builds

Development builds of the latest commit are available from Appveyor. For stable release builds, see the Releases section below.

Warning: These are development builds and may be unstable. Using them may also increase the chances of your settings being corrupted, or having issues when upgrading to the next official release. Additionally, these builds are currently not optimized via PGO and will typically run 20-30% slower than the official release builds.

Windows: Build status

Linux: Build status

Releases

Windows

The latest version is available on the website. Older releases are available from the releases tab on GitHub.

Ubuntu

The official releases (same downloads as the Windows builds above) also contain the Linux version of Mesen, built under Ubuntu 16 - you should be able to use that in most cases if you are using Ubuntu.

The Linux version is a standard .NET executable file and requires Mono to run - you may need to configure your environment to allow it to automatically run .exe files through Mono, or manually run Mesen by using mono (e.g: "mono Mesen.exe").

The following packages need to be installed to run Mesen:

  • mono-complete
  • libsdl2-2.0
  • gnome-themes-standard

Note: Mono 5.18 or higher is recommended, some older versions of Mono (e.g 4.2.2) have some stability and performance issues which can cause crashes and slow down the UI. The default Mono version in Ubuntu 18.04 is 4.6.2 (which also causes some layout issues in Mesen). To install the latest version of Mono, follow the instructions here: https://www.mono-project.com/download/stable/#download-lin

Arch Linux

Packages are available here: https://aur.archlinux.org/packages/mesen

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
  • Shaders
  • TAS editor

Compiling

See COMPILING.md

License

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

Copyright (C) 2014-2019 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/.