Add links to FCEU-PAL and SETPAL from Mateusz Viste.

FYI when you update these files in the repository you need to
ssh to shell.sourceforge.net, cd to /home/groups/c/co/cobertura
then "svn update"
This commit is contained in:
thekingant 2008-02-20 06:59:15 +00:00
parent 31f58d983f
commit ac521d5ed2
1 changed files with 39 additions and 3 deletions

View File

@ -8,19 +8,37 @@
<div class="boxbody"> <div class="boxbody">
<ul> <ul>
<li><a href="#fceupal">FCEU-PAL</a></li>
<li><a href="#gfceu">GNOME FCE Ultra</a></li> <li><a href="#gfceu">GNOME FCE Ultra</a></li>
<li><a href="#chtconv">NESten&lt;--&gt;FCE Ultra Cheat Converter</a></li> <li><a href="#chtconv">NESten&lt;--&gt;FCE Ultra Cheat Converter</a></li>
<li><a href="#netplay">Network Play Server</a></li> <li><a href="#netplay">Network Play Server</a></li>
<li><a href="#setpal">SETPAL</a></li>
</ul> </ul>
</div> </div>
</div> </div>
<div class="mainbox">
<h2 class="boxhead"><a id="fceupal">FCEU-PAL</a></h2>
<div class="boxbody">
<p>
A program which analyzes the NES ROM and launches FCE Ultra with the
correct "-pal" parameter.
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>
<div class="mainbox"> <div class="mainbox">
<h2 class="boxhead"><a id="gfceu">GNOME FCE Ultra</a></h2> <h2 class="boxhead"><a id="gfceu">GNOME FCE Ultra</a></h2>
<div class="boxbody"> <div class="boxbody">
<p> <p>
GFCEU is a GTK2 front-end designed to provide a simple, yet powerful interface for FCE Ultra. GFCEU is a GTK2 front-end designed to provide a simple, yet powerful interface for FCE Ultra.
It currently provides an elegant interface for:<br> It currently provides an elegant interface for:<br>
<ul> <ul>
<li>Sound configuration</li> <li>Sound configuration</li>
@ -40,7 +58,7 @@ For more information about gfceu and for download links, click <a href="http://d
<div class="boxbody"> <div class="boxbody">
<p> <p>
This is a simple cheat converter for converting between NESten and FCE Ultra cheat files. This is a simple cheat converter for converting between NESten and FCE Ultra cheat files.
Only RAM-style(as opposed to Game-Genie) cheats are converted. Thanks go to Death Adder Only RAM-style (as opposed to Game-Genie) cheats are converted. Thanks go to Death Adder
for writing the simple documentation included. DOS executable, with sources included. for writing the simple documentation included. DOS executable, with sources included.
</p> </p>
@ -77,4 +95,22 @@ Legacy Releases:<br>
</div> </div>
</div> </div>
<div class="mainbox">
<h2 class="boxhead"><a id="setpal">SETPAL</a></h2>
<div class="boxbody">
<p>
A command-line utility which changes the "NTSC/PAL" bit of
an iNES header (that is the weakest bit of the 10th byte). Many old
PAL NES ROMs have an incorrect bit, which causes FCE Ultra to
think the ROMs are NTSC even though they are not. 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.
<a href="http://mateusz.viste.free.fr/fceu/setpal.zip">Download</a>
</p>
</div>
</div>
<?php include("footer.php"); ?> <?php include("footer.php"); ?>