2006-07-29 05:49:34 +00:00
|
|
|
<?php
|
|
|
|
$title = "Support Files";
|
|
|
|
include("header.php");
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="mainbox">
|
|
|
|
<h2 class="boxhead">Support Files</h2>
|
|
|
|
<div class="boxbody">
|
|
|
|
|
|
|
|
<ul>
|
2008-02-20 06:59:15 +00:00
|
|
|
<li><a href="#fceupal">FCEU-PAL</a></li>
|
2008-02-20 07:13:13 +00:00
|
|
|
<li><a href="#mines">MiNES</a></li>
|
2006-07-29 05:49:34 +00:00
|
|
|
<li><a href="#chtconv">NESten<-->FCE Ultra Cheat Converter</a></li>
|
|
|
|
<li><a href="#netplay">Network Play Server</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2008-02-20 06:59:15 +00:00
|
|
|
|
|
|
|
<div class="mainbox">
|
|
|
|
<h2 class="boxhead"><a id="fceupal">FCEU-PAL</a></h2>
|
|
|
|
<div class="boxbody">
|
|
|
|
<p>
|
2008-02-20 07:07:24 +00:00
|
|
|
A program written by Mateusz Viste which analyzes the NES ROM
|
|
|
|
and launches FCE Ultra with the correct "-pal" parameter.
|
2008-02-20 06:59:15 +00:00
|
|
|
The archive contains executables for DOS and Linux, as well as the
|
|
|
|
source-code (under the GNU/GPL licence). The program is written in
|
|
|
|
FreeBASIC. It would be great if someone could port this to C and
|
|
|
|
implement the functionality directly in FCE Ultra.
|
|
|
|
<a href="http://mateusz.viste.free.fr/fceu/fceu-pal.zip">Download</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2008-02-20 07:13:13 +00:00
|
|
|
<div class="mainbox">
|
|
|
|
<h2 class="boxhead"><a id="mines">MiNES</a></h2>
|
|
|
|
<div class="boxbody">
|
|
|
|
<p>
|
2008-02-20 07:14:35 +00:00
|
|
|
An editor for NES ROMs in the iNES format. It allows you to
|
|
|
|
change the PAL/NTSC bit of the iNES header. Written by Mateusz Viste.
|
2008-02-20 07:13:13 +00:00
|
|
|
<a href="http://mateusz.viste.free.fr/dos/en/download.php?plik=mines">Download</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
2006-07-29 05:49:34 +00:00
|
|
|
<div class="mainbox">
|
|
|
|
<h2 class="boxhead"><a id="chtconv">NESten<-->FCE Ultra Cheat Converter</a></h2>
|
|
|
|
<div class="boxbody">
|
|
|
|
<p>
|
|
|
|
This is a simple cheat converter for converting between NESten and FCE Ultra cheat files.
|
2008-02-20 06:59:15 +00:00
|
|
|
Only RAM-style (as opposed to Game-Genie) cheats are converted. Thanks go to Death Adder
|
2006-07-29 05:49:34 +00:00
|
|
|
for writing the simple documentation included. DOS executable, with sources included.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="center"><a href="chtconv.zip">Download</a></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mainbox">
|
|
|
|
<h2 class="boxhead"><a id="netplay">Network Play Server</a></h2>
|
|
|
|
|
|
|
|
<div class="boxbody">
|
|
|
|
<p>
|
2008-08-03 05:45:42 +00:00
|
|
|
This is the network play server to be used with FCE Ultra 0.98.10 and later. It is imcompatible with with
|
|
|
|
FCEUX 2.x, but still works with the older fceu versions.
|
2006-07-29 05:49:34 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
It was developed under Linux, but it
|
|
|
|
should compile and work on any platform that implements the BSD-sockets API.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
Use <a href="http://www.cygwin.com/">Cygwin</a> to compile the server under MS Windows.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="center">
|
|
|
|
Current Release:<br>
|
|
|
|
<a href="http://prdownloads.sourceforge.net/fceultra/fceu-server-0.0.5.tar.gz?download">0.0.5 Source Code</a><br><br>
|
|
|
|
Legacy Releases:<br>
|
|
|
|
<a href="http://prdownloads.sourceforge.net/fceultra/fceu-server-0.0.4.tar.gz?download">0.0.4 Source Code</a><br>
|
|
|
|
<a href="http://prdownloads.sourceforge.net/fceultra/fceunetserver-0.0.3.tar.bz2">0.0.3 Source Code</a>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2008-02-20 06:59:15 +00:00
|
|
|
|
2006-07-29 05:49:34 +00:00
|
|
|
<?php include("footer.php"); ?>
|