-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
90 lines (73 loc) · 3.97 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- zdeVnorMakra
-->
<meta name="editor" content="/usr/bin/vi"/>
<meta name="author" content="Petr Stehlik"/>
<meta name="keywords" content="Atari800 free 8-bit Atari emulator"/>
<title>Atari800</title>
<style type="text/css" media="all">@import "layout.css";</style>
</head>
<body>
<!-- myTopHeaderBegin -->
<div id="Header"><a href="https://atari800.github.io" title="Atari800 Project Page">Atari800 - portable and free Atari 8-bit emulator</a></div>
<!-- myTopHeaderEnd -->
<div id="Content">
<h1>Atari800</h1>
<h2>What it is</h2>
<p>Atari800 is the emulator of Atari 8-bit computer systems and 5200 game console
for Unix, Linux, Amiga, MS-DOS, Atari TT/Falcon, MS-Windows, MS WinCE, Sega Dreamcast, Android and other systems supported by the SDL library. Our main objective
is to create a freely distributable portable emulator (i.e. with source
code available). It can be configured to run in the following ways :</p>
<ul>
<li>"simple" version (many platforms) - uses only the standard C library</li>
<li>curses (many platforms)</li>
<li>X Window + Optional XVIEW or MOTIF User Interface</li>
<li>CBM Amiga</li>
<li>MS-DOS (DJGPP)</li>
<li>Atari Falcon/TT and compatible machines</li>
<li>MS Windows (DirectX)</li>
<li>SDL (running on _many_ platforms)</li>
<li>WinCE</li>
<li>Sega Dreamcast</li>
<li>JVM (Java applet)</li>
<li>Android</li>
</ul>
<h2>A bit of history</h2>
<p>Atari800 emulator was written by David Firth in 1995 and released under the GPL. So it was available with full source code in C. The code was written with portability in mind and that allowed various people to create ports of Atari800 for PC, Amiga, Atari, Mac and machines running UNIX-like operating systems.</p>
<p>
As there were no new versions of Atari800 since spring of 1997 several people (Perry McFarlane, Rich Lawrence, Thomas Richter, Radek Sterba, Robert Golias and me) started updating the last available v0.8.0 source code independently. Later we all got in touch and started working together. I also contacted the original Atari800 author, David Firth, who basically agreed with me maintaining the source code and putting out source and binary releases.</p>
<p>
Since then many new talented programmers joined the Atari800 development team and helped improving the emulator. For more information please see the <a href="development.html">Development page</a>.</p>
<p><a href="https://validator.w3.org/check/referer"><img
src="https://www.w3.org/Icons/valid-xhtml10" alt="Valid HTML!"
height="31" width="88" border="0" align="left" /></a>
<a href="https://jigsaw.w3.org/css-validator/validator?uri=https://atari800.github.io/index.html"><img
style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"
border="0"/></a>
<a href="http://www.anybrowser.org/campaign/"><img src="img/anybrowser.gif" width="88" height="31" alt="Viewable With Any Browser" border="0"/></a>
<a href="http://elvis.the-little-red-haired-girl.org/"><img src="img/vi.gif" width="88" height="31" alt="Made With VI" border="0"/></a>
</p>
<p style="text-align: center">Copyright 2002 - 2020 by <a href="mailto:[email protected]">Petr Stehlik</a></p>
</div>
<!-- myLeftMenuName(`Home') -->
<!-- myLeftMenuBegin -->
<div id="Menu">
Home<br />
<a href="features.html" title="Feature List">Features</a><br />
<a href="news.html" title="Hot News">News</a><br />
<a href="download.html" title="Files for Download">Download</a><br />
<a href="screenshots.html" title="Screenshots">Screenshots</a><br />
<a href="contact.html" title="Contact address">Contact</a><br />
<a href="development.html" title="Development">Development</a><br />
<a href="links.html" title="Links">Links</a><br />
</div>
<!-- myLeftMenuEnd -->
</body>
</html>