stella/htdocs/homebrew.php

63 lines
2.6 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: &quot;A Multi-Platform Atari 2600 VCS Emulator&quot;</title>
<link href="cssscreen.css" rel="stylesheet" media="screen">
<link href="cssprint.css" rel="stylesheet" media="print">
</head>
<body id="homebrew">
<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.alienbill.com/2600/101/docs/stella.html">Stella&nbsp;Programmer's&nbsp;Guide</a></td>
<td BGCOLOR="#FFCC99">The Stella Programmer's Guide written by Steve Wright contains most of the
information you'll need to know to program the Atari 2600</td>
</tr>
<tr>
<td BGCOLOR="#CCCCCC"><a href="http://www.tripoint.org/kevtris/files/sizes.txt">Kevin&nbsp;Horton's Bankswitching&nbsp;Document</a></td>
<td BGCOLOR="#FFCC99">Kevin Horton's definitive 2600 bank switching document.
If you need to know the bank switching scheme a cartridge uses this is the document to read</td>
</tr>
<tr>
<td BGCOLOR="#CCCCCC"><a href="http://www.alienbill.com/2600/">Kirk&nbsp;Israel's 2600&nbsp;tutorials</a></td>
<td BGCOLOR="#FFCC99">Kirk Israel's Atari 2600 programming tutorial page, including the famous '2600 101' tutorials</td>
</tr>
<tr>
<td BGCOLOR="#CCCCCC"><a href="http://www.atariage.com/forums/index.php?showforum=31">2600&nbsp;Programming For&nbsp;Newbies</a></td>
<td BGCOLOR="#FFCC99">An AtariAge forum with many tips for the beginning programmer</td>
</tr>
<tr>
<td BGCOLOR="#CCCCCC"><a href="http://www.atariage.com/forums/index.php?showtopic=33233">Andrew&nbsp;Davie AtariAge&nbsp;tutorials</a></td>
<td BGCOLOR="#FFCC99">Andrew Davie's collected AtariAge forum threads on Atari 2600 programming</td>
</tr>
<tr>
<td BGCOLOR="#CCCCCC"><a href="http://www.randomterrain.com/atari-2600-memories.html">Atari&nbsp;2600&nbsp;Memories</a></td>
<td BGCOLOR="#FFCC99">A collection of programming tips and general Atari 2600 trivia from Random Terrain</td>
</tr>
<tr>
<td BGCOLOR="#CCCCCC"><a href="http://bataribasic.com">batari&nbsp;Basic</a></td>
<td BGCOLOR="#FFCC99">Create games for the Atari 2600 in the BASIC programming language</td>
</tr>
</table>
<!---------------------------------------------------------------->
</div>
<div class="footer"><?php include("footer.php"); ?></div>
</div>
<div class="leftcolumn"><?php include("menu.html"); ?></div>
</body>
</html>