2009-11-18 19:06:02 +00:00
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
2009-12-03 17:30:56 +00:00
|
|
|
|
<title>Downloads</title>
|
2009-11-18 19:06:02 +00:00
|
|
|
|
<link href="fceux.css" rel="stylesheet" type="text/css" />
|
|
|
|
|
</head>
|
|
|
|
|
|
2018-07-14 18:11:23 +00:00
|
|
|
|
<body>
|
2009-11-18 19:06:02 +00:00
|
|
|
|
<div id="masthead">
|
2016-07-31 17:55:40 +00:00
|
|
|
|
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom/Dendy Emulator
|
2009-11-18 19:06:02 +00:00
|
|
|
|
</div>
|
|
|
|
|
<div id="top_nav">
|
2018-07-14 18:11:23 +00:00
|
|
|
|
<a href="home.html">Home</a>
|
|
|
|
|
<a href="download.html">Download</a>
|
|
|
|
|
<a href="documentation.html">Documentation</a>
|
|
|
|
|
<a href="version.html">Versions</a>
|
|
|
|
|
<a href="contact.html">Contact</a>
|
|
|
|
|
<a href="links.html">Links</a>
|
|
|
|
|
</div>
|
2009-11-18 19:06:02 +00:00
|
|
|
|
<div id="container">
|
2020-09-19 18:52:44 +00:00
|
|
|
|
<div id="left_col">
|
|
|
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
|
style="display:inline-block;width:180px;height:150px"
|
|
|
|
|
data-ad-client="ca-pub-0764229755985190"
|
|
|
|
|
data-ad-slot="7648866201"></ins>
|
|
|
|
|
<script>
|
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
|
</script>
|
|
|
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
|
style="display:inline-block;width:180px;height:150px"
|
|
|
|
|
data-ad-client="ca-pub-0764229755985190"
|
|
|
|
|
data-ad-slot="7648866201"></ins>
|
|
|
|
|
<script>
|
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
|
</script>
|
|
|
|
|
</div>
|
2009-11-18 19:06:02 +00:00
|
|
|
|
<div id="page_content">
|
|
|
|
|
<h1>Downloads</h1>
|
2011-01-25 05:42:29 +00:00
|
|
|
|
<p>The FCEUX team maintains two ports: SDL and Win32.
|
2009-12-04 16:39:34 +00:00
|
|
|
|
The Win32 port has an extensive set of native gui amenities and tools.
|
2020-12-10 04:11:41 +00:00
|
|
|
|
The SDL port supports most of the features of the Win32 build (debug tools, Lua scripting, movie recording),
|
|
|
|
|
but some of the Win32 features (TAS Editor) are exclusive to Windows.
|
2013-09-23 22:50:46 +00:00
|
|
|
|
The SDL port should run in any UNIX-like OS (Linux/Solaris/BSD/OSX).
|
2009-12-04 16:39:34 +00:00
|
|
|
|
</p>
|
|
|
|
|
|
2021-01-11 01:13:04 +00:00
|
|
|
|
<p>Network play in both the Win32 and SDL ports is not presently functional. There are no plans to fix it at this time.</p>
|
2009-12-04 16:39:34 +00:00
|
|
|
|
|
|
|
|
|
<h4>Win32</h4>
|
|
|
|
|
<ul>
|
2013-03-10 23:06:00 +00:00
|
|
|
|
<li>Be sure to check out the fceux.chm file (Under Help -> Help... in the emulator main menu). We work pretty hard on keeping that up to date!
|
2012-11-27 19:52:11 +00:00
|
|
|
|
<ul><li>We also keep an up to date <a href="help/fceux.html">online version</a></li></ul>
|
2009-12-04 16:39:34 +00:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h4>SDL</h4>
|
|
|
|
|
<ul>
|
2020-12-10 04:11:41 +00:00
|
|
|
|
<li><a href="https://cmake.org/">Cmake is required to build from source.</a></li>
|
|
|
|
|
<li>Cross platform Qt GUI replaces deprecated GTK GUI</li>
|
|
|
|
|
<li>Requires Qt5, SDL2, minizip, zlib, and OpenGL</li>
|
|
|
|
|
<li>Lua 5.1 is optional, if the system cannot provide this, an internal version of Lua will be statically linked</li>
|
|
|
|
|
<li>The Qt GUI is required and will automatically be part of the build.</li>
|
|
|
|
|
<li>For installation instructions on Linux systems, see the README at the root level of the source tree</li>
|
|
|
|
|
<li>For build examples, see the script files in the pipelines directory of the project</li>
|
2009-12-04 16:39:34 +00:00
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<h3>Download</h3>
|
2009-11-18 19:06:02 +00:00
|
|
|
|
<ul>
|
2021-01-03 02:29:58 +00:00
|
|
|
|
<li><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.3.0/fceux-2.3.0-win32.zip/download">FCEUX 2.3.0 win32 Binary</a></li>
|
|
|
|
|
<li><a href="https://sourceforge.net/projects/fceultra/files/latest/download">FCEUX 2.3.0 src</a></li>
|
2009-11-18 19:06:02 +00:00
|
|
|
|
</ul>
|
2012-11-27 20:07:43 +00:00
|
|
|
|
|
2020-06-17 08:17:22 +00:00
|
|
|
|
<p>If you would like to test the current in-development version of FCEUX, interim builds are available here:</p>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux.zip?branch=master&job=Windows%2032">Windows 32-bit</a></li>
|
|
|
|
|
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux64.zip?branch=master&job=Windows%2064">Windows 64-bit</a></li>
|
2020-12-11 02:43:50 +00:00
|
|
|
|
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-amd64.deb?branch=master&job=Ubuntu">Ubuntu Linux</a></li>
|
|
|
|
|
<li><a href="https://ci.appveyor.com/api/projects/zeromus/fceux/artifacts/fceux-2.3.0-Darwin.dmg?branch=master&job=MacOS">Mac OS X</a></li>
|
2020-06-17 08:17:22 +00:00
|
|
|
|
</ul>
|
2016-07-31 20:47:19 +00:00
|
|
|
|
|
2010-05-19 01:42:26 +00:00
|
|
|
|
<h3>Source Code</h3>
|
|
|
|
|
<ul>
|
2020-06-04 22:39:20 +00:00
|
|
|
|
<li><a href="https://github.com/TASVideos/fceux">Git repository</a></li>
|
2010-05-19 01:42:26 +00:00
|
|
|
|
</ul>
|
2020-06-04 22:39:20 +00:00
|
|
|
|
<p>FCEUX development is done commited to a Git repository hosted at Github. The last version of the source can be found there.</p>
|
2010-05-19 01:42:26 +00:00
|
|
|
|
<h4>Compiling</h4>
|
|
|
|
|
<ul>
|
2016-07-28 21:03:45 +00:00
|
|
|
|
<li>Win32 uses MS Visual Studio 2010. Newer versions of visual studio should be able to build it, with a little trouble.</li>
|
2020-12-10 04:11:41 +00:00
|
|
|
|
<li>The Qt/SDL build uses Cmake</li>
|
2010-08-15 23:48:59 +00:00
|
|
|
|
<li>Everything needed to compile the win32 version is included in SVN</li>
|
2020-12-10 04:11:41 +00:00
|
|
|
|
<li>The Qt/SDL port requires development packages for Qt5, SDL2, minizip, zlib, and OpenGL</li>
|
2010-05-19 01:42:26 +00:00
|
|
|
|
</ul>
|
2010-04-17 02:50:40 +00:00
|
|
|
|
<h3>Old Versions</h3>
|
|
|
|
|
<table border="1">
|
|
|
|
|
<tr>
|
|
|
|
|
<th>Win32 Binary</th><th>SRC</th><th>Deb Binary</th>
|
2013-03-10 23:06:00 +00:00
|
|
|
|
|
2021-01-13 22:14:24 +00:00
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Binaries/2.2.3/fceux-2.2.3-win32.zip/download">FCEUX 2.2.3</a></td>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.3%20src/fceux-2.2.3.src.tar.gz/download">FCEUX 2.2.3 src</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
2016-07-31 17:55:40 +00:00
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Binaries/2.2.2/fceux-2.2.2-win32.zip/download">FCEUX 2.2.2</a></td>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.2%20src/fceux-2.2.2.src.tar.gz/download">FCEUX 2.2.2 src</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
2013-09-23 22:50:46 +00:00
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Binaries/2.2.1/fceux-2.2.1-win32.zip/download">FCEUX 2.2.1</a></td>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.1%20src/fceux-2.2.1.src.tar.gz/download">FCEUX 2.2.1 src</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
2013-03-10 23:06:00 +00:00
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Binaries/2.2.0/fceux-2.2.0-win32.zip/download">FCEUX 2.2.0</a></td>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Source%20Code/2.2.0%20src/fceux-2.2.0.src.tar.gz/download">FCEUX 2.2.0 src</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
2010-04-17 02:50:40 +00:00
|
|
|
|
</tr>
|
2012-11-27 20:07:43 +00:00
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Binaries/2.1.5/fceux-2.1.5-win32.zip/download">FCEUX 2.1.5</a> <a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.5/fceux-2.1.5-win32-Win2000_Win98.zip/download"> Win2000/98</a></td>
|
|
|
|
|
<td><a href="https://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.5%20src/fceux-2.1.5.src.tar.bz2/download">FCEUX 2.1.5 src</a></td>
|
|
|
|
|
</tr>
|
2011-06-04 15:14:29 +00:00
|
|
|
|
|
2012-11-27 20:07:43 +00:00
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.4/fceux-2.1.4a-win32.zip/download">FCEUX 2.1.4a</a> <a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.4/fceux-2.1.4a-win32-Win2000_Win98.zip/download"> Win2000/98</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.4%20src/fceux-2.1.4a.src.tar.bz2/download">FCEUX 2.1.4a src</a></td>
|
|
|
|
|
</tr>
|
2010-04-17 02:50:40 +00:00
|
|
|
|
|
2010-05-31 01:46:29 +00:00
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.3%20binaries/fceux-2.1.3-win32.zip/download">FCEUX2.1.3</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.3%20src/fceux-2.1.3.src.tar.bz2/download">FCEUX2.1.3</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
|
2010-04-17 02:50:40 +00:00
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.2%20binaries/fceux-2.1.2-win32.zip/download">FCEUX2.1.2</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.2%20src/fceux-2.1.2.src.tar.bz2/download">FCEUX2.1.2</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.1%20binaries/fceux-2.1.1.win32.zip/download">FCEUX2.1.1</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.1%20src/fceux-2.1.1.src.tar.bz2/download">FCEUX2.1.1</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.0a%20src/fceux-2.1.0a.src.tar.bz2/download">FCEUX2.1.1a</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.0%20binaries/fceux-2.1.0.win32.zip/download">FCEUX2.1.0</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.1.0%20src/fceux-2.1.0.src.tar.bz2/download">FCEUX2.1.0</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.1.0%20binaries/fceux_2.1_i386.deb/download">FCEUX2.1.0</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.0.3%20win32/fceux-2.0.3.win32.zip/download">FCEUX2.0.3</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.0.3%20src/fceux-2.0.3.src.tar.bz2/download">FCEUX2.0.3</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.0.2%20win32/fceux-2.0.2.win32.zip/download">FCEUX2.0.2</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.0.2%20src/fceux-2.0.2.src.tar.bz2/download">FCEUX2.0.2</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.0.1%20win32/fceux-2.0.1.win32.zip/download">FCEUX2.0.1</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.0.1%20src/fceux-2.0.1.src.tar.bz2/download">FCEUX2.0.1</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Binaries/2.0.0%20win32/fceux-2.0.0.win32.zip/download">FCEUX2.0.0</a></td>
|
|
|
|
|
<td><a href="http://sourceforge.net/projects/fceultra/files/Source%20Code/2.0.0%20src/fceux-2.0.0.src.tar.bz2/download">FCEUX2.0.0</a></td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|
2009-11-18 19:06:02 +00:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer">
|
|
|
|
|
<a href="home.html">Home</a> | <a href="download.html">Download</a> |
|
|
|
|
|
<a href="documentation.html">Documentation</a> | <a href="version.html">
|
2009-12-04 17:01:40 +00:00
|
|
|
|
Version History</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a>
|
2009-12-05 00:05:16 +00:00
|
|
|
|
<br/>We are in no way affiliated or endorsed by Nintendo or Nintendo of America. "Nintendo" is a registered trademark of Nintendo of America Inc.
|
|
|
|
|
<br/>©2009 adelikat
|
2009-11-18 19:06:02 +00:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|