<?php $title = "Support Files"; include("header.php"); ?> <div class="mainbox"> <h2 class="boxhead">Support Files</h2> <div class="boxbody"> <ul> <li><a href="#mines">MiNES</a></li> <li><a href="#netplay">Legacy Network Play Server</a></li> </ul> </div> </div> <div class="mainbox"> <h2 class="boxhead"><a id="mines">MiNES</a></h2> <div class="boxbody"> <p> A multiplatform 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. </p> <p class="center"> <a href="http://mateusz.viste.free.fr/dos/en/download.php?plik=mines">Download</a> </p> </div> </div> <div class="mainbox"> <h2 class="boxhead"><a id="netplay">Legacy Network Play Server</a></h2> <div class="boxbody"> <p> This is the network play server to be used with FCE Ultra 0.98.10 and later. It is incompatible with with FCEUX 2.x, but works properly with fceu 1.x. </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"> <a href="http://prdownloads.sourceforge.net/fceultra/fceu-server-0.0.5.tar.gz?download">Download 0.0.5 Source Code</a><br><br> </p> </div> </div> <?php include("footer.php"); ?>