2006-07-29 05:49:34 +00:00
|
|
|
<?php
|
|
|
|
$title = "Links";
|
|
|
|
include("header.php");
|
|
|
|
?>
|
|
|
|
|
|
|
|
<div class="mainbox">
|
|
|
|
<h2 class="boxhead">Links</h2>
|
|
|
|
<div class="boxbody">
|
|
|
|
<p>Other NES Emulators:</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="http://fakenes.sourceforge.net/">FakeNES</a> - FakeNES is a quite portable NES emulator with an internal GUI.</li>
|
|
|
|
<li><a href="http://nestopia.sourceforge.net/">Nestopia</a> - Nestopia has fairly accurate emulation, and is written for MS Windows.</li>
|
|
|
|
<li><a href="http://nosefart.sourceforge.net/">Nosefart</a> - NES Music Player</li>
|
2008-08-03 05:45:42 +00:00
|
|
|
<li><a href="http://tuxnes.sourceforge.net/">TuxNES</a> - An older NES emulator for Unix.</li>
|
2006-07-29 05:49:34 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php include("footer.php"); ?>
|