final web site
This commit is contained in:
parent
620f0b9a92
commit
b42bfc419a
|
@ -6,6 +6,7 @@ America Inc.
|
|||
|
||||
<p class="center">
|
||||
|
||||
<!--
|
||||
<a href="http://validator.w3.org/check/referer">
|
||||
<img src="http://www.w3.org/Icons/valid-xhtml11" class="image"
|
||||
alt="Valid XHTML 1.1 Strict" title="Valid XHTML 1.1 Strict" />
|
||||
|
@ -20,6 +21,7 @@ America Inc.
|
|||
<img class="image" alt="Get Firefox!" title="Get Firefox!"
|
||||
src="http://sfx-images.mozilla.org/affiliates/Buttons/88x31/get.gif"/>
|
||||
</a>
|
||||
-->
|
||||
|
||||
<a href="http://sourceforge.net/">
|
||||
<img alt="SourceForge Logo" title="SourceForge Logo" class="image"
|
||||
|
|
|
@ -9,21 +9,20 @@
|
|||
<meta name="keywords" content="FCE Ultra FCEUltra Nintendo NES Famicom emulator"/>
|
||||
<meta name="description" content="FCE Ultra is a Nintendo/Famicom emulator for Linux and Windows."/>
|
||||
<link rel="stylesheet" type="text/css" href="StyleSheets/main.css"/>
|
||||
<title>FCE Ultra<?php if (isset($title)) { print(": $title"); } ?></title>
|
||||
<title>FCEUX<?php if (isset($title)) { print(": $title"); } ?></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<!-- <img class="logo" alt="FCE Ultra" width="750" height="150" src="/logo2.jpg" /> -->
|
||||
|
||||
<h1 class="center">FCE Ultra</h1>
|
||||
<h1 class="center">FCEUX</h1>
|
||||
|
||||
<div class="navbox">
|
||||
<span class="naventry">[<a href="index.php">Home</a>]</span>
|
||||
<span class="naventry">[<a href="download.php">Download</a>]</span>
|
||||
<span class="naventry">[<a href="docs.php">Documentation</a>]</span>
|
||||
<span class="naventry">[<a href="support.php">Support Files</a>]</span>
|
||||
<span class="naventry">[<a href="links.php">Links</a>]</span>
|
||||
<span class="naventry">[<a href="http://sourceforge.net/projects/fceultra/">Development</a>]</span>
|
||||
<span class="naventry">[<a href="links.php">Links</a>]</span>
|
||||
<span class="naventry">[<a href="archive.php">Archive</a>]</span>
|
||||
|
|
|
@ -6,42 +6,32 @@
|
|||
<table class="mainbox" cellpadding="5" cellspacing="0" border="1">
|
||||
<tr><th class="boxhead" colspan="3">Download</th></tr>
|
||||
<tr><td colspan="3">
|
||||
<p>
|
||||
We want to point out that the original author of FCE Ultra, Xodnizel,
|
||||
is no longer working on it. Version 0.98.12 and 0.98.13 are the last
|
||||
releases made by Xodnizel, and any releases after that are created by
|
||||
different developers.
|
||||
</p>
|
||||
<p>Other notes:</p>
|
||||
<ul>
|
||||
<li>Currently, only the Unix (Linux, FreeBSD, etc), Mac OS X, and Win32 ports will compile and run, mainly using SDL.</li>
|
||||
<li>Network play is functional as of 0.98.10. The netplay server can be found <a href="support.php#netplay">here</a>.</li>
|
||||
<li>An alternate native Win32 + DirectX GUI'd target is available starting with version 0.98.6.</li>
|
||||
<li>Uses autotools (autoconf, automake).</li>
|
||||
<li>Dependencies: DirectX (Win32), SDL, OpenGL (optional, recommended), zlib</li>
|
||||
<li>There are two ports: SDL and Win32. The ports are significantly different. Win32 has an extensive set of native gui amenities and tools.</li>
|
||||
<li>Network play is not presently functional. Fixing it is a high priority.</li>
|
||||
<li>SDL:</li>
|
||||
<ul>
|
||||
<li>This build is working, but may have a few problems. Swing by and help out if you want to help shape it up!
|
||||
<li>Uses scons
|
||||
<li>Requires SDL, libz, and liblua5.1. OpenGL is optional, and recommended.
|
||||
</ul>
|
||||
<li>Win32:
|
||||
<ul>
|
||||
<li>Lua is enabled by use of the [<a href="http://fceux.com/luapack">fceux.com/luapack</a>] which should be unzipped alongside your fceux.exe.
|
||||
<li>Be sure to check out the .chm file. We work pretty hard on keeping that up to date.
|
||||
</ul>
|
||||
</ul>
|
||||
</td></tr>
|
||||
<tr><th class="boxhead">Version</th><th class="boxhead">Date</th><th class="boxhead">Description</th></tr>
|
||||
<tr>
|
||||
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.12.src.tar.bz2?download">0.98.12 source</a></td>
|
||||
<td>28 August 2004</td>
|
||||
<td>This is the last official stable release by the author.</td>
|
||||
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceux-2.0.0.win32.zip?download">2.0.0 win32 binary</a></td>
|
||||
<td>02 August 2008</td>
|
||||
<td>This is the latest official release</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.13-pre.src.tar.bz2?download">0.98.13-pre source</a></td>
|
||||
<td>29 October 2004</td>
|
||||
<td>This is the most recent source code we have from the original author.
|
||||
It works, but was not tested for regressions and was therefore not an official release.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.15-src.7z?download">0.98.15 source</a></td>
|
||||
<td>Unknown</td>
|
||||
<td>This is an unofficial version of FCE Ultra that has been patched to provide demo recording and playback. Usage of this version is not recommended.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceu-0.98.15-rerecording.zip?download">0.98.15 Windows binary</a></td>
|
||||
<td>Unknown</td>
|
||||
<td>This is an unofficial version of FCE Ultra that has been patched to provide demo recording and playback. Usage of this version is not recommended.</td>
|
||||
<td><a href="http://prdownloads.sourceforge.net/fceultra/fceux-2.0.0.src.tar.bz2?download">2.0.0 source</a></td>
|
||||
<td>02 August 2008</td>
|
||||
<td>This is the latest official release</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
@ -10,16 +10,26 @@
|
|||
Over time FCE Ultra had separated into many separate branches.
|
||||
</p>
|
||||
<p>
|
||||
The concept behind FCEUX is to merge elements from FCE Ultra, FCEU rerecording, FCEUXD, FCEUXDSP, and FCEU-umm into a single branch of FCEU.
|
||||
As the X implies , it is a all encompassing FCEU emulator that gives the best of all worlds for the general player,
|
||||
The concept behind FCEUX is to merge elements from FCE Ultra, FCEU rerecording, FCEUXD, FCEUXDSP, and FCEU-mm into a single branch of FCEU.
|
||||
As the X implies, it is an all-encompassing FCEU emulator that gives the best of all worlds for the general player,
|
||||
the ROM-hacking community, and the Tool-Assisted Speedrun Community.
|
||||
</p>
|
||||
<p>
|
||||
We are particularly excited by the Lua scripting capabilities which have been ported over from FCEU rerecording and prepped for
|
||||
further development. In order to use Lua in the windows build you will need the luapack [<a
|
||||
href="http://fceux.com/luapack">fceux.com/luapack</a>] which should be unzipped alongside your fceux.exe. The large numbers of dlls
|
||||
wasn't our choice; but it will enable the iup user interface library which will permit scripts to create their own guis, as well as
|
||||
rendering the base fceux distribution more compact. Examples of lua scripts may be found in the subversion repository <a
|
||||
href="http://fceultra.svn.sourceforge.net/viewvc/fceultra/fceu/documentation/lua/">here</a>
|
||||
|
||||
<p>
|
||||
We have a mailing list for all kinds of discussion about FCEUX. You can subscribe at the
|
||||
<a href="https://lists.sourceforge.net/lists/listinfo/fceultra-discuss">fceultra-discuss</a>
|
||||
mailing list page.
|
||||
</p>
|
||||
<p>
|
||||
Of course, we are always hanging out at irc.freenode.net #fceu
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -29,7 +39,14 @@
|
|||
<div class="boxbody">
|
||||
|
||||
<h3 class="boxsubhead">02 August 2008</h3>
|
||||
|
||||
<p>
|
||||
FCE Ultra is BACK! Today, version 2.0.0 has been released as the new software FCEUX.
|
||||
</p>
|
||||
<p><strong>All users of FCE Ultra are encouraged to switch to FCEUX and bug us if something isn't working well.</strong>
|
||||
<p>Head to the <a href="download.php">download</a> page to grab the most recent windows binary or portable source code.
|
||||
</p>
|
||||
-- zeromus
|
||||
</p>
|
||||
|
||||
</div> <!-- End News div -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue