mirror of https://github.com/stella-emu/stella.git
53 lines
1.9 KiB
PHP
53 lines
1.9 KiB
PHP
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<title>Stella: "A Multi-Platform Atari 2600 VCS Emulator"</title>
|
|
<link href="cssscreen.css" rel="stylesheet" media="screen">
|
|
<link href="cssprint.css" rel="stylesheet" media="print">
|
|
</head>
|
|
<body id="atarilinks">
|
|
<div class="rightcolumn">
|
|
<div class="header"><?php include("header.php"); ?></div>
|
|
<div class="content">
|
|
|
|
<!---------------------------------------------------------------->
|
|
<table BORDER=0 CELLPADDING=6 WIDTH="100%" >
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="http://www.atariage.com/">AtariAge</a></td>
|
|
<td BGCOLOR="#FFCC99">Just about everything you every wanted to know about
|
|
the Atari 2600 can be found here</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="http://www.atarimania.com/start.php">Atari Mania</a></td>
|
|
<td BGCOLOR="#FFCC99">A comprehensive database/collection of all things Atari-related,
|
|
including ROMs, snapshots and instructions, user guides, and more</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="http://jstella.sourceforge.net">JStella</a></td>
|
|
<td BGCOLOR="#FFCC99">A Java port of Stella which can be run in a web page</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="http://www.tripoint.org/kevtris/misc/texts.html">Kevin Horton's documents</a></td>
|
|
<td BGCOLOR="#FFCC99">Various documents about the 32in1 cart, Atari 2600 easter eggs, and more</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td BGCOLOR="#CCCCCC"><a href="http://en.wikipedia.org/wiki/Atari_2600">Atari 2600 on Wikipedia</a></td>
|
|
<td BGCOLOR="#FFCC99">Historical information about the Atari 2600 console</td>
|
|
</tr>
|
|
|
|
</table>
|
|
<!---------------------------------------------------------------->
|
|
|
|
</div>
|
|
<div class="footer"><?php include("footer.php"); ?></div>
|
|
</div>
|
|
<div class="leftcolumn"><?php include("menu.html"); ?></div>
|
|
</body>
|
|
</html>
|