-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtari 8bit CAS.html
400 lines (400 loc) · 126 KB
/
Atari 8bit CAS.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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<div id="topbar">
<link rel="stylesheet" type="text/css" href="style.css" />
<input type="text" id="filterInput" placeholder="Filter..."><span id="pocet"></span>
<input type="radio" name="thumbtype" id="Boxarts" value="Boxarts" onclick="boxarts()"><label for="Boxarts">Boxarts</label>
<input type="radio" name="thumbtype" id="Snaps" value="Snaps" checked onclick="snaps()"><label for="Snaps">Snaps</label>
<input type="radio" name="thumbtype" id="Titles" value="Titles" onclick="titles()"><label for="Titles">Titles</label>
<input type="radio" name="thumbtype" id="Logos" value="Logos" onclick="logos()"><label for="Logos">Logos</label>
<input type="radio" name="size" id="80px" value="80px" onclick="change80()"><label for="80px">80px</label>
<input type="radio" name="size" id="120px" value="120px" onclick="change120()"><label for="120px">120px</label>
<input type="radio" name="size" id="160px" value="160px" onclick="change160()" checked><label for="160px">160px</label>
<input type="radio" name="size" id="240px" value="240px" onclick="change240()"><label for="240px">240px</label>
<input type="radio" name="size" id="320px" value="320px" onclick="change320()"><label for="320px">320px</label>
<br />
<input type="checkbox" id="showHideAlfa"><label for="showHideAlfa">Alpha</label>
<input type="checkbox" id="showHideBeta"><label for="showHideBeta">Beta</label>
<input type="checkbox" id="showHideDemo"><label for="showHideDemo">Demo</label>
<input type="checkbox" id="showHideAftermarket"><label for="showHideAftermarket">Aftermarket</label>
<input type="checkbox" id="showHideProto" checked><label for="showHideProto">Proto</label>
<input type="checkbox" id="showHideUnl"><label for="showHideUnl">Unlicensed</label>
<input type="checkbox" id="showHideProgram" checked><label for="showHideProgram">Program</label>
<input type="checkbox" id="showHideAlt"><label for="showHideAlt">Alternate</label>
<input type="checkbox" id="showHidePirate"><label for="showHidePirate">Pirated</label>
<input type="checkbox" id="showHideBrackets"><label for="showHideBrackets">[a] [b] [a2]</label>
<p></div><br><div id="figureList"><br>
<style> figure { background-image: url('https://raw.githubusercontent.com/fabricecaruso/es-theme-carbon/master/art/consoles/atari800.png'); } </style>
<a href="../roms/Atari 8bit CAS/Ace of Aces (1987)(U.S. Gold)(GB)(Side A)[a].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ace of Aces (1987)(U.S. Gold)(GB)(Side A)[a].png"><figcaption>Ace of Aces (1987)(U.S. Gold)(GB)(Side A)[a]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Ace of Aces (1987)(U.S. Gold)(GB)(Side A).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ace of Aces (1987)(U.S. Gold)(GB)(Side A).png"><figcaption>Ace of Aces (1987)(U.S. Gold)(GB)(Side A)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Ace of Aces (1987)(U.S. Gold)(GB)(Side B)[b].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ace of Aces (1987)(U.S. Gold)(GB)(Side B)[b].png"><figcaption>Ace of Aces (1987)(U.S. Gold)(GB)(Side B)[b]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Ace of Aces (1987)(U.S. Gold)(GB)(Side B).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ace of Aces (1987)(U.S. Gold)(GB)(Side B).png"><figcaption>Ace of Aces (1987)(U.S. Gold)(GB)(Side B)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Acrobata (19xx)(Lindasoft)(IT)[p][RUN''C][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Acrobata (19xx)(Lindasoft)(IT)[p][RUN''C][BASIC].png"><figcaption>Acrobata (19xx)(Lindasoft)(IT)[p][RUN''C][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Action Biker (1986)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Action Biker (1986)(Mastertronic)(GB).png"><figcaption>Action Biker (1986)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Action Quest (1982)(JV Software)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Action Quest (1982)(JV Software)(US).png"><figcaption>Action Quest (1982)(JV Software)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Adventure No. 01 - Adventureland v3.9-416 (1981)(Adventure International)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Adventure No. 01 - Adventureland v3.9-416 (1981)(Adventure International)(US).png"><figcaption>Adventure No. 01 - Adventureland v3.9-416 (1981)(Adventure International)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Adventure No. 03 - Mission Impossible v3.9-306 (1981)(Adventure International)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Adventure No. 03 - Mission Impossible v3.9-306 (1981)(Adventure International)(US).png"><figcaption>Adventure No. 03 - Mission Impossible v3.9-306 (1981)(Adventure International)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Adventure No. 04 - Voodoo Castle (1984)(Adventure International)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Adventure No. 04 - Voodoo Castle (1984)(Adventure International)(GB).png"><figcaption>Adventure No. 04 - Voodoo Castle (1984)(Adventure International)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Adventure No. 05 - The Count (1984)(Adventure International)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Adventure No. 05 - The Count (1984)(Adventure International)(GB).png"><figcaption>Adventure No. 05 - The Count (1984)(Adventure International)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Adventure No. 08 - Pyramid of Doom v3.9-124 (1981)(Adventure International)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Adventure No. 08 - Pyramid of Doom v3.9-124 (1981)(Adventure International)(US).png"><figcaption>Adventure No. 08 - Pyramid of Doom v3.9-124 (1981)(Adventure International)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Adventures of Robin Hood, The (1984)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Adventures of Robin Hood, The (1984)(English Software)(GB).png"><figcaption>Adventures of Robin Hood, The (1984)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Adventure! (1980)(Creative Computing)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Adventure! (1980)(Creative Computing)(US)[CLOAD+RUN][BASIC].png"><figcaption>Adventure! (1980)(Creative Computing)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Air-Raid! (1982-10-01)(APX)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Air-Raid! (1982-10-01)(APX)(US).png"><figcaption>Air-Raid! (1982-10-01)(APX)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Air Rescue (1991)(Atlantis Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Air Rescue (1991)(Atlantis Software)(GB).png"><figcaption>Air Rescue (1991)(Atlantis Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Airstrike II (1983)(English Software)(GB)[a][16K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Airstrike II (1983)(English Software)(GB)[a][16K].png"><figcaption>Airstrike II (1983)(English Software)(GB)[a][16K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Airstrike II (1983)(English Software)(GB)[a][32K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Airstrike II (1983)(English Software)(GB)[a][32K].png"><figcaption>Airstrike II (1983)(English Software)(GB)[a][32K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Airstrike II (1983)(English Software)(GB)[16K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Airstrike II (1983)(English Software)(GB)[16K].png"><figcaption>Airstrike II (1983)(English Software)(GB)[16K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Airstrike II (1983)(English Software)(GB)[32K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Airstrike II (1983)(English Software)(GB)[32K].png"><figcaption>Airstrike II (1983)(English Software)(GB)[32K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Airwolf (1985)(Elite)(GB)[a][Blue Thunder re-release].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Airwolf (1985)(Elite)(GB)[a][Blue Thunder re-release].png"><figcaption>Airwolf (1985)(Elite)(GB)[a][Blue Thunder re-release]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Airwolf (1985)(Elite)(GB)[Blue Thunder re-release].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Airwolf (1985)(Elite)(GB)[Blue Thunder re-release].png"><figcaption>Airwolf (1985)(Elite)(GB)[Blue Thunder re-release]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Alchemia (1993)(Mirage)(PL).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Alchemia (1993)(Mirage)(PL).png"><figcaption>Alchemia (1993)(Mirage)(PL)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Alien Hell (1981)(Syncro)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Alien Hell (1981)(Syncro)(US)[CLOAD+RUN][BASIC].png"><figcaption>Alien Hell (1981)(Syncro)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Alley Cat (1986)(Americana Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Alley Cat (1986)(Americana Software)(GB).png"><figcaption>Alley Cat (1986)(Americana Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/All Star Baseball (1979)(Image Computer Products)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/All Star Baseball (1979)(Image Computer Products)(US)[CLOAD+RUN][BASIC].png"><figcaption>All Star Baseball (1979)(Image Computer Products)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Amaurote (1987)(Mastertronic)(GB)[a].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Amaurote (1987)(Mastertronic)(GB)[a].png"><figcaption>Amaurote (1987)(Mastertronic)(GB)[a]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Amaurote (1987)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Amaurote (1987)(Mastertronic)(GB).png"><figcaption>Amaurote (1987)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Angle Worms (1980)(Adventure International)(US)[BASIC][CLOAD+RUN].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Angle Worms (1980)(Adventure International)(US)[BASIC][CLOAD+RUN].png"><figcaption>Angle Worms (1980)(Adventure International)(US)[BASIC][CLOAD+RUN]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Arcade Fruit Machine (1990)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Arcade Fruit Machine (1990)(Zeppelin Games)(GB).png"><figcaption>Arcade Fruit Machine (1990)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Arex (1983)(Adventure International)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Arex (1983)(Adventure International)(US).png"><figcaption>Arex (1983)(Adventure International)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Archers, The (1986)(Mosaic Publishing)(GB)(Side A).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Archers, The (1986)(Mosaic Publishing)(GB)(Side A).png"><figcaption>Archers, The (1986)(Mosaic Publishing)(GB)(Side A)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Archers, The (1986)(Mosaic Publishing)(GB)(Side B).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Archers, The (1986)(Mosaic Publishing)(GB)(Side B).png"><figcaption>Archers, The (1986)(Mosaic Publishing)(GB)(Side B)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Asteroid Miners (1982)(MMG Micro Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Asteroid Miners (1982)(MMG Micro Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Asteroid Miners (1982)(MMG Micro Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Astro-Droid (1987)(Red Rat Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Astro-Droid (1987)(Red Rat Software)(GB).png"><figcaption>Astro-Droid (1987)(Red Rat Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Astron IV (1982)(Syncro)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Astron IV (1982)(Syncro)(US)[CLOAD+RUN][BASIC].png"><figcaption>Astron IV (1982)(Syncro)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Asylum (1983)(Screenplay)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Asylum (1983)(Screenplay)(GB).png"><figcaption>Asylum (1983)(Screenplay)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Attack at EP-CYG-4 (1982)(Bram)(US)(Side A)[OS-B].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Attack at EP-CYG-4 (1982)(Bram)(US)(Side A)[OS-B].png"><figcaption>Attack at EP-CYG-4 (1982)(Bram)(US)(Side A)[OS-B]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Attack at EP-CYG-4 (1982)(Bram)(US)(Side B)[OS-B].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Attack at EP-CYG-4 (1982)(Bram)(US)(Side B)[OS-B].png"><figcaption>Attack at EP-CYG-4 (1982)(Bram)(US)(Side B)[OS-B]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Attack of the Mutant Camels (1984)(Llamasoft)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Attack of the Mutant Camels (1984)(Llamasoft)(GB).png"><figcaption>Attack of the Mutant Camels (1984)(Llamasoft)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Attank! (1981)(APX)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Attank! (1981)(APX)(US)[CLOAD+RUN][BASIC].png"><figcaption>Attank! (1981)(APX)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Avalanche (1980)(APX)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Avalanche (1980)(APX)(US).png"><figcaption>Avalanche (1980)(APX)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Aztec Challenge (1982)(Cosmi)(US)[OS-B].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Aztec Challenge (1982)(Cosmi)(US)[OS-B].png"><figcaption>Aztec Challenge (1982)(Cosmi)(US)[OS-B]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Aztec Challenge (1983)(Cosmi)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Aztec Challenge (1983)(Cosmi)(US).png"><figcaption>Aztec Challenge (1983)(Cosmi)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Aztec (1986)(Databyte)(GB)[a].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Aztec (1986)(Databyte)(GB)[a].png"><figcaption>Aztec (1986)(Databyte)(GB)[a]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Aztec (1986)(Databyte)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Aztec (1986)(Databyte)(GB).png"><figcaption>Aztec (1986)(Databyte)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Babel (1981)(APX)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Babel (1981)(APX)(US)[CLOAD+RUN][BASIC].png"><figcaption>Babel (1981)(APX)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Backgammon (19xx)(Dynacomp)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Backgammon (19xx)(Dynacomp)(US)[CLOAD+RUN][BASIC].png"><figcaption>Backgammon (19xx)(Dynacomp)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bagels Supreme (19xx)(JMH Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bagels Supreme (19xx)(JMH Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Bagels Supreme (19xx)(JMH Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Ballblazer (1985)(Activision)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ballblazer (1985)(Activision)(GB).png"><figcaption>Ballblazer (1985)(Activision)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Baseball (1979)(Sears)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Baseball (1979)(Sears)(US)[CLOAD+RUN][BASIC].png"><figcaption>Baseball (1979)(Sears)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Basil the Great Mouse Detective (1987)(Gremlin Graphics)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Basil the Great Mouse Detective (1987)(Gremlin Graphics)(GB).png"><figcaption>Basil the Great Mouse Detective (1987)(Gremlin Graphics)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Basil the Great Mouse Detective (1987)(Gremlin Graphics)(GB)(Side A).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Basil the Great Mouse Detective (1987)(Gremlin Graphics)(GB)(Side A).png"><figcaption>Basil the Great Mouse Detective (1987)(Gremlin Graphics)(GB)(Side A)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Basil the Great Mouse Detective (1987)(Gremlin Graphics)(GB)(Side B).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Basil the Great Mouse Detective (1987)(Gremlin Graphics)(GB)(Side B).png"><figcaption>Basil the Great Mouse Detective (1987)(Gremlin Graphics)(GB)(Side B)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Battalion Commander (1986)(U.S. Gold)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Battalion Commander (1986)(U.S. Gold)(GB).png"><figcaption>Battalion Commander (1986)(U.S. Gold)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Batty Builders (1983)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Batty Builders (1983)(English Software)(GB).png"><figcaption>Batty Builders (1983)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Beer Belly Burt's Brew Biz (1986)(Americana)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Beer Belly Burt's Brew Biz (1986)(Americana)(GB).png"><figcaption>Beer Belly Burt's Brew Biz (1986)(Americana)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bertyx (1992)(Mirage)(PL)(Side A).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bertyx (1992)(Mirage)(PL)(Side A).png"><figcaption>Bertyx (1992)(Mirage)(PL)(Side A)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bertyx (1992)(Mirage)(PL)(Side B).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bertyx (1992)(Mirage)(PL)(Side B).png"><figcaption>Bertyx (1992)(Mirage)(PL)(Side B)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Biorhythm (1980)(Atari)(US)[CLOAD+RUN][BASIC][16K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Biorhythm (1980)(Atari)(US)[CLOAD+RUN][BASIC][16K].png"><figcaption>Biorhythm (1980)(Atari)(US)[CLOAD+RUN][BASIC][16K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Biorhythm (1980)(Atari)(US)[CLOAD+RUN][BASIC][8K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Biorhythm (1980)(Atari)(US)[CLOAD+RUN][BASIC][8K].png"><figcaption>Biorhythm (1980)(Atari)(US)[CLOAD+RUN][BASIC][8K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Blackjack (1980)(Atari)(US)(Side A)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Blackjack (1980)(Atari)(US)(Side A)[CLOAD+RUN][BASIC].png"><figcaption>Blackjack (1980)(Atari)(US)(Side A)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Blackjack (1980)(Atari)(US)(Side B)[BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Blackjack (1980)(Atari)(US)(Side B)[BASIC].png"><figcaption>Blackjack (1980)(Atari)(US)(Side B)[BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Black Lamp (1989)(Atari)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Black Lamp (1989)(Atari)(GB).png"><figcaption>Black Lamp (1989)(Atari)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Black Out (1984)(Europa Computer Club)(DE)[BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Black Out (1984)(Europa Computer Club)(DE)[BASIC].png"><figcaption>Black Out (1984)(Europa Computer Club)(DE)[BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Blinky's Scary School (1990)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Blinky's Scary School (1990)(Zeppelin Games)(GB).png"><figcaption>Blinky's Scary School (1990)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Blue Max (1983)(Synapse Software)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Blue Max (1983)(Synapse Software)(US).png"><figcaption>Blue Max (1983)(Synapse Software)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Blue Max (1984)(SynSoft)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Blue Max (1984)(SynSoft)(GB).png"><figcaption>Blue Max (1984)(SynSoft)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Blue Max - 2001 (1984)(SynSoft)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Blue Max - 2001 (1984)(SynSoft)(GB).png"><figcaption>Blue Max - 2001 (1984)(SynSoft)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Blue Thunder (1984)(Richard Wilcox Software)(GB)[16K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Blue Thunder (1984)(Richard Wilcox Software)(GB)[16K].png"><figcaption>Blue Thunder (1984)(Richard Wilcox Software)(GB)[16K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Blue Thunder (1984)(Richard Wilcox Software)(GB)[48K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Blue Thunder (1984)(Richard Wilcox Software)(GB)[48K].png"><figcaption>Blue Thunder (1984)(Richard Wilcox Software)(GB)[48K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/BMX Simulator (1986)(Code Masters)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/BMX Simulator (1986)(Code Masters)(GB).png"><figcaption>BMX Simulator (1986)(Code Masters)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bombastic! (1983)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bombastic! (1983)(English Software)(GB).png"><figcaption>Bombastic! (1983)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bomb Fusion (1989)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bomb Fusion (1989)(Mastertronic)(GB).png"><figcaption>Bomb Fusion (1989)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bomb Hunter (1982)(Channel 8 Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bomb Hunter (1982)(Channel 8 Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Bomb Hunter (1982)(Channel 8 Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bonifac (1991)(Petulka Software)(CZ)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bonifac (1991)(Petulka Software)(CZ)[CLOAD+RUN][BASIC].png"><figcaption>Bonifac (1991)(Petulka Software)(CZ)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bookshelf (1981)(JMH Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bookshelf (1981)(JMH Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Bookshelf (1981)(JMH Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Boulder Dash II (1985)(Databyte)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Boulder Dash II (1985)(Databyte)(GB).png"><figcaption>Boulder Dash II (1985)(Databyte)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Boulder Dash II (1987)(Prism Leisure)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Boulder Dash II (1987)(Prism Leisure)(GB).png"><figcaption>Boulder Dash II (1987)(Prism Leisure)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Boulder Dash 3 (1984)(First Star Software)(US)[cr Mapasoft][h Piotr].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Boulder Dash 3 (1984)(First Star Software)(US)[cr Mapasoft][h Piotr].png"><figcaption>Boulder Dash 3 (1984)(First Star Software)(US)[cr Mapasoft][h Piotr]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bounty Bob Strikes Back! (198x)(Aackosoft)(PAL)(NL)(en)[64K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bounty Bob Strikes Back! (198x)(Aackosoft)(PAL)(NL)(en)[64K].png"><figcaption>Bounty Bob Strikes Back! (198x)(Aackosoft)(PAL)(NL)(en)[64K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bounty Bob Strikes Back! (1985)(U.S. Gold)(PAL)(GB)[64K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bounty Bob Strikes Back! (1985)(U.S. Gold)(PAL)(GB)[64K].png"><figcaption>Bounty Bob Strikes Back! (1985)(U.S. Gold)(PAL)(GB)[64K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bowling I (1981)(PDI)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bowling I (1981)(PDI)(US)[CLOAD+RUN][BASIC].png"><figcaption>Bowling I (1981)(PDI)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bridge Crosser (19xx)(PI Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bridge Crosser (19xx)(PI Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Bridge Crosser (19xx)(PI Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bridge v2.0 (1982)(Artworx)(US)[BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bridge v2.0 (1982)(Artworx)(US)[BASIC].png"><figcaption>Bridge v2.0 (1982)(Artworx)(US)[BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bruce Lee (1984)(Datasoft)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bruce Lee (1984)(Datasoft)(US).png"><figcaption>Bruce Lee (1984)(Datasoft)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bubble Trouble (1986)(Players)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bubble Trouble (1986)(Players)(GB).png"><figcaption>Bubble Trouble (1986)(Players)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Bumper Pool (1981)(APX)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Bumper Pool (1981)(APX)(US)[CLOAD+RUN][BASIC].png"><figcaption>Bumper Pool (1981)(APX)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/B-1 Nuclear Bomber (1981)(Avalon Hill)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/B-1 Nuclear Bomber (1981)(Avalon Hill)(US)[CLOAD+RUN][BASIC].png"><figcaption>B-1 Nuclear Bomber (1981)(Avalon Hill)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/California Run (1988)(Alternative Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/California Run (1988)(Alternative Software)(GB).png"><figcaption>California Run (1988)(Alternative Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Can't Quit (1983)(APX)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Can't Quit (1983)(APX)(US)[CLOAD+RUN][BASIC].png"><figcaption>Can't Quit (1983)(APX)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Can't Quit (1983)(APX)(US)[f APE][CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Can't Quit (1983)(APX)(US)[f APE][CLOAD+RUN][BASIC].png"><figcaption>Can't Quit (1983)(APX)(US)[f APE][CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Canyon Climber (1982)(Datasoft)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Canyon Climber (1982)(Datasoft)(US).png"><figcaption>Canyon Climber (1982)(Datasoft)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Captain Cosmo (1982)(Nexa Corporation)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Captain Cosmo (1982)(Nexa Corporation)(US).png"><figcaption>Captain Cosmo (1982)(Nexa Corporation)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Captain Sticky's Gold (1983)(English Software)(GB)[16K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Captain Sticky's Gold (1983)(English Software)(GB)[16K].png"><figcaption>Captain Sticky's Gold (1983)(English Software)(GB)[16K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Captain Sticky's Gold (1983)(English Software)(GB)[32K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Captain Sticky's Gold (1983)(English Software)(GB)[32K].png"><figcaption>Captain Sticky's Gold (1983)(English Software)(GB)[32K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Casino Blackjack Counter (1981)(Manhattan Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Casino Blackjack Counter (1981)(Manhattan Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Casino Blackjack Counter (1981)(Manhattan Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Castle Assault (1986)(Blue Ribbon Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Castle Assault (1986)(Blue Ribbon Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Castle Assault (1986)(Blue Ribbon Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Castle Top (1987)(Alternative Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Castle Top (1987)(Alternative Software)(GB).png"><figcaption>Castle Top (1987)(Alternative Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cavern Commander (1984)(Scorpio Gamesworld)(GB)[16K][RUN''C][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cavern Commander (1984)(Scorpio Gamesworld)(GB)[16K][RUN''C][BASIC].png"><figcaption>Cavern Commander (1984)(Scorpio Gamesworld)(GB)[16K][RUN''C][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cavern Commander (1984)(Scorpio Gamesworld)(GB)[32K][RUN''C][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cavern Commander (1984)(Scorpio Gamesworld)(GB)[32K][RUN''C][BASIC].png"><figcaption>Cavern Commander (1984)(Scorpio Gamesworld)(GB)[32K][RUN''C][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cavernia (1990)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cavernia (1990)(Zeppelin Games)(GB).png"><figcaption>Cavernia (1990)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Caverns of Eriban (1986)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Caverns of Eriban (1986)(Firebird)(GB).png"><figcaption>Caverns of Eriban (1986)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Caverns of Mars (1981)(APX)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Caverns of Mars (1981)(APX)(US).png"><figcaption>Caverns of Mars (1981)(APX)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cells and Serpents (1983)(ASP Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cells and Serpents (1983)(ASP Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Cells and Serpents (1983)(ASP Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Centipede (1982)(Atari)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Centipede (1982)(Atari)(US).png"><figcaption>Centipede (1982)(Atari)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Centurion (1981)(APX)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Centurion (1981)(APX)(US)[CLOAD+RUN][BASIC].png"><figcaption>Centurion (1981)(APX)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Citadel Warrior (1983)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Citadel Warrior (1983)(English Software)(GB).png"><figcaption>Citadel Warrior (1983)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cloak of Death (19xx)(Bug-Byte)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cloak of Death (19xx)(Bug-Byte)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Cloak of Death (19xx)(Bug-Byte)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Codecracker (19xx)(APX)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Codecracker (19xx)(APX)(US)[CLOAD+RUN][BASIC].png"><figcaption>Codecracker (19xx)(APX)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Code-Woord (1985)(Wolters Software)(NL).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Code-Woord (1985)(Wolters Software)(NL).png"><figcaption>Code-Woord (1985)(Wolters Software)(NL)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Collapse (1985)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Collapse (1985)(Firebird)(GB).png"><figcaption>Collapse (1985)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Colony (1987)(Bulldog Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Colony (1987)(Bulldog Software)(GB).png"><figcaption>Colony (1987)(Bulldog Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Colony 7 (1983)(System 3 Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Colony 7 (1983)(System 3 Software)(GB).png"><figcaption>Colony 7 (1983)(System 3 Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Colossus Chess 4.0 (1987)(CDS Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Colossus Chess 4.0 (1987)(CDS Software)(GB).png"><figcaption>Colossus Chess 4.0 (1987)(CDS Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Comet Game, The (1986)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Comet Game, The (1986)(Firebird)(GB).png"><figcaption>Comet Game, The (1986)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Computer Baseball Strategy (1982)(Avalon Hill)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Computer Baseball Strategy (1982)(Avalon Hill)(US).png"><figcaption>Computer Baseball Strategy (1982)(Avalon Hill)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Computer Cube (1983)(Page 6 Magazine)(GB)(PD)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Computer Cube (1983)(Page 6 Magazine)(GB)(PD)[CLOAD+RUN][BASIC].png"><figcaption>Computer Cube (1983)(Page 6 Magazine)(GB)(PD)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Computer Stocks and Bonds (1982)(Avalon Hill)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Computer Stocks and Bonds (1982)(Avalon Hill)(US)[CLOAD+RUN][BASIC].png"><figcaption>Computer Stocks and Bonds (1982)(Avalon Hill)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Computer War (1986)(Sparklers)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Computer War (1986)(Sparklers)(GB).png"><figcaption>Computer War (1986)(Sparklers)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Concentration (1983)(Stack Computer Services)(GB)[req light pen][CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Concentration (1983)(Stack Computer Services)(GB)[req light pen][CLOAD+RUN][BASIC].png"><figcaption>Concentration (1983)(Stack Computer Services)(GB)[req light pen][CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Convicts, The (1990)(Domain Software)(PL).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Convicts, The (1990)(Domain Software)(PL).png"><figcaption>Convicts, The (1990)(Domain Software)(PL)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cops 'n' Robbers (1988)(Atlantis Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cops 'n' Robbers (1988)(Atlantis Software)(GB).png"><figcaption>Cops 'n' Robbers (1988)(Atlantis Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cosmic Pirate (1989)(Byte Back)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cosmic Pirate (1989)(Byte Back)(GB).png"><figcaption>Cosmic Pirate (1989)(Byte Back)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cosmic (19xx)(-).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cosmic (19xx)(-).png"><figcaption>Cosmic (19xx)(-)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Count Dracula (19xx)(Pelican Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Count Dracula (19xx)(Pelican Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Count Dracula (19xx)(Pelican Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crack-Up! (1989)(Atlantis Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crack-Up! (1989)(Atlantis Software)(GB).png"><figcaption>Crack-Up! (1989)(Atlantis Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crazy Cobra (1986)(Illusion Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crazy Cobra (1986)(Illusion Software)(GB).png"><figcaption>Crazy Cobra (1986)(Illusion Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cribbage (1980)(THESIS)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cribbage (1980)(THESIS)(US)[CLOAD+RUN][BASIC].png"><figcaption>Cribbage (1980)(THESIS)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crossfire (1981)(Sierra On-Line)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crossfire (1981)(Sierra On-Line)(US).png"><figcaption>Crossfire (1981)(Sierra On-Line)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crush, Crumble and Chomp! (1981)(Epyx)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crush, Crumble and Chomp! (1981)(Epyx)(US)[CLOAD+RUN][BASIC].png"><figcaption>Crush, Crumble and Chomp! (1981)(Epyx)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crush, Crumble and Chomp! (1981)(Epyx)(US)(Side A)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crush, Crumble and Chomp! (1981)(Epyx)(US)(Side A)[CLOAD+RUN][BASIC].png"><figcaption>Crush, Crumble and Chomp! (1981)(Epyx)(US)(Side A)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crush, Crumble and Chomp! (1981)(Epyx)(US)(Side B)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crush, Crumble and Chomp! (1981)(Epyx)(US)(Side B)[CLOAD+RUN][BASIC].png"><figcaption>Crush, Crumble and Chomp! (1981)(Epyx)(US)(Side B)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crypts of Plumbous, The (1982)(Cosmi)(US)[a].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crypts of Plumbous, The (1982)(Cosmi)(US)[a].png"><figcaption>Crypts of Plumbous, The (1982)(Cosmi)(US)[a]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crypts of Plumbous, The (1982)(Cosmi)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crypts of Plumbous, The (1982)(Cosmi)(US).png"><figcaption>Crypts of Plumbous, The (1982)(Cosmi)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crypts of Terror (1981)(Inhome Software)(CA)[pw MAGIC][CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crypts of Terror (1981)(Inhome Software)(CA)[pw MAGIC][CLOAD+RUN][BASIC].png"><figcaption>Crypts of Terror (1981)(Inhome Software)(CA)[pw MAGIC][CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crystal Castles (1984)(Atari)(US)(proto).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crystal Castles (1984)(Atari)(US)(proto).png"><figcaption>Crystal Castles (1984)(Atari)(US)(proto)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Crystal Raider (1986)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Crystal Raider (1986)(Mastertronic)(GB).png"><figcaption>Crystal Raider (1986)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cubemeister (1982)(Syzygy Microware of Texas)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cubemeister (1982)(Syzygy Microware of Texas)(US)[CLOAD+RUN][BASIC].png"><figcaption>Cubemeister (1982)(Syzygy Microware of Texas)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cuthbert Goes Walkabout (1984)(Microdeal)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cuthbert Goes Walkabout (1984)(Microdeal)(GB).png"><figcaption>Cuthbert Goes Walkabout (1984)(Microdeal)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cygnus Senese (19xx)(Aim Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cygnus Senese (19xx)(Aim Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Cygnus Senese (19xx)(Aim Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cygnus X1 (1989)(Atari)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cygnus X1 (1989)(Atari)(GB).png"><figcaption>Cygnus X1 (1989)(Atari)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Cypher Bowl (1981)(ArtSci)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Cypher Bowl (1981)(ArtSci)(US).png"><figcaption>Cypher Bowl (1981)(ArtSci)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dagobar (1992)(L.K. Avalon)(PL).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dagobar (1992)(L.K. Avalon)(PL).png"><figcaption>Dagobar (1992)(L.K. Avalon)(PL)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dambusters (1984)(NDSL)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dambusters (1984)(NDSL)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Dambusters (1984)(NDSL)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dampfmaschine (1985)(Europa Computer Club)(DE)(Side A)[Side B C64][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dampfmaschine (1985)(Europa Computer Club)(DE)(Side A)[Side B C64][BASIC].png"><figcaption>Dampfmaschine (1985)(Europa Computer Club)(DE)(Side A)[Side B C64][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Danger Ranger (1984)(Microdeal)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Danger Ranger (1984)(Microdeal)(GB).png"><figcaption>Danger Ranger (1984)(Microdeal)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dan Strikes Back (1984)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dan Strikes Back (1984)(English Software)(GB).png"><figcaption>Dan Strikes Back (1984)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Darg (1987)(STV Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Darg (1987)(STV Software)(GB).png"><figcaption>Darg (1987)(STV Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dark Dreams (19xx)(Petulka Software)(CZ)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dark Dreams (19xx)(Petulka Software)(CZ)[CLOAD+RUN][BASIC].png"><figcaption>Dark Dreams (19xx)(Petulka Software)(CZ)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Darts (1986)(Blue Ribbon Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Darts (1986)(Blue Ribbon Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Darts (1986)(Blue Ribbon Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dawn Raider (1988)(Atlantis Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dawn Raider (1988)(Atlantis Software)(GB).png"><figcaption>Dawn Raider (1988)(Atlantis Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Daylight Robbery (1988)(Atlantis Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Daylight Robbery (1988)(Atlantis Software)(GB).png"><figcaption>Daylight Robbery (1988)(Atlantis Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Death Race (1987)(Atlantis Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Death Race (1987)(Atlantis Software)(GB).png"><figcaption>Death Race (1987)(Atlantis Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Decathlon (198x)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Decathlon (198x)(Firebird)(GB).png"><figcaption>Decathlon (198x)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Defensor (1995)(StanBit)(PL).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Defensor (1995)(StanBit)(PL).png"><figcaption>Defensor (1995)(StanBit)(PL)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Despatch Rider (1986)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Despatch Rider (1986)(Mastertronic)(GB).png"><figcaption>Despatch Rider (1986)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Detective (1983)(ASP Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Detective (1983)(ASP Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Detective (1983)(ASP Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Diamond Mine (1985)(Blue Ribbon Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Diamond Mine (1985)(Blue Ribbon Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Diamond Mine (1985)(Blue Ribbon Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Diamonds (1983)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Diamonds (1983)(English Software)(GB).png"><figcaption>Diamonds (1983)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dig Dug (1985)(U.S. Gold)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dig Dug (1985)(U.S. Gold)(GB).png"><figcaption>Dig Dug (1985)(U.S. Gold)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dimension X (1986)(Americana Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dimension X (1986)(Americana Software)(GB).png"><figcaption>Dimension X (1986)(Americana Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dizzy Dice (1987)(Players)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dizzy Dice (1987)(Players)(GB).png"><figcaption>Dizzy Dice (1987)(Players)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Domain of the Undead (1986)(Red Rat Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Domain of the Undead (1986)(Red Rat Software)(GB).png"><figcaption>Domain of the Undead (1986)(Red Rat Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Draconus (1988)(Cognito)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Draconus (1988)(Cognito)(GB).png"><figcaption>Draconus (1988)(Cognito)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dragon Defense (1983)(K-Tek Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dragon Defense (1983)(K-Tek Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Dragon Defense (1983)(K-Tek Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Draughts (1983)(Stack Computer Services)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Draughts (1983)(Stack Computer Services)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Draughts (1983)(Stack Computer Services)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dreadnought (1990)(Byte Back)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dreadnought (1990)(Byte Back)(GB).png"><figcaption>Dreadnought (1990)(Byte Back)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dropzone (1984)(U.S. Gold)(GB)[h Hacki].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dropzone (1984)(U.S. Gold)(GB)[h Hacki].png"><figcaption>Dropzone (1984)(U.S. Gold)(GB)[h Hacki]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dropzone (1986)(Americana Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dropzone (1986)(Americana Software)(GB).png"><figcaption>Dropzone (1986)(Americana Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Druid (1987)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Druid (1987)(Firebird)(GB).png"><figcaption>Druid (1987)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Duellin' Droid (1984)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Duellin' Droid (1984)(English Software)(GB).png"><figcaption>Duellin' Droid (1984)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dunjonquest - Temple of Apshai (1982)(Epyx)(US)(Side A)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dunjonquest - Temple of Apshai (1982)(Epyx)(US)(Side A)[CLOAD+RUN][BASIC].png"><figcaption>Dunjonquest - Temple of Apshai (1982)(Epyx)(US)(Side A)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dunjonquest - Temple of Apshai (1982)(Epyx)(US)(Side B)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dunjonquest - Temple of Apshai (1982)(Epyx)(US)(Side B)[CLOAD+RUN][BASIC].png"><figcaption>Dunjonquest - Temple of Apshai (1982)(Epyx)(US)(Side B)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Dunjonquest - The Datestones of Ryn (1981)(Epyx)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Dunjonquest - The Datestones of Ryn (1981)(Epyx)(US)[CLOAD+RUN][BASIC].png"><figcaption>Dunjonquest - The Datestones of Ryn (1981)(Epyx)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/E Factor, The (1983)(Cosmi)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/E Factor, The (1983)(Cosmi)(US).png"><figcaption>E Factor, The (1983)(Cosmi)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Electric Starfish (198x)(A1)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Electric Starfish (198x)(A1)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Electric Starfish (198x)(A1)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Electric Starfish (198x)(Calisto Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Electric Starfish (198x)(Calisto Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Electric Starfish (198x)(Calisto Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Elephant's Graveyard (1984)(Atari Computing)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Elephant's Graveyard (1984)(Atari Computing)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Elephant's Graveyard (1984)(Atari Computing)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Encounter at Questar IV (1981)(Artworx)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Encounter at Questar IV (1981)(Artworx)(US)[CLOAD+RUN][BASIC].png"><figcaption>Encounter at Questar IV (1981)(Artworx)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Encounter! (198x)(Atlantis Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Encounter! (198x)(Atlantis Software)(GB).png"><figcaption>Encounter! (198x)(Atlantis Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Encounter! (1984)(Novagen Software)(GB)[16K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Encounter! (1984)(Novagen Software)(GB)[16K].png"><figcaption>Encounter! (1984)(Novagen Software)(GB)[16K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Encounter! (1984)(Novagen Software)(GB)[32K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Encounter! (1984)(Novagen Software)(GB)[32K].png"><figcaption>Encounter! (1984)(Novagen Software)(GB)[32K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Energy Czar (1980)(Atari)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Energy Czar (1980)(Atari)(US)[CLOAD+RUN][BASIC].png"><figcaption>Energy Czar (1980)(Atari)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Escape from Doomworld (1986)(Red Rat Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Escape from Doomworld (1986)(Red Rat Software)(GB).png"><figcaption>Escape from Doomworld (1986)(Red Rat Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Escape from Doomworld (1990)(Byte Back)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Escape from Doomworld (1990)(Byte Back)(GB).png"><figcaption>Escape from Doomworld (1990)(Byte Back)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Escape from Perilous (1983)(English Software)(GB)[RUN''C;''][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Escape from Perilous (1983)(English Software)(GB)[RUN''C;''][BASIC].png"><figcaption>Escape from Perilous (1983)(English Software)(GB)[RUN''C;''][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Escape from Traam (1986)(A1 299 Series)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Escape from Traam (1986)(A1 299 Series)(GB).png"><figcaption>Escape from Traam (1986)(A1 299 Series)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/European Scene Jigsaw Puzzles Volume 1 (1981)(Thorn EMI)(GB)(Side A).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/European Scene Jigsaw Puzzles Volume 1 (1981)(Thorn EMI)(GB)(Side A).png"><figcaption>European Scene Jigsaw Puzzles Volume 1 (1981)(Thorn EMI)(GB)(Side A)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/European Scene Jigsaw Puzzles Volume 1 (1981)(Thorn EMI)(GB)(Side B).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/European Scene Jigsaw Puzzles Volume 1 (1981)(Thorn EMI)(GB)(Side B).png"><figcaption>European Scene Jigsaw Puzzles Volume 1 (1981)(Thorn EMI)(GB)(Side B)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/European Scene Jigsaw Puzzles Volume 2 (1981)(Thorn EMI)(NTSC)(GB)(Side A).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/European Scene Jigsaw Puzzles Volume 2 (1981)(Thorn EMI)(NTSC)(GB)(Side A).png"><figcaption>European Scene Jigsaw Puzzles Volume 2 (1981)(Thorn EMI)(NTSC)(GB)(Side A)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/European Scene Jigsaw Puzzles Volume 2 (1981)(Thorn EMI)(NTSC)(GB)(Side B).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/European Scene Jigsaw Puzzles Volume 2 (1981)(Thorn EMI)(NTSC)(GB)(Side B).png"><figcaption>European Scene Jigsaw Puzzles Volume 2 (1981)(Thorn EMI)(NTSC)(GB)(Side B)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Exploding Wall (1989)(Byte Back)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Exploding Wall (1989)(Byte Back)(GB).png"><figcaption>Exploding Wall (1989)(Byte Back)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Extirpator!, The (1988)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Extirpator!, The (1988)(Firebird)(GB).png"><figcaption>Extirpator!, The (1988)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Fall of Rome, The (1984)(ASP Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Fall of Rome, The (1984)(ASP Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Fall of Rome, The (1984)(ASP Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Fantastic Soccer (1989)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Fantastic Soccer (1989)(Zeppelin Games)(GB).png"><figcaption>Fantastic Soccer (1989)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Farao (1995)(Datri Software)(CZ)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Farao (1995)(Datri Software)(CZ)[CLOAD+RUN][BASIC].png"><figcaption>Farao (1995)(Datri Software)(CZ)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Fidget (1986)(Americana)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Fidget (1986)(Americana)(GB).png"><figcaption>Fidget (1986)(Americana)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Firefleet (1983)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Firefleet (1983)(English Software)(GB).png"><figcaption>Firefleet (1983)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Fleet (19xx)(Programma International)(US)[OS-B][CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Fleet (19xx)(Programma International)(US)[OS-B][CLOAD+RUN][BASIC].png"><figcaption>Fleet (19xx)(Programma International)(US)[OS-B][CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Flip (1984)(Atari Computing)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Flip (1984)(Atari Computing)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Flip (1984)(Atari Computing)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Floyd of the Jungle (1982)(MicroProse Software)(US)[OS-B][CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Floyd of the Jungle (1982)(MicroProse Software)(US)[OS-B][CLOAD+RUN][BASIC].png"><figcaption>Floyd of the Jungle (1982)(MicroProse Software)(US)[OS-B][CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Flying Ace (1982)(Avalon Hill)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Flying Ace (1982)(Avalon Hill)(US).png"><figcaption>Flying Ace (1982)(Avalon Hill)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Folly of Ezrhar'd Kkhann!, The (1983)(UKACOC)(GB)(PD)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Folly of Ezrhar'd Kkhann!, The (1983)(UKACOC)(GB)(PD)[CLOAD+RUN][BASIC].png"><figcaption>Folly of Ezrhar'd Kkhann!, The (1983)(UKACOC)(GB)(PD)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Footballer of the Year (1986)(Gremlin Graphics)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Footballer of the Year (1986)(Gremlin Graphics)(GB).png"><figcaption>Footballer of the Year (1986)(Gremlin Graphics)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Football Manager (1985)(Addictive Games)(GB)[RUN''C][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Football Manager (1985)(Addictive Games)(GB)[RUN''C][BASIC].png"><figcaption>Football Manager (1985)(Addictive Games)(GB)[RUN''C][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Forbidden Forest (1983)(Cosmi)(US)[a].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Forbidden Forest (1983)(Cosmi)(US)[a].png"><figcaption>Forbidden Forest (1983)(Cosmi)(US)[a]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Forbidden Forest (1983)(Cosmi)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Forbidden Forest (1983)(Cosmi)(US).png"><figcaption>Forbidden Forest (1983)(Cosmi)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Forest Fire! Two (1982)(Artworx)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Forest Fire! Two (1982)(Artworx)(US)[CLOAD+RUN][BASIC].png"><figcaption>Forest Fire! Two (1982)(Artworx)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Fort Apocalypse (1984)(SynSoft)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Fort Apocalypse (1984)(SynSoft)(GB).png"><figcaption>Fort Apocalypse (1984)(SynSoft)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Fotbalovy Trener 3 (1994)(Datri Software)(CZ)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Fotbalovy Trener 3 (1994)(Datri Software)(CZ)[CLOAD+RUN][BASIC].png"><figcaption>Fotbalovy Trener 3 (1994)(Datri Software)(CZ)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Freaky Factory (1986)(Red Rat Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Freaky Factory (1986)(Red Rat Software)(GB).png"><figcaption>Freaky Factory (1986)(Red Rat Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Frenesis (1987)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Frenesis (1987)(Mastertronic)(GB).png"><figcaption>Frenesis (1987)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Frogger v1 (1982)(Sierra On-Line)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Frogger v1 (1982)(Sierra On-Line)(US).png"><figcaption>Frogger v1 (1982)(Sierra On-Line)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Fruit Machine Simulator (1989)(Code Masters)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Fruit Machine Simulator (1989)(Code Masters)(GB).png"><figcaption>Fruit Machine Simulator (1989)(Code Masters)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Fruit Pickin' (19xx)(PF Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Fruit Pickin' (19xx)(PF Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Fruit Pickin' (19xx)(PF Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Fruit Salad (19xx)(PF Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Fruit Salad (19xx)(PF Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Fruit Salad (19xx)(PF Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Galactic Empire (1981)(Adventure International)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Galactic Empire (1981)(Adventure International)(US)[CLOAD+RUN][BASIC].png"><figcaption>Galactic Empire (1981)(Adventure International)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Galactic Chase (1981)(Spectrum Computers)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Galactic Chase (1981)(Spectrum Computers)(US).png"><figcaption>Galactic Chase (1981)(Spectrum Computers)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Galactic Trader (1981)(Adventure International)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Galactic Trader (1981)(Adventure International)(US)[CLOAD+RUN][BASIC].png"><figcaption>Galactic Trader (1981)(Adventure International)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Galaxy (19xx)(Avalon Hill)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Galaxy (19xx)(Avalon Hill)(US)[CLOAD+RUN][BASIC].png"><figcaption>Galaxy (19xx)(Avalon Hill)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Gallery of Death (1983)(ASP Software)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Gallery of Death (1983)(ASP Software)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Gallery of Death (1983)(ASP Software)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Gangstersville (1987)(Lindasoft)(IT)[RUN''C][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Gangstersville (1987)(Lindasoft)(IT)[RUN''C][BASIC].png"><figcaption>Gangstersville (1987)(Lindasoft)(IT)[RUN''C][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Gauntlet (1985)(U.S. Gold)(GB)(Side A).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Gauntlet (1985)(U.S. Gold)(GB)(Side A).png"><figcaption>Gauntlet (1985)(U.S. Gold)(GB)(Side A)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Gauntlet (1985)(U.S. Gold)(GB)(Side B).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Gauntlet (1985)(U.S. Gold)(GB)(Side B).png"><figcaption>Gauntlet (1985)(U.S. Gold)(GB)(Side B)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Genesis (1983)(Datasoft)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Genesis (1983)(Datasoft)(US).png"><figcaption>Genesis (1983)(Datasoft)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Genetic Drift (1982)(Broderbund Software)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Genetic Drift (1982)(Broderbund Software)(US).png"><figcaption>Genetic Drift (1982)(Broderbund Software)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Ghostbusters (1985)(Activision)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ghostbusters (1985)(Activision)(GB).png"><figcaption>Ghostbusters (1985)(Activision)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Ghost Hunter (1981)(Arcade Plus)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ghost Hunter (1981)(Arcade Plus)(US).png"><figcaption>Ghost Hunter (1981)(Arcade Plus)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Ghost Chaser (1985)(U.S. Gold)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ghost Chaser (1985)(U.S. Gold)(GB).png"><figcaption>Ghost Chaser (1985)(U.S. Gold)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Giant Slalom (1981)(Artworx)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Giant Slalom (1981)(Artworx)(US)[CLOAD+RUN][BASIC].png"><figcaption>Giant Slalom (1981)(Artworx)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Giant Slalom (1981)(Dynacomp)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Giant Slalom (1981)(Dynacomp)(US)[CLOAD+RUN][BASIC].png"><figcaption>Giant Slalom (1981)(Dynacomp)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Gil-bert (19xx)(UK Atari Computer Owners Club)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Gil-bert (19xx)(UK Atari Computer Owners Club)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Gil-bert (19xx)(UK Atari Computer Owners Club)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Gin Rummy 3.0 (1981)(Manhattan Software)(US)[f][CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Gin Rummy 3.0 (1981)(Manhattan Software)(US)[f][CLOAD+RUN][BASIC].png"><figcaption>Gin Rummy 3.0 (1981)(Manhattan Software)(US)[f][CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Go Fish (1982)(Dynacomp)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Go Fish (1982)(Dynacomp)(US)[CLOAD+RUN][BASIC].png"><figcaption>Go Fish (1982)(Dynacomp)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Golden Gloves (1982)(Artworx)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Golden Gloves (1982)(Artworx)(US)[CLOAD+RUN][BASIC].png"><figcaption>Golden Gloves (1982)(Artworx)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Golf am Sonntag (1984)(QuelleSoft)(DE)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Golf am Sonntag (1984)(QuelleSoft)(DE)[CLOAD+RUN][BASIC].png"><figcaption>Golf am Sonntag (1984)(QuelleSoft)(DE)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Goonies, The (1985)(U.S. Gold)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Goonies, The (1985)(U.S. Gold)(GB).png"><figcaption>Goonies, The (1985)(U.S. Gold)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Go (1983)(Stack Computer Services)(GB)[req light pen][OS-B][CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Go (1983)(Stack Computer Services)(GB)[req light pen][OS-B][CLOAD+RUN][BASIC].png"><figcaption>Go (1983)(Stack Computer Services)(GB)[req light pen][OS-B][CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Grand Prix (1987)(Lindasoft)(IT)[p][RUN''C][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Grand Prix (1987)(Lindasoft)(IT)[p][RUN''C][BASIC].png"><figcaption>Grand Prix (1987)(Lindasoft)(IT)[p][RUN''C][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Great American Cross-Country Road Race, The (1988)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Great American Cross-Country Road Race, The (1988)(Firebird)(GB).png"><figcaption>Great American Cross-Country Road Race, The (1988)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Green Beret (1986)(Imagine)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Green Beret (1986)(Imagine)(GB).png"><figcaption>Green Beret (1986)(Imagine)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Gremlins (1984)(Atari)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Gremlins (1984)(Atari)(US).png"><figcaption>Gremlins (1984)(Atari)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Gridrunner (1983)(Llamasoft)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Gridrunner (1983)(Llamasoft)(GB).png"><figcaption>Gridrunner (1983)(Llamasoft)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Growing Pains of Adrian Mole, The (1987)(Virgin Games)(GB)(Side A).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Growing Pains of Adrian Mole, The (1987)(Virgin Games)(GB)(Side A).png"><figcaption>Growing Pains of Adrian Mole, The (1987)(Virgin Games)(GB)(Side A)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Growing Pains of Adrian Mole, The (1987)(Virgin Games)(GB)(Side B).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Growing Pains of Adrian Mole, The (1987)(Virgin Games)(GB)(Side B).png"><figcaption>Growing Pains of Adrian Mole, The (1987)(Virgin Games)(GB)(Side B)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Guerriero Laser (19xx)(Lindasoft)(IT)[p][RUN''C][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Guerriero Laser (19xx)(Lindasoft)(IT)[p][RUN''C][BASIC].png"><figcaption>Guerriero Laser (19xx)(Lindasoft)(IT)[p][RUN''C][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Gunfighter (1989)(Atlantis Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Gunfighter (1989)(Atlantis Software)(GB).png"><figcaption>Gunfighter (1989)(Atlantis Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Guns of Fort Defiance (1981)(Avalon Hill)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Guns of Fort Defiance (1981)(Avalon Hill)(US)[CLOAD+RUN][BASIC].png"><figcaption>Guns of Fort Defiance (1981)(Avalon Hill)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Helicopter (19xx)(WizardSoft)(IT)(en)[p].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Helicopter (19xx)(WizardSoft)(IT)(en)[p].png"><figcaption>Helicopter (19xx)(WizardSoft)(IT)(en)[p]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Checker King (198x)(APX)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Checker King (198x)(APX)(US).png"><figcaption>Checker King (198x)(APX)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Chicken Chase (1986)(Bug-Byte)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Chicken Chase (1986)(Bug-Byte)(GB).png"><figcaption>Chicken Chase (1986)(Bug-Byte)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Chimera (1985)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Chimera (1985)(Firebird)(GB).png"><figcaption>Chimera (1985)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Chopper Rescue (1982)(MicroProse Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Chopper Rescue (1982)(MicroProse Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Chopper Rescue (1982)(MicroProse Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Chuckie Egg (1985)(A&F Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Chuckie Egg (1985)(A&F Software)(GB).png"><figcaption>Chuckie Egg (1985)(A&F Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/International Karate (1986)(System 3 Software)(GB)(Side A).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/International Karate (1986)(System 3 Software)(GB)(Side A).png"><figcaption>International Karate (1986)(System 3 Software)(GB)(Side A)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/International Karate (1986)(System 3 Software)(GB)(Side B).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/International Karate (1986)(System 3 Software)(GB)(Side B).png"><figcaption>International Karate (1986)(System 3 Software)(GB)(Side B)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/James Bond 007 (1984)(Parker Brothers)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/James Bond 007 (1984)(Parker Brothers)(US).png"><figcaption>James Bond 007 (1984)(Parker Brothers)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Jet Boot Jack (1983)(English Software)(GB)[a].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Jet Boot Jack (1983)(English Software)(GB)[a].png"><figcaption>Jet Boot Jack (1983)(English Software)(GB)[a]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Jet Boot Jack (1983)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Jet Boot Jack (1983)(English Software)(GB).png"><figcaption>Jet Boot Jack (1983)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Jigsaws - Baa Baa Black Sheep (1981)(Thorn EMI).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Jigsaws - Baa Baa Black Sheep (1981)(Thorn EMI).png"><figcaption>Jigsaws - Baa Baa Black Sheep (1981)(Thorn EMI)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Labirinto (1987)(Lindasoft)(IT)[RUN''C][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Labirinto (1987)(Lindasoft)(IT)[RUN''C][BASIC].png"><figcaption>Labirinto (1987)(Lindasoft)(IT)[RUN''C][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Labyrinth Run (1981)(Manhattan Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Labyrinth Run (1981)(Manhattan Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Labyrinth Run (1981)(Manhattan Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Labyrinths (1982)(PCA)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Labyrinths (1982)(PCA)(US)[CLOAD+RUN][BASIC].png"><figcaption>Labyrinths (1982)(PCA)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Lantern (1982)(Aim Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Lantern (1982)(Aim Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Lantern (1982)(Aim Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Laser Hawk (1986)(Red Rat Software)(GB)[a].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Laser Hawk (1986)(Red Rat Software)(GB)[a].png"><figcaption>Laser Hawk (1986)(Red Rat Software)(GB)[a]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Laser Hawk (1986)(Red Rat Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Laser Hawk (1986)(Red Rat Software)(GB).png"><figcaption>Laser Hawk (1986)(Red Rat Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Laser Racers (1983)(Silicon Valley Systems)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Laser Racers (1983)(Silicon Valley Systems)(US)[CLOAD+RUN][BASIC].png"><figcaption>Laser Racers (1983)(Silicon Valley Systems)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Last V8, The (1985)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Last V8, The (1985)(Mastertronic)(GB).png"><figcaption>Last V8, The (1985)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Las Vegas Casino (1988)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Las Vegas Casino (1988)(Zeppelin Games)(GB).png"><figcaption>Las Vegas Casino (1988)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Lazzy Larry (1990)(Peer-Soft)(CZ)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Lazzy Larry (1990)(Peer-Soft)(CZ)[CLOAD+RUN][BASIC].png"><figcaption>Lazzy Larry (1990)(Peer-Soft)(CZ)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/League Challenge (1988)(Atlantis Software)(GB)[BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/League Challenge (1988)(Atlantis Software)(GB)[BASIC].png"><figcaption>League Challenge (1988)(Atlantis Software)(GB)[BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Leaper (1986)(Bug-Byte)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Leaper (1986)(Bug-Byte)(GB)[CLOAD+RUN][BASIC].png"><figcaption>Leaper (1986)(Bug-Byte)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Leapster (1988)(Alternative Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Leapster (1988)(Alternative Software)(GB).png"><figcaption>Leapster (1988)(Alternative Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Leggit! (1983)(Imagine)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Leggit! (1983)(Imagine)(GB).png"><figcaption>Leggit! (1983)(Imagine)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Legionnaire (1982)(Avalon Hill)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Legionnaire (1982)(Avalon Hill)(US).png"><figcaption>Legionnaire (1982)(Avalon Hill)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Lemonade (1981)(APX)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Lemonade (1981)(APX)(US)[CLOAD+RUN][BASIC].png"><figcaption>Lemonade (1981)(APX)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Letterman (1981)(APX)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Letterman (1981)(APX)(US)[CLOAD+RUN][BASIC].png"><figcaption>Letterman (1981)(APX)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Loco (1986)(Alligata Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Loco (1986)(Alligata Software)(GB).png"><figcaption>Loco (1986)(Alligata Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Lone Raider, The (1983)(Atari)(GB)[no SIO patch].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Lone Raider, The (1983)(Atari)(GB)[no SIO patch].png"><figcaption>Lone Raider, The (1983)(Atari)(GB)[no SIO patch]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Los Angeles SWAT (1986)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Los Angeles SWAT (1986)(Mastertronic)(GB).png"><figcaption>Los Angeles SWAT (1986)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Lowca (1993)(Krysal)(PL).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Lowca (1993)(Krysal)(PL).png"><figcaption>Lowca (1993)(Krysal)(PL)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Lunar Lander (1981)(Adventure International)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Lunar Lander (1981)(Adventure International)(US)[CLOAD+RUN][BASIC].png"><figcaption>Lunar Lander (1981)(Adventure International)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Lunar Lander (1986)(Keates, Ian)(GB)(PD)[BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Lunar Lander (1986)(Keates, Ian)(GB)(PD)[BASIC].png"><figcaption>Lunar Lander (1986)(Keates, Ian)(GB)(PD)[BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Montezuma's Revenge (1984)(Parker Brothers)(US)[h Steve - Bruce][16K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Montezuma's Revenge (1984)(Parker Brothers)(US)[h Steve - Bruce][16K].png"><figcaption>Montezuma's Revenge (1984)(Parker Brothers)(US)[h Steve - Bruce][16K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Mozgprocesor v1.0D (1991)(Mirage)(PL).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Mozgprocesor v1.0D (1991)(Mirage)(PL).png"><figcaption>Mozgprocesor v1.0D (1991)(Mirage)(PL)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Mozgprocesor (1990)(Computer Adventure Studio)(PL).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Mozgprocesor (1990)(Computer Adventure Studio)(PL).png"><figcaption>Mozgprocesor (1990)(Computer Adventure Studio)(PL)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Ninja Master, The (1986)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ninja Master, The (1986)(Firebird)(GB).png"><figcaption>Ninja Master, The (1986)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Ninja (1986)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Ninja (1986)(Mastertronic)(GB).png"><figcaption>Ninja (1986)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/One Man and His Droid (1986)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/One Man and His Droid (1986)(Mastertronic)(GB).png"><figcaption>One Man and His Droid (1986)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Othello (1983)(Stack Computer Services)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Othello (1983)(Stack Computer Services)(GB).png"><figcaption>Othello (1983)(Stack Computer Services)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Panther (1987)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Panther (1987)(Mastertronic)(GB).png"><figcaption>Panther (1987)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Pitfall II - Lost Caverns (1984)(Activision)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Pitfall II - Lost Caverns (1984)(Activision)(GB).png"><figcaption>Pitfall II - Lost Caverns (1984)(Activision)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Planet Attack (1989)(Byte Back)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Planet Attack (1989)(Byte Back)(GB).png"><figcaption>Planet Attack (1989)(Byte Back)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Planet Miners v1.4 (1981-02-25)(Avalon Hill)(US)[b][CLOAD+RUN].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Planet Miners v1.4 (1981-02-25)(Avalon Hill)(US)[b][CLOAD+RUN].png"><figcaption>Planet Miners v1.4 (1981-02-25)(Avalon Hill)(US)[b][CLOAD+RUN]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Polar Pierre (1986)(Databyte)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Polar Pierre (1986)(Databyte)(GB).png"><figcaption>Polar Pierre (1986)(Databyte)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Pole Position (198x)(Atari)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Pole Position (198x)(Atari)(GB).png"><figcaption>Pole Position (198x)(Atari)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Popeye (1983)(Parker Brothers)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Popeye (1983)(Parker Brothers)(US).png"><figcaption>Popeye (1983)(Parker Brothers)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Preppie! (1982)(Adventure International)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Preppie! (1982)(Adventure International)(US).png"><figcaption>Preppie! (1982)(Adventure International)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Quasimodo (1985)(SynSoft)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Quasimodo (1985)(SynSoft)(GB).png"><figcaption>Quasimodo (1985)(SynSoft)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Quasimodo (1985)(SynSoft)(GB)[cr Rob.C].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Quasimodo (1985)(SynSoft)(GB)[cr Rob.C].png"><figcaption>Quasimodo (1985)(SynSoft)(GB)[cr Rob.C]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Raid over Moscow (1986)(U.S. Gold)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Raid over Moscow (1986)(U.S. Gold)(GB).png"><figcaption>Raid over Moscow (1986)(U.S. Gold)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Rescue on Fractalus! (1985)(Activision)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Rescue on Fractalus! (1985)(Activision)(GB).png"><figcaption>Rescue on Fractalus! (1985)(Activision)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/River Raid (1984)(Activision)(GB)[h AtariSezam].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/River Raid (1984)(Activision)(GB)[h AtariSezam].png"><figcaption>River Raid (1984)(Activision)(GB)[h AtariSezam]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/River Raid (1984)(Activision)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/River Raid (1984)(Activision)(US).png"><figcaption>River Raid (1984)(Activision)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/River Rescue (1986)(Sparklers)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/River Rescue (1986)(Sparklers)(GB).png"><figcaption>River Rescue (1986)(Sparklers)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/River Rescue (1987)(Alternative Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/River Rescue (1987)(Alternative Software)(GB).png"><figcaption>River Rescue (1987)(Alternative Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Rogue (1988)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Rogue (1988)(Mastertronic)(GB).png"><figcaption>Rogue (1988)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Rythmizer AT1 (1986)(Munsie).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Rythmizer AT1 (1986)(Munsie).png"><figcaption>Rythmizer AT1 (1986)(Munsie)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/SCRAM (1980)(Atari)(US)[CLOAD+RUN][BASIC][16K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/SCRAM (1980)(Atari)(US)[CLOAD+RUN][BASIC][16K].png"><figcaption>SCRAM (1980)(Atari)(US)[CLOAD+RUN][BASIC][16K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/SCRAM (1980)(Atari)(US)[CLOAD+RUN][BASIC][24K].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/SCRAM (1980)(Atari)(US)[CLOAD+RUN][BASIC][24K].png"><figcaption>SCRAM (1980)(Atari)(US)[CLOAD+RUN][BASIC][24K]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Seeschlacht (1984)(Europa Computer Club)(DE)(Side A)[side B C64].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Seeschlacht (1984)(Europa Computer Club)(DE)(Side A)[side B C64].png"><figcaption>Seeschlacht (1984)(Europa Computer Club)(DE)(Side A)[side B C64]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Sentinel One (1982)(Inhome Software)(CA).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Sentinel One (1982)(Inhome Software)(CA).png"><figcaption>Sentinel One (1982)(Inhome Software)(CA)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Shamus (1982)(Synapse Software)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Shamus (1982)(Synapse Software)(US).png"><figcaption>Shamus (1982)(Synapse Software)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Shamus (1986)(Americana Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Shamus (1986)(Americana Software)(GB).png"><figcaption>Shamus (1986)(Americana Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Shooting Gallery (1981)(ANALOG Software)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Shooting Gallery (1981)(ANALOG Software)(US)[CLOAD+RUN][BASIC].png"><figcaption>Shooting Gallery (1981)(ANALOG Software)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Sidewinder (198x)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Sidewinder (198x)(Zeppelin Games)(GB).png"><figcaption>Sidewinder (198x)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Silent Service (1985)(MicroProse)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Silent Service (1985)(MicroProse)(GB).png"><figcaption>Silent Service (1985)(MicroProse)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Silicon (1983)(Romik Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Silicon (1983)(Romik Software)(GB).png"><figcaption>Silicon (1983)(Romik Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Slinky! (1983)(Cosmi)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Slinky! (1983)(Cosmi)(US).png"><figcaption>Slinky! (1983)(Cosmi)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Soccer (1987)(Alternative Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Soccer (1987)(Alternative Software)(GB).png"><figcaption>Soccer (1987)(Alternative Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Solo Flight - Second Edition (19xx)(U.S. Gold)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Solo Flight - Second Edition (19xx)(U.S. Gold)(GB).png"><figcaption>Solo Flight - Second Edition (19xx)(U.S. Gold)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Solo Flight (1983)(MicroProse)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Solo Flight (1983)(MicroProse)(US).png"><figcaption>Solo Flight (1983)(MicroProse)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Space Shuttle - A Journey into Space (1985)(Activision)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Space Shuttle - A Journey into Space (1985)(Activision)(GB).png"><figcaption>Space Shuttle - A Journey into Space (1985)(Activision)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Space Shuttle (1983)(Microdeal)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Space Shuttle (1983)(Microdeal)(GB).png"><figcaption>Space Shuttle (1983)(Microdeal)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Space Trap (1981)(Artworx)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Space Trap (1981)(Artworx)(US).png"><figcaption>Space Trap (1981)(Artworx)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Space Trap (1981)(Dynacomp)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Space Trap (1981)(Dynacomp)(US).png"><figcaption>Space Trap (1981)(Dynacomp)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Speed Ace (1987)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Speed Ace (1987)(Zeppelin Games)(GB).png"><figcaption>Speed Ace (1987)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Speed Zone (1989)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Speed Zone (1989)(Mastertronic)(GB).png"><figcaption>Speed Zone (1989)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Spellbound (1986)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Spellbound (1986)(Mastertronic)(GB).png"><figcaption>Spellbound (1986)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Spider Quake (1983)(Gentry Software)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Spider Quake (1983)(Gentry Software)(US).png"><figcaption>Spider Quake (1983)(Gentry Software)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Spiky Harold (1986)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Spiky Harold (1986)(Firebird)(GB).png"><figcaption>Spiky Harold (1986)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Spindizzy (1986)(Electric Dreams)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Spindizzy (1986)(Electric Dreams)(GB).png"><figcaption>Spindizzy (1986)(Electric Dreams)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Spy Hunter (1985)(U.S. Gold)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Spy Hunter (1985)(U.S. Gold)(GB).png"><figcaption>Spy Hunter (1985)(U.S. Gold)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Sqoid (1988)(Bit-Soft)[h].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Sqoid (1988)(Bit-Soft)[h].png"><figcaption>Sqoid (1988)(Bit-Soft)[h]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Stack Up (1991)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Stack Up (1991)(Zeppelin Games)(GB).png"><figcaption>Stack Up (1991)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Starquake (1985)(Bubble Bus Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Starquake (1985)(Bubble Bus Software)(GB).png"><figcaption>Starquake (1985)(Bubble Bus Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Stealth (198x)(Aackosoft)(NL)(en).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Stealth (198x)(Aackosoft)(NL)(en).png"><figcaption>Stealth (198x)(Aackosoft)(NL)(en)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Steeple Jack (1983)(English Software Company)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Steeple Jack (1983)(English Software Company)(GB).png"><figcaption>Steeple Jack (1983)(English Software Company)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Steve Davis Snooker (19xx)(CDS Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Steve Davis Snooker (19xx)(CDS Software)(GB).png"><figcaption>Steve Davis Snooker (19xx)(CDS Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Storm (1986)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Storm (1986)(Mastertronic)(GB).png"><figcaption>Storm (1986)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Stranded (1984)(English Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Stranded (1984)(English Software)(GB).png"><figcaption>Stranded (1984)(English Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Super Zaxxon (1985)(U.S. Gold)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Super Zaxxon (1985)(U.S. Gold)(GB).png"><figcaption>Super Zaxxon (1985)(U.S. Gold)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Tail of Beta Lyrae, The (1985)(Databyte)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Tail of Beta Lyrae, The (1985)(Databyte)(GB).png"><figcaption>Tail of Beta Lyrae, The (1985)(Databyte)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Tapper (1985)(U.S. Gold)(GB)[cr Phlegm Hacker].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Tapper (1985)(U.S. Gold)(GB)[cr Phlegm Hacker].png"><figcaption>Tapper (1985)(U.S. Gold)(GB)[cr Phlegm Hacker]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Telengard (1982)(Avalon Hill)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Telengard (1982)(Avalon Hill)(US).png"><figcaption>Telengard (1982)(Avalon Hill)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Thrust (1986)(Firebird)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Thrust (1986)(Firebird)(GB).png"><figcaption>Thrust (1986)(Firebird)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Thunderfox (1987)(Atari)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Thunderfox (1987)(Atari)(GB).png"><figcaption>Thunderfox (1987)(Atari)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Tiger Attack (1988)(Atari)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Tiger Attack (1988)(Atari)(GB).png"><figcaption>Tiger Attack (1988)(Atari)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Titan (1990)(Atlantis Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Titan (1990)(Atlantis Software)(GB).png"><figcaption>Titan (1990)(Atlantis Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/TKKG - Das Leere Grab im Moor (1985)(Europa Computer Club)(DE)(Side A)[side B C64][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/TKKG - Das Leere Grab im Moor (1985)(Europa Computer Club)(DE)(Side A)[side B C64][BASIC].png"><figcaption>TKKG - Das Leere Grab im Moor (1985)(Europa Computer Club)(DE)(Side A)[side B C64][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Tomahawk (1986)(Digital Integration)(GB)(M3).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Tomahawk (1986)(Digital Integration)(GB)(M3).png"><figcaption>Tomahawk (1986)(Digital Integration)(GB)(M3)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Trailblazer (1986)(Gremlin Graphics)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Trailblazer (1986)(Gremlin Graphics)(GB).png"><figcaption>Trailblazer (1986)(Gremlin Graphics)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Transmuter (1987)(Code Masters)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Transmuter (1987)(Code Masters)(GB).png"><figcaption>Transmuter (1987)(Code Masters)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/TT Racer (1982)(Centaursoft)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/TT Racer (1982)(Centaursoft)(GB).png"><figcaption>TT Racer (1982)(Centaursoft)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Turbo 2000 (19xx)(-)[b].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Turbo 2000 (19xx)(-)[b].png"><figcaption>Turbo 2000 (19xx)(-)[b]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Valley, The (1982)(ASP Software)(GB)[BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Valley, The (1982)(ASP Software)(GB)[BASIC].png"><figcaption>Valley, The (1982)(ASP Software)(GB)[BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/War-Copter (1986)(Red Rat Software)(PAL)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/War-Copter (1986)(Red Rat Software)(PAL)(GB).png"><figcaption>War-Copter (1986)(Red Rat Software)(PAL)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Winter Olympiad 88 (1988)(Tynesoft)(Side A)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Winter Olympiad 88 (1988)(Tynesoft)(Side A)(GB).png"><figcaption>Winter Olympiad 88 (1988)(Tynesoft)(Side A)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Winter Olympiad 88 (1988)(Tynesoft)(Side B)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Winter Olympiad 88 (1988)(Tynesoft)(Side B)(GB).png"><figcaption>Winter Olympiad 88 (1988)(Tynesoft)(Side B)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Winter Wally (1987)(Alternative Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Winter Wally (1987)(Alternative Software)(GB).png"><figcaption>Winter Wally (1987)(Alternative Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/World Karate Championship (1986)(Epyx)(US).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/World Karate Championship (1986)(Epyx)(US).png"><figcaption>World Karate Championship (1986)(Epyx)(US)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/World Soccer (1990)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/World Soccer (1990)(Zeppelin Games)(GB).png"><figcaption>World Soccer (1990)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Yogi Bear and Friends in The Greed Monster (1990)(Hi-Tec Software)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Yogi Bear and Friends in The Greed Monster (1990)(Hi-Tec Software)(GB).png"><figcaption>Yogi Bear and Friends in The Greed Monster (1990)(Hi-Tec Software)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Zorro (1985)(U.S. Gold)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Zorro (1985)(U.S. Gold)(GB).png"><figcaption>Zorro (1985)(U.S. Gold)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/Zybex (1988)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/Zybex (1988)(Zeppelin Games)(GB).png"><figcaption>Zybex (1988)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/007 - The Living Daylights (1987)(Domark)(GB)[no SIO patch].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/007 - The Living Daylights (1987)(Domark)(GB)[no SIO patch].png"><figcaption>007 - The Living Daylights (1987)(Domark)(GB)[no SIO patch]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/007 - The Living Daylights (1989)(Zeppelin Games)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/007 - The Living Daylights (1989)(Zeppelin Games)(GB).png"><figcaption>007 - The Living Daylights (1989)(Zeppelin Games)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/180 (1986)(Mastertronic)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/180 (1986)(Mastertronic)(GB).png"><figcaption>180 (1986)(Mastertronic)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/3-D Noughts & Crosses (1984)(Ad Astra)(GB).cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/3-D Noughts & Crosses (1984)(Ad Astra)(GB).png"><figcaption>3-D Noughts & Crosses (1984)(Ad Astra)(GB)</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/3-D Red Baron (1980)(Sebree's Computing)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/3-D Red Baron (1980)(Sebree's Computing)(US)[CLOAD+RUN][BASIC].png"><figcaption>3-D Red Baron (1980)(Sebree's Computing)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/3-D Tic-Tac-Toe (1981)(Adventure International)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/3-D Tic-Tac-Toe (1981)(Adventure International)(US)[CLOAD+RUN][BASIC].png"><figcaption>3-D Tic-Tac-Toe (1981)(Adventure International)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/747 Flight Simulator (1983)(DACC)(GB)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/747 Flight Simulator (1983)(DACC)(GB)[CLOAD+RUN][BASIC].png"><figcaption>747 Flight Simulator (1983)(DACC)(GB)[CLOAD+RUN][BASIC]</figcaption></figure></a>
<a href="../roms/Atari 8bit CAS/747 Landing Simulator (1981)(APX)(US)[CLOAD+RUN][BASIC].cas" target=main><figure><img loading=lazy src="https://raw.githubusercontent.com/WizzardSK/Atari_-_8-bit/master/Named_Snaps/747 Landing Simulator (1981)(APX)(US)[CLOAD+RUN][BASIC].png"><figcaption>747 Landing Simulator (1981)(APX)(US)[CLOAD+RUN][BASIC]</figcaption></figure></a>
</div><script src="script.js"></script>