From: <the...@us...> - 2006-03-18 19:52:11
|
Revision: 5 Author: thekingant Date: 2006-03-18 11:52:04 -0800 (Sat, 18 Mar 2006) ViewCVS: http://svn.sourceforge.net/fceultra/?rev=5&view=rev Log Message: ----------- A few other tweaks Modified Paths: -------------- web/htdocs/download.php Modified: web/htdocs/download.php =================================================================== --- web/htdocs/download.php 2006-03-18 19:49:11 UTC (rev 4) +++ web/htdocs/download.php 2006-03-18 19:52:04 UTC (rev 5) @@ -31,13 +31,20 @@ <tr><td><a href="fceu-0.98.12.src.tar.bz2">0.98.12</a></td><td>August 28, 2004</td></tr> <tr><td><a href="fceu-0.98.11.src.tar.bz2">0.98.11</a></td><td>August 12, 2004</td></tr> <tr><td><a href="fceu-0.98.10.src.tar.bz2">0.98.10</a></td><td>May 17, 2004</td></tr> -<tr><td colspan="2"><hr /></td></tr> <tr><td><a href="fceu-0.98.2.src.tar.gz">0.98.2</a></td><td>March 9, 2004</td></tr> +</table> + + + +<table class="mainbox" cellpadding="5" cellspacing="0" border="1"> + <tr><th class="boxhead" colspan="2">"Classic"</th></tr> <tr><td colspan="2"> +<ul> <li>The latest version is compilable on Linux(SVGAlib or SDL), Mac OS X, BeOS, Win32, and DOS.</li> <li>Uses premade makefiles.</li> +</ul> </td></tr> <tr><th class="boxhead">Version:</th><th class="boxhead">Date:</th></tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |