-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreenshots.html
253 lines (251 loc) · 10.4 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
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>openMSX » Screenshots</title>
<meta name="keywords" content="openmsx msx emulator">
<link href="styles/keys_style.css" type="text/css" title="Keyboard" rel="stylesheet">
<link href="styles/blue_style.css" type="text/css" title="Blue" rel="alternate stylesheet">
<script src="styleswitcher.js" type="text/javascript"></script>
</head>
<body>
<div id="title">
<img src="./images/penguin.gif" alt="[*]">
<h1>openMSX</h1>
<div id="subtitle">
the MSX emulator that aims for perfection
</div>
</div>
<div id="navigation">
<div id="navilinks">
<h1>Navigation</h1>
<div class="linkblock">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="docs.html">Documentation</a></li>
<li class="this"><a href="screenshots.html">Screenshots</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="3rdparty.html">3rd Party</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="http://www.msx.org/forum/semi-msx-talk/openmsx">Forum (MRC)</a></li>
<li><a href="https://github.com/openMSX/">Project Page</a></li>
</ul>
</div>
</div>
<div id="navidownloads">
<h1><a href="https://github.com/openMSX/openMSX/releases/latest">Download</a></h1>
<div class="linkblock">
<h2>openMSX</h2>
<ul>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_20_0/openmsx-20.0-windows-vc-x64-bin-msi.zip">
20.0 / Win 64bit (install)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_20_0/openmsx-20.0-windows-vc-x64-bin.zip">
20.0 / Win 64bit (zip)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_16_0/openmsx-16.0-windows-vc-x86-bin-msi.zip">
16.0 / Win 32bit (install)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_16_0/openmsx-16.0-windows-vc-x86-bin.zip">
16.0 / Win 32bit (zip)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_20_0/openmsx-20.0-mac-x86_64-bin.dmg">
20.0 / macOS Intel 64bit</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_20_0/openmsx-20.0-mac-aarch64-bin.dmg">
20.0 / macOS Apple 64bit</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_20_0/openmsx-20.0-linux-x86_64-bin.zip">
20.0 / Linux x86 64bit</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_0_15_0/openMSX-openmsx-0.15.0.apk">
0.15.0 / Android 4.1+ ARM (apk)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_19_1/openmsx-19.1.opk">
19.1 / OpenDingux (opk)</a></li>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_20_0/openmsx-20.0.tar.gz">
20.0 / Source code</a></li>
</ul>
<!--
<ul>
<li><a href="https://github.com/openMSX/openMSX/archive/master.zip">Git master snapshot</a></li>
</ul>
-->
<h2>Catapult</h2>
<p>(deprecated)</p>
<ul>
<li><a href="https://github.com/openMSX/openMSX/releases/download/RELEASE_19_0/openmsx-catapult-19.0.tar.gz">
19.0 / Source code</a></li>
</ul>
<!--
<ul>
<li><a href="https://github.com/openMSX/wxcatapult/archive/master.zip">Git master snapshot</a></li>
</ul>
-->
<h2>Debugger</h2>
<p>(deprecated)</p>
<ul>
<!--<li><a href="https://openmsx.dev/builds/windows/x64/debugger/openMSX_Debugger_x64_20201008.zip">
Snapshot / Win 64bit (zip)</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-win32-bin-snapshot.zip">
Snapshot / Win 32bit (MinGW build, zip)</a></li>
<li><a href="https://openmsx.dev/builds/mac/debugger/openMSX-debugger-469-g9b57b83-mac-x86_64.tbz">
Snapshot / macOS 64bit (tbz, requires separate Qt5 download)</a></li> -->
<li><a href="https://github.com/openMSX/debugger/archive/master.zip">
Snapshot / Source code (zip)</a></li>
<!--<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-latest-snapshot-windows-x86-vc-bin.zip">
Snapshot / Win 32bit (VC build, zip)</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-latest-snapshot-windows-x64-vc-bin.zip">
Snapshot / Win 64bit (VC build, zip)</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/Qt-4.4.3-x86.zip">
Qt libs / Win 32bit (zip)</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/Qt-4.4.3-x64.zip">
Qt libs / Win 64bit (zip)</a></li> -->
<li><a href="https://github.com/openMSX/debugger/releases/tag/nightly/">GitHub nightly builds</a></li>
</ul>
<h2>Development builds</h2>
<ul>
<li><a href="https://vampier.net/openMSX/">Vampier's Windows Builds</a></li>
<li><a href="https://github.com/openMSX/openMSX/actions/workflows/build_snapshots.yml?query=branch%3Amaster+">GitHub Actions Snapshot builds</a></li>
<!-- <li><a href="http://openmsx.fixato.net/">FiXato's openMSX Builder site</a></li> -->
</ul>
<!--
<ul>
<li><a href="#">Source</a></li>
</ul>
<ul>
<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-SVN-snapshot.tar.gz">SVN snapshot / Source code</a></li>
<li><a href="http://openmsx.sourceforge.net/temp/openmsx-debugger-win32-bin-snapshot.zip">SVN snapshot / Win32</a></li>
</ul>
-->
<!-- <p>Note: snapshots may be (very) outdated!</p> -->
</div>
</div>
<div id="openhub">
<h1>
<iframe src="https://www.openhub.net/p/5389/widgets/project_thin_badge.html" scrolling="no" marginHeight=0 marginWidth=0 style="height: 32px; width: 145px; border: none;"></iframe>
</h1>
</div>
<div id="styleswitcher">
<ul>
<li>
<a href="#"
onclick="setActiveStyleSheet('Keyboard'); return false;">
<img src="images/theme-keys.png"
alt="Theme: keys"></a></li>
<li>
<a href="#"
onclick="setActiveStyleSheet('Blue'); return false;">
<img src="images/theme-blue.png"
alt="Theme: blue"></a></li>
</ul>
</div>
</div>
<div id="content">
<h1>Screenshots</h1>
<h2>Scalers and Renderers</h2>
<div class="screenshot_thumbs">
<span class="thumb" id="thumb14">
<a href="screenshot_14.html">
<img src="images/screenshots/sbb-3d_thumb.png" alt="sbb-3d_thumb.png">
</a>
</span>
<span class="thumb" id="thumb15">
<a href="screenshot_15.html">
<img src="images/screenshots/scalers-mog_thumb.png" alt="scalers-mog_thumb.png">
</a>
</span>
<span class="thumb" id="thumb16">
<a href="screenshot_16.html">
<img src="images/screenshots/scalers-usas_thumb.png" alt="scalers-usas_thumb.png">
</a>
</span>
</div>
<h2>VDP Features</h2>
<div class="screenshot_thumbs">
<span class="thumb" id="thumb3">
<a href="screenshot_3.html">
<img src="images/screenshots/arkanoah_game_thumb.png" alt="arkanoah_game_thumb.png">
</a>
</span>
<span class="thumb" id="thumb21">
<a href="screenshot_21.html">
<img src="images/screenshots/ur1_thumb.png" alt="ur1_thumb.png">
</a>
</span>
<span class="thumb" id="thumb22">
<a href="screenshot_22.html">
<img src="images/screenshots/ur2_thumb.png" alt="ur2_thumb.png">
</a>
</span>
</div>
<h2>Graphics 9000</h2>
<div class="screenshot_thumbs">
<span class="thumb" id="thumb5">
<a href="screenshot_5.html">
<img src="images/screenshots/hispec_thumb.png" alt="hispec_thumb.png">
</a>
</span>
<span class="thumb" id="thumb9">
<a href="screenshot_9.html">
<img src="images/screenshots/magic_thumb.png" alt="magic_thumb.png">
</a>
</span>
<span class="thumb" id="thumb19">
<a href="screenshot_19.html">
<img src="images/screenshots/tb-underwater_thumb.png" alt="tb-underwater_thumb.png">
</a>
</span>
</div>
<h2>MSX turbo R</h2>
<div class="screenshot_thumbs">
<span class="thumb" id="thumb1">
<a href="screenshot_1.html">
<img src="images/screenshots/a1gt1_thumb.png" alt="a1gt1_thumb.png">
</a>
</span>
<span class="thumb" id="thumb2">
<a href="screenshot_2.html">
<img src="images/screenshots/a1gt2_thumb.png" alt="a1gt2_thumb.png">
</a>
</span>
<span class="thumb" id="thumb18">
<a href="screenshot_18.html">
<img src="images/screenshots/swissdemo_thumb.png" alt="swissdemo_thumb.png">
</a>
</span>
</div>
<h2>Palcom Laserdisc</h2>
<div class="screenshot_thumbs">
<span class="thumb" id="thumb6">
<a href="screenshot_6.html">
<img src="images/screenshots/badlands_thumb.png" alt="badlands_thumb.png">
</a>
</span>
<span class="thumb" id="thumb7">
<a href="screenshot_7.html">
<img src="images/screenshots/rollingblaster_thumb.png" alt="rollingblaster_thumb.png">
</a>
</span>
</div>
<h2>Special Machines and Extensions</h2>
<div class="screenshot_thumbs">
<span class="thumb" id="thumb4">
<a href="screenshot_4.html">
<img src="images/screenshots/fs4600f3_thumb.png" alt="fs4600f3_thumb.png">
</a>
</span>
<span class="thumb" id="thumb8">
<a href="screenshot_8.html">
<img src="images/screenshots/ide_thumb.png" alt="ide_thumb.png">
</a>
</span>
</div>
<h2>Emulator Extras</h2>
<div class="screenshot_thumbs">
<span class="thumb" id="thumb10">
<a href="screenshot_10.html">
<img src="images/screenshots/mlimit3_thumb.png" alt="mlimit3_thumb.png">
</a>
</span>
<span class="thumb" id="thumb23">
<a href="screenshot_23.html">
<img src="images/screenshots/cheatfinder_thumb.png" alt="cheatfinder_thumb.png">
</a>
</span>
</div>
</div>
</body>
</html>