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,14 +8,32 @@
<div class="boxbody">
<ul>
<li><a href="#fceupal">FCEU-PAL</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="#netplay">Network Play Server</a></li>
<li><a href="#setpal">SETPAL</a></li>
</ul>
</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">
<h2 class="boxhead"><a id="gfceu">GNOME FCE Ultra</a></h2>
<div class="boxbody">
@ -77,4 +95,22 @@ Legacy Releases:<br>
</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"); ?>