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:
parent
31f58d983f
commit
ac521d5ed2
|
@ -8,14 +8,32 @@
|
||||||
<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<-->FCE Ultra Cheat Converter</a></li>
|
<li><a href="#chtconv">NESten<-->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">
|
||||||
|
@ -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"); ?>
|
||||||
|
|
Loading…
Reference in New Issue