-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeatures.html
123 lines (83 loc) · 3.89 KB
/
features.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html>
<head>
<!-- zdeVnorMakra
-->
<meta name="editor" content="/usr/bin/vi"/>
<meta name="author" content="Petr Stehlik"/>
<meta name="keywords" content="Atari Atari800 powerful clone"/>
<title>Atari800 Features</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>Features</h1>
<p>Atari800 is in a mature state and offers a rich set of features:</p>
<ul>
<li>Atari 400, 800, 600 XL, 800XL, 130XE, 5200 Games System.</li>
<li>130XE compatible memory expansions: 320K, 576K, 1088K.</li>
<li>Optional 4K RAM between 0xc000 and 0xcfff in 400/800 mode.</li>
<li>Cycle-exact 6502 emulation, all unofficial instructions.</li>
<li>Cycle-exact NMI interrupts, scanline-based POKEY interrupts.</li>
<li>Cycle-exact ANTIC and GTIA emulation, all display modes.</li>
<li>Player/Missile Graphics, exact priority control and collision detection.</li>
<li>Exact POKEY registers (sound and random number generator).</li>
<li>8 disk drives, emulated at computer-to-drive communication
and fast patched SIO levels.</li>
<li>ATR, XFD, DCM, ATR.GZ and XFD.GZ disk images.</li>
<li>Direct loading of Atari executable files and Atari BASIC programs.</li>
<li>42 cartridge types, raw and CART .</li>
<li>Cassette recorder, raw and CAS images.</li>
<li>Printer support.</li>
<li>Files can be stored directly on your host computer via the H: device.</li>
<li>Current emulation state can be saved in a state file.</li>
<li>Sound support on Unix using "/dev/dsp".</li>
<li>Stereo (two POKEYs) emulation.</li>
<li>Joystick controller using numeric keypad.</li>
<li>Real joystick support.</li>
<li>Paddles, Atari touch tablet, Koala pad, light pen, light gun,
ST/Amiga mouse, Atari trak-ball, joystick and Atari 5200 analog
controller emulated using mouse.</li>
<li>R-Time 8 emulation using host computer clock.</li>
<li>Atari palette read from a file or calculated basing on user-defined
parameters.</li>
<li>Screen snapshots (normal and interlaced) to PCX and PNG files.</li>
<li>Sound output may be written to WAV files.</li>
<li>User interface on all versions supporting bitmapped graphics.</li>
<li>R: device (the Atari850 serial ports) mapped to net or real serial port.</li>
</ul>
<h2>Supported operating systems</h2>
<p>Atari800 is a portable emulator that runs on many different platforms
ranging from handhelds to desktop computers to graphics workstations.
Since some of these machines can run several different operating systems
here is the (incomplete) list of operating systems where Atari800 runs:</p>
<ul>
<li><a href="http://www.debian.org/releases/woody/releasenotes">All 11 Debian GNU/Linux platforms</a></li>
<li>MS DOS</li>
<li>MS Windows</li>
<li>MS WinCE</li>
<li>MacOS X/PPC</li>
<li>TOS</li>
<li>BeOS</li>
<li>OS/2</li>
<li>Amiga</li>
</ul>
</div>
<!-- myLeftMenuName(`Features') -->
<!-- myLeftMenuBegin -->
<div id="Menu">
<a href="index.html" title="Main Entry">Home</a><br />
Features<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>