-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (84 loc) · 4.31 KB
/
index.html
File metadata and controls
92 lines (84 loc) · 4.31 KB
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
<!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="about">
<div class="rightcolumn">
<div class="header"><img src="title.png" height="145" width="495"></div>
<div class="content">
<!---------------------------------------------------------------->
<p>The Atari 2600 Video Computer System (VCS), introduced in 1977,
was the most popular home video game system of the early 1980's.
Now you can enjoy all of your favorite Atari 2600 games on your PC
thanks to Stella!</p>
<p>Stella is a multi-platform Atari 2600 VCS emulator released under
the GNU General Public License (GPL). Stella was originally developed
for Linux by <a href="http://www.bradfordmott.com">Bradford W. Mott</a>,
and is currently maintained by <a href="http://minbar.org">Stephen Anthony</a>.
Since its original release several people have joined the
development team to port Stella to other operating systems such as
AcornOS, AmigaOS, DOS, FreeBSD, IRIX, Linux, OS/2, MacOS, Unix, and
Windows. The development team is working hard to perfect the emulator
and we hope you enjoy our effort.</p>
<p>On this site you'll find information about downloading, installing,
using, and enhancing Stella. You'll also find useful information
about the Atari 2600, emulation and homebrew development.</p>
<p>Stella is now <font size="+1"><a href="donations.html">DonationWare</a></font>.
Please help to encourage further Stella development by considering a contribution.</p>
<!---------------------------------------------------------------->
</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>