Mesen is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++
Go to file
riggles1 8e988d7c79
Update SoundMixer.cpp
Tweaked volumes for audio channels.
2023-11-29 21:40:43 +01:00
.github Github: Create FUNDING.yml (#650) 2019-10-08 21:10:46 -04:00
Core Update SoundMixer.cpp 2023-11-29 21:40:43 +01:00
Libretro Backport Updated game database 2023-05-18 08:21:09 -05:00
SevenZip Remove vcxproj files 2021-01-30 23:05:15 +01:00
Utilities Cleanups 2022-04-06 19:50:17 +02: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
.gitlab-ci.yml Slim down code 2022-07-25 12:36:08 +02:00
COMPILING.md Made compiling with LTO function like in other cores 2022-12-08 14:43:16 -05:00
LICENSE Format README and add copy of the GNU GPLv3 (#379) 2018-05-08 23:00:04 -04:00
README.md Updated README.md to remove the parts about the abandoned standalone version 2022-12-12 14:46:40 -05:00

Mesen

Mesen is a cross-platform libretro core for NES/Famicom built in C++. Older standalone versions are available elsewhere.

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

Development Builds

Development builds of the latest commit are available from the libretro buildbot.

Warning: These are development builds and may be unstable.

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

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/.