-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathatari2600links.html
101 lines (92 loc) · 4.25 KB
/
atari2600links.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!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">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
</head>
<body id="atarilinks">
<div class="rightcolumn">
<div class="header"><img src="title.png" height="145" width="495"></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 ever 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">Atarimania</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://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>
<tr>
<td BGCOLOR="#CCCCCC"><a href="http://en.wikipedia.org/wiki/Stella_(emulator)">Stella on Wikipedia</a></td>
<td BGCOLOR="#FFCC99">Wikipedia page for Stella itself</td>
</tr>
</table>
<!---------------------------------------------------------------->
</div>
<div class="footer"><hr><p>Copyright © 1995-2025
<a href="http://www.bradfordmott.com">Bradford W. Mott</a>,
<a href="http://minbar.org">Stephen Anthony</a> and
<a href="theteam.html">The Stella Team</a>
<br/> Site Updated January 3, 2025</p>
</div>
</div>
<div class="leftcolumn"><img src="menu-title.gif" width="125" height="125">
<div class="menuheader">General</div>
<ul>
<li><a href="index.html" id="about" >About Stella</a>
<li><a href="donations.html" id="donations" >DonationWare</a>
<li><a href="changelog.html" id="news" >ChangeLog</a>
<li><a href="screenshots.html" id="screenshots" >Screen Shots</a>
<li><a href="theteam.html" id="team" >The Team</a>
<li><a href="credits.html" id="credits" >Credits List</a>
<li><a href="todo.html" id="todo" >Todo List</a>
</ul>
<div class="menuheader">Documentation</div>
<ul>
<li><a href="docs/index.html" id="guide">User's Guide</a>
<li><a href="faq.html" id="faq">FAQ (Frequently Asked Questions)</a>
</ul>
<div class="menuheader">Downloads</div>
<ul>
<li><a href="downloads.html" id="stable" >Stable Releases</a>
<li><a href="development.html" id="development" >Development</a>
</ul>
<div class="menuheader">Important Links</div>
<ul>
<li><a href="atari2600links.html" id="atarilinks" >Atari 2600 Links</a>
<li><a href="homebrew.html" id="homebrew" >Homebrew Development</a>
</ul>
<div> </div>
<a href="http://www.2600-daptor.com"><img src="2600-daptor_logo.png" alt="2600-daptor" /></a>
<br/><br/>
<a href="http://www.grandideastudio.com/portfolio/stelladaptor-2600"><img src="stelladaptor_logo.png" alt="Stelladaptor" /></a>
<br/><br/>
<a href="http://bliss-box.net"><img src="blissbox_logo.png" alt="Bliss-Box" /></a>
<br/><br/>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="HFYGAYVAY9GT6" />
<input type="image" src="images/ppdonate.png" width="120" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_CA/i/scr/pixel.gif" width="1" height="1" />
</form>
</div>
</body>
</html>