fceux/web/home.html

79 lines
4.0 KiB
HTML
Raw Normal View History

<!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" />
<title>FCEUX</title>
2016-07-28 21:01:34 +00:00
<meta content="FCEU FCEUX NES Nintendo FDS Famicom Dendy Emulator" name="keywords" />
<meta content="A Nintendo Entertainment System (NES) and Famicom Disk System (FDS) emulator." name="description" />
<link href="fceux.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.style1 {
float: right;
margin-left: 32px;
2013-03-10 23:46:22 +00:00
margin-right: 20px;
margin-bottom: 32px;
}
</style>
</head>
<body>
<div id="masthead">
2016-07-28 21:01:34 +00:00
<span class="largerfont">FCEUX<br/></span>The all in one NES/Famicom/Dendy Emulator
</div>
<div id="top_nav">
<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>
<div id="container">
<div id="left_col">
</div>
<div id="page_content">
<h1>Introduction</h1>
2009-12-05 00:05:16 +00:00
<p>
2013-03-11 20:52:11 +00:00
<img alt="Super Mario Bros 3 in FCEUX" src="assets/FCEUX-main.png" class="style1" /></p>
2009-12-05 00:05:16 +00:00
<p><img alt="Nintendo" height="46" src="assets/NES.png" width="76" /><img alt="Famicom" height="44" src="assets/Famicom.jpg" width="70" /></p>
<p>FCEUX is a Nintendo Entertainment System (NES), Famicom, Famicom Disk System (FDS), and Dendy emulator. It supports NTSC (USA/JPN), PAL (European), and NTSC-PAL Hybrid modes. It supports both Windows and SDL versions for cross compatibility.</p>
<p>The FCEUX concept is that of an "all in one" emulator that offers accurate emulation and the best options for both casual play and a variety of more advanced emulator functions.
For pro users, FCEUX offers tools for debugging, rom-hacking, map making, Tool-assisted movies, and Lua scripting</p>
<p>FCEUX is an evolution of the original FCE Ultra emulator. Over time FCE Ultra had separated into many distinct branches.</p>
<p>The concept behind FCEUX is to merge elements from FCEU Ultra, FCEU rerecording, FCEUXD, FCEUXDSP, FCEUXDSP CE, and FCEU-mm into a single branch of FCEU.</p>
<p>As the X implies, it is an all-encompassing version of the FCEU emulator that provides the best of all worlds for the general player,
the ROM-hacking community, and the <a href="http://tasvideos.org">Tool-Assisted Speedrun Community.</a></p>
<p>For more details see the <a href="version.html">version history</a></p>
2021-10-16 18:08:47 +00:00
<p>You can find out what we've been up to since the last release by checking the <a href="https://github.com/TASEmulators/fceux/commits/master">commit browser</a>.<br>
2021-06-01 20:22:12 +00:00
We also have an IRC channel #fceu on irc.libera.chat</p>
2009-12-04 16:39:34 +00:00
<p>&nbsp;</p>
<h1>Latest Release</h1>
<p><span class="largerfont">FCEUX 2.6.6</span><br/>
26 August 2023</p>
<p>The 2.6.6 release is mainly a maintenance update for the mappers and emulation core with a few new features added in.<br>
Some of these new features apply only to the Qt/SDL version of the GUI.</p>
<p><a href="help/WhatsNew266.html">Full changelog</a></p>
2016-07-28 20:46:50 +00:00
<p>
<hr>
<br>Windows Port Debugging Environment for Version 2.2.0<br><a href="assets/debugging_environment_1900px.png"><img alt="FCEUX as a debugging environment" src="assets/debugging_environment_640px.png"></a></p>
<p>
<hr>
<br>Qt/SDL Port User Interface and Debug Tools for Version 2.6.0<br><a href="assets/QtSDL-DebugTools-HiRes.png"><img alt="FCEUX Qt/SDL Debug Tools" src="assets/QtSDL-DebugTools_640px.png"></a></p>
</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 18:04:46 +00:00
Version History</a> | <a href="contact.html">Contact</a>| <a href="links.html">Links</a>
<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.
</div>
</body>
</html>