-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenshots.html
73 lines (56 loc) · 2.9 KB
/
screenshots.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
<!DOCTYPE html>
<html>
<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 Screenshots</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>Screenshots</h1>
<p>The following pictures shows mid-scanline color change effects that are visible only with a very precise emulation or on the real Atari computer.</p>
<table>
<tr>
<td width=240 align="center"><a href="scrshot/8_players_demo.png"><img src="scrshot/s_8_players_demo.png" title="" width=168 height=120></a><br />8 players demo</td>
<td width=240 align="center"><a href="scrshot/bewesofts_demo.png"><img src="scrshot/s_bewesofts_demo.png" title="" width=168 height=120></a><br />bewesofts demo</td>
</tr>
<tr><td> </td></tr>
<tr>
<td width=240 align="center"><a href="scrshot/bitter_reality_dragonbobs.png"><img src="scrshot/s_bitter_reality_dragonbobs.png" title="" width=168 height=120></a><br />bitter reality dragonbobs</td>
<td width=240 align="center"><a href="scrshot/demonic_laughter.png"><img src="scrshot/s_demonic_laughter.png" title="" width=168 height=120></a><br />demonic laughter</td>
</tr>
<tr><td> </td></tr>
<tr>
<td width=240 align="center"><a href="scrshot/graphics_impossible_2.png"><img src="scrshot/s_graphics_impossible_2.png" title="" width=168 height=120></a><br />graphics impossible</td>
<td width=240 align="center"><a href="scrshot/master_of_the_lamps.png"><img src="scrshot/s_master_of_the_lamps.png" title="" width=168 height=120></a><br />master of the lamps</td>
</tr>
<tr><td> </td></tr>
<tr>
<td width=240 align="center"><a href="scrshot/orneta_95_invitro.png"><img src="scrshot/s_orneta_95_invitro.png" title="" width=168 height=120></a><br />orneta 95 invitro</td>
<td width=240 align="center"><a href="scrshot/te_mod.png"><img src="scrshot/s_te_mod.png" title="" width=168 height=120></a><br />te mod</td>
</tr>
<tr><td> </td></tr>
</table>
</div>
<!-- myLeftMenuName(`Screenshots') -->
<!-- myLeftMenuBegin -->
<div id="Menu">
<a href="index.html" title="Main Entry">Home</a><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 />
Screenshots<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>