mirror of https://github.com/stella-emu/stella.git
53 lines
2.1 KiB
PHP
53 lines
2.1 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="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 Programmer's 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 Horton's Bankswitching 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 Israel's 2600 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.randomterrain.com/atari-2600-memories.html">Atari 2600 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 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>
|