summaryrefslogtreecommitdiffstatshomepage
path: root/hash/specpls3_flop.xml
blob: 9f7b480da0dae1f2951d6f99f39525e1d4b46eb8 (plain) (blame)
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
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">

<!-- ZX Spectrum Disc images
    for +3 machines etc.
-->

<softwarelist name="spectrum_flop" description="ZX Spectrum disk images">

	<!-- SPS / CAPS Releases -->

	<software name="aforce" >
		<!-- SPS (CAPS) release 3500 -->
		<description>Action Force - International Heroes</description>
		<year>1987</year>
		<publisher>Virgin Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3500 - action force - international heroes (europe).ipf" size="236460" crc="1a2bb165" sha1="9b9b44e1118c40bbb9c6a32d4ffc6e61f8c5fd3b" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="aforce2">
		<!-- SPS (CAPS) release 3551 -->
		<description>Action Force II - International Heroes</description>
		<year>1988</year>
		<publisher>Virgin Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="238175">
				<rom name="3551 - action force ii - international heroes (europe).ipf" size="238175" crc="caa251a2" sha1="9c02f116d5a61d5d064d3a5643e70542f1e01bf9" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="tiebreak">
		<!-- SPS (CAPS) release 3501 -->
		<description>Adidas Championship Tie-Break</description>
		<year>1990</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="123445">
				<rom name="3501 - adidas championship tie break (europe).ipf" size="123445" crc="6e2e4951" sha1="a50e132cb68cc406e59485b617fc384288762d7f" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="artura">
		<!-- SPS (CAPS) release 3552 -->
		<description>Artura</description>
		<year>1989</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237460">
				<rom name="3552 - artura (europe).ipf" size="237460" crc="bcc6e00c" sha1="8781e6b1e1bf98a1fc6b8ffb77f5671780c5e402" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="badlands">
		<!-- SPS (CAPS) release 3553 -->
		<description>Badlands</description>
		<year>1990</year>
		<publisher>Domark</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3553 - badlands (europe).ipf" size="234180" crc="93f1c3b6" sha1="9da5ab7e607dad7fd5b605997929eff43c20abb7" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="bhcop">
		<!-- SPS (CAPS) release 3502 -->
		<description>Beverly Hills Cop</description>
		<year>1990</year>
		<publisher>Tynesoft</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3502 - beverly hills cop (europe).ipf" size="236460" crc="81fbf5ad" sha1="2022531eba845cfcd19a2fb2b69d54e007979592" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="bloodwyc">
		<!-- SPS (CAPS) release 3554 -->
		<description>Bloodwych</description>
		<year>1990</year>
		<publisher>Image Works</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3554 - bloodwych (europe).ipf" size="236460" crc="cb66aed6" sha1="b7bab317718a478e48a689a8ebd125a498504ebe" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="boggit">
		<!-- SPS (CAPS) release 3555 -->
		<description>The Boggit - Bored Too</description>
		<year>1986</year>
		<publisher>CRL Group</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3555 - boggit, the - bored too (europe).ipf" size="236460" crc="c9dc8d41" sha1="ae1aff98a4e60bf6272c8955a224a7b0e890c40e" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="bookdead">
		<!-- SPS (CAPS) release 3556 -->
		<description>Book of the Dead</description>
		<year>1987</year>
		<publisher>CRL Group</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3556 - book of the dead (europe).ipf" size="236460" crc="b1030311" sha1="6ddbe67cbba260b6ec80ee0bc7e557f88bf08a23" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="bbrg">
		<!-- SPS (CAPS) release 3503 -->
		<description>Buffalo Bill's Rodeo Games</description>
		<year>1989</year>
		<publisher>Tynesoft</publisher>
		<info name="alt_title" value="Buffalo Bill's Wild West Rodeo Show" />

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3503 - buffalo bill's rodeo games (unknown).ipf" size="234180" crc="74650740" sha1="cdf81f26af4e013726a288c3a27a1765b254c267" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="butchill">
		<!-- SPS (CAPS) release 3557 -->
		<description>Butcher Hill</description>
		<year>1989</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237460">
				<rom name="3557 - butcher hill (europe).ipf" size="237460" crc="5ae072b5" sha1="96e89f1229f2d8306965b925145ae0ab454def6f" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="carrierc">
		<!-- SPS (CAPS) release 3504 -->
		<description>Carrier Command</description>
		<year>1989</year>
		<publisher>Rainbird Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236140">
				<rom name="3504 - carrier command (europe).ipf" size="236140" crc="3596b16d" sha1="842715907902c7d15a28e92db6e66e2f435f8781" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="chicag30">
		<!-- SPS (CAPS) release 3558 -->
		<description>Chicago 30's</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="266892">
				<rom name="3558 - chicago 30's (unknown).ipf" size="266892" crc="50f0a090" sha1="a0be8b20605834f29e59ded94786ed90d07b235b" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="combatsc">
		<!-- SPS (CAPS) release 3559 -->
		<description>Combat School</description>
		<year>1987</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="238800">
				<rom name="3559 - combat school (europe).ipf" size="238800" crc="ba69a18a" sha1="581b183c20d6cf33e0965ff00c5b077a9618d872" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="corruptn">
		<!-- SPS (CAPS) release 3560 -->
		<description>Corruption</description>
		<year>1988</year>
		<publisher>Rainbird Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3560 - corruption (europe).ipf" size="236460" crc="cfbb80af" sha1="ed489e12913c2bb7fbb48fed0c9644b7cfceb59e" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="cybernod">
		<!-- SPS (CAPS) release 3561 -->
		<description>Cybernoid - The Fighting Machine</description>
		<year>1988</year>
		<publisher>Hewson Consultants</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3561 - cybernoid - the fighting machine (europe).ipf" size="212085" crc="3733ffa8" sha1="2a0b2f4c29a568e6e4ac287e679f6b4a4e6ae742" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="cyberno2">
		<!-- SPS (CAPS) release 3562 -->
		<description>Cybernoid II - The Revenge</description>
		<year>1988</year>
		<publisher>Hewson Consultants</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3562 - cybernoid ii - the revenge (europe).ipf" size="236460" crc="417b84f6" sha1="a2c8753121df65bd95a0d31e7ee6101a2d74ea61" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="dandare3">
		<!-- SPS (CAPS) release 3505 -->
		<description>Dan Dare III - The Escape</description>
		<year>1990</year>
		<publisher>Virgin Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="71100">
				<rom name="3505 - dan dare iii - the escape (europe).ipf" size="71100" crc="e949bc77" sha1="6074056cd0ef8aaf103d36fde1e5a1fba356904f" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="darkfusn">
		<!-- SPS (CAPS) release 3563 -->
		<description>Dark Fusion</description>
		<year>1988</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="260585">
				<rom name="3563 - dark fusion (europe).ipf" size="260585" crc="9495182c" sha1="bb94b445a9909ba39f21119dcc43dbd1497aed20" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="deep">
		<!-- SPS (CAPS) release 3506 -->
		<description>The Deep</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="266891">
				<rom name="3506 - deep, the (europe).ipf" size="266891" crc="e4844d2b" sha1="95dee7ccae5613c9b04efdbde5e2bc6c69a1e735" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="deflektr">
		<!-- SPS (CAPS) release 3564 -->
		<description>Deflektor</description>
		<year>1987</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3564 - deflektor (europe).ipf" size="212085" crc="2483f8c7" sha1="032b18abb2eb903ded8b32a59b003a68d784d996" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="dominatr">
		<!-- SPS (CAPS) release 3507 -->
		<description>Dominator</description>
		<year>1989</year>
		<publisher>System 3 Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="250612">
				<rom name="3507 - dominator (europe).ipf" size="250612" crc="e6c6f9eb" sha1="22d46cc0cabba10b0d58bba86b5123fdcf73a731" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="echelon">
		<!-- SPS (CAPS) release 3565 -->
		<description>Echelon</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237460">
				<rom name="3565 - echelon (europe).ipf" size="237460" crc="94c24ad3" sha1="cae1aa9d3897ec2027120afd1e4d3370b78de3cf" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="erik">
		<!-- SPS (CAPS) release 3566 -->
		<description>Erik - The Phantom of the Opera</description>
		<year>1987</year>
		<publisher>Crysys</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3566 - erik - the phantom of the opera (europe).ipf" size="236460" crc="77098dc3" sha1="619babc59ea1816a4ea8e2d2030c25205fd65735" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="eprom">
		<!-- SPS (CAPS) release 3567 -->
		<description>Escape from the Planet of the Robot Monsters</description>
		<year>1990</year>
		<publisher>Domark</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3567 - escape from the planet of the robot monsters (europe).ipf" size="234180" crc="ba153a21" sha1="4bb529af057b9cc5ab547cf754a3e4c21d0f34c9" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="espionag">
		<!-- SPS (CAPS) release 3568 -->
		<description>Espionage</description>
		<year>1988</year>
		<publisher>Grandslam Entertainments</publisher>
		<info name="alt_title" value="Espionage - The Computer Game (Box)" />

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="99180">
				<rom name="3568 - espionage - the computer game (europe).ipf" size="99180" crc="893495d8" sha1="eac0b7dcd91d628bf85938327ec15b833dd6f1d9" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="f16comb">
		<!-- SPS (CAPS) release 3508 -->
		<description>F-16 Combat Pilot</description>
		<year>1991</year>
		<publisher>Digital Integration</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="161607">
				<rom name="3508 - f-16 combat pilot (europe).ipf" size="161607" crc="49f2d22d" sha1="1336f27de5c4c1aad734f83aa6c2ffca9efe6747" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="federatn">
		<!-- SPS (CAPS) release 3569 -->
		<description>Federation</description>
		<year>1988</year>
		<publisher>CRL Group</publisher>
		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3569 - federation (europe).ipf" size="236460" crc="091f3f4f" sha1="fb0f360417ef35fcf5bb59b2c9822ffb7d834015" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="firefly">
		<!-- SPS (CAPS) release 3570 -->
		<description>Firefly</description>
		<year>1988</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="238800">
				<rom name="3570 - firefly (europe).ipf" size="238800" crc="e1961552" sha1="b3b3d1ebd5f6d5ce7ed104ffa63d1bac97b51db8" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="fish">
		<!-- SPS (CAPS) release 3571 -->
		<description>Fish!</description>
		<year>1989</year>
		<publisher>Rainbird Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3571 - fish! (europe).ipf" size="236460" crc="880592d1" sha1="7522893bfa42a8b25bf98af8b54a83568df72bd3" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="footdir2">
		<!-- SPS (CAPS) release 3509 -->
		<description>Football Director II</description>
		<year>1987</year>
		<publisher>D&amp;H Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3509 - football director ii (europe).ipf" size="234180" crc="f98bb0e1" sha1="0eab5d91a1ab220fbc22ae76485fa19beec36adb" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="foty2">
		<!-- SPS (CAPS) release 3572 -->
		<description>Footballer of the Year 2</description>
		<year>1989</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="259471">
				<rom name="3572 - footballer of the year 2 (europe).ipf" size="259471" crc="96979e7f" sha1="a559adafcda492756da509ed22d62a53dbba2a16" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="hewson4">
		<!-- SPS (CAPS) release 3510 -->
		<description>Four Smash Hits From Hewson</description>
		<year>198?</year>
		<publisher>Hewson</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="238800">
				<rom name="3510 - four smash hits from hewson - exolon + zynaps + rana rama + uridium plus (europe).ipf" size="238800" crc="0e708293" sha1="85d7346aff7b7d63a290a828da0445ab73aa9855" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="garfield">
		<!-- SPS (CAPS) release 3511 -->
		<description>Garfield - "Big, Fat, Hairy Deal."</description>
		<year>1988</year>
		<publisher>The Edge</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3511 - garfield - big, fat, hairy deal (europe).ipf" size="236460" crc="ffb8008d" sha1="f9f314b1d26c58340a962b7d6f35fdc5cf65768c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="lineker">
		<!-- SPS (CAPS) release 3573 -->
		<description>Gary Lineker's Hot-Shot!</description>
		<year>1988</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="266892">
				<rom name="3573 - gary lineker's hot-shot! (unknown).ipf" size="266892" crc="17963acf" sha1="22a8985076b7c1743e9431e071940c49efe217f5" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="linekskl">
		<!-- SPS (CAPS) release 3574 -->
		<description>Gary Lineker's Super Skills</description>
		<year>1988</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237460">
				<rom name="3574 - gary lineker's superskills (unknown).ipf" size="237460" crc="2f0ed1da" sha1="589cf6b337347218814a4a697353be4af5024c8a" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="lineksss">
		<!-- SPS (CAPS) release 3575 -->
		<description>Gary Lineker's Super Star Soccer</description>
		<year>1988</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3575 - gary lineker's superstar soccer (unknown).ipf" size="212085" crc="2a1c53f7" sha1="f4c24b1e01312d4f9b2241be14d243e723035499" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="gauntlet">
		<!-- SPS (CAPS) release 3576 -->
		<description>Gauntlet</description>
		<year>1987</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3576 - gauntlet (europe).ipf" size="212085" crc="4c4c4cc2" sha1="c04e3233166fe888a96b2ea98a6a96f33fb19728" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="gauntlt2">
		<!-- SPS (CAPS) release 3577 -->
		<description>Gauntlet II</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3577 - gauntlet ii (europe).ipf" size="212085" crc="7d156d4d" sha1="0d296b611c817203bf59a3710c87d0d5d39c16cf" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="gazza">
		<!-- SPS (CAPS) release 3579 -->
		<description>Gazza's Super Soccer</description>
		<year>1990</year>
		<publisher>Empire Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3579 - gazza's super soccer (unknown).ipf" size="236460" crc="3c8cb09d" sha1="19a06b4732fefb4d5a8898d415afde39aa8a8495" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="gazza2">
		<!-- SPS (CAPS) release 3578 -->
		<description>Gazza II</description>
		<year>1990</year>
		<publisher>Empire Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="225096">
				<rom name="3578 - gazza ii (europe).ipf" size="225096" crc="59a83634" sha1="c43b421f8b0c32858d6bc9668b3b60ef4704f756" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="ghouls">
		<!-- SPS (CAPS) release 3512 -->
		<description>Ghouls 'n' Ghosts</description>
		<year>1989</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="259471">
				<rom name="ghouls'n'ghosts.ipf" size="259471" crc="5f056018" sha1="1d84d01a5d349843bcd4743bfb23c7a82ad9704c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="hate">
		<!-- SPS (CAPS) release 3580 -->
		<description>H.A.T.E. - Hostile All Terrain Encounter</description>
		<year>1989</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="266892">
				<rom name="3580 - h.a.t.e. - hostile all terrain encounter (europe).ipf" size="266892" crc="2aa400b2" sha1="3d847b6f91d0264900e6f2d28bb30574806613ae" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="hkm">
		<!-- SPS (CAPS) release 3581 -->
		<description>H.K.M. - Human Killing Machine</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="266892">
				<rom name="3581 - h.k.m. - human killing machine (europe).ipf" size="266892" crc="2793e98f" sha1="ef4b8fcfb530a6b1edcc8820a3fdc00dbc79ec9d" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="herolanc">
		<!-- SPS (CAPS) release 3513 -->
		<description>Heroes of the Lance</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237465">
				<rom name="3513 - heroes of the lance (europe).ipf" size="237465" crc="d25d5414" sha1="2caf612f85dc9b790102df5f6a76d90c3408c8db" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="heroqst">
		<!-- SPS (CAPS) release 3514 -->
		<description>Hero Quest</description>
		<year>1991</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="239805">
				<rom name="3514 - heroquest (europe).ipf" size="239805" crc="fc8bb800" sha1="96538aa2fd28b7ae66916590479b0596afcc495c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="ironlord">
		<!-- SPS (CAPS) release 3582 -->
		<description>Iron Lord</description>
		<year>1989</year>
		<publisher>Ubi Soft</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="259180">
				<rom name="3582 - iron lord (europe).ipf" size="259180" crc="de0e3c7f" sha1="792d58267e8ca7e00b0946a78b7c6b0574ccc942" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="italia90">
		<!-- SPS (CAPS) release 3548 -->
		<description>Italia '90 - World Cup Soccer</description>
		<year>1989</year>
		<publisher>Virgin Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="71100">
				<rom name="3548 - italia '90 - world cup soccer (europe).ipf" size="71100" crc="78fa8fd0" sha1="ff5c8308544f24e428e877c3ea8c803f432468bb" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="offroad">
		<!-- SPS (CAPS) release 3538 -->
		<description>Ivan 'Ironman' Stewart's Super Off Road</description>
		<year>1990</year>
		<publisher>Virgin Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="64845">
				<rom name="3538 - ivan ironman stewart's super off road (unknown).ipf" size="64845" crc="38cb136b" sha1="5b633c7551b168d13d1c4d96637858fbcc027740" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="jackrip">
		<!-- SPS (CAPS) release 3583 -->
		<description>Jack the Ripper</description>
		<year>1987</year>
		<publisher>CRL Group</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3583 - jack the ripper (europe).ipf" size="236460" crc="d2f3019f" sha1="30a0e536578ca62133666b2a710ceef505140215" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="dalglish">
		<!-- SPS (CAPS) release 3515 -->
		<description>Kenny Dalglish Soccer Match</description>
		<year>1990</year>
		<publisher>Impressions</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3515 - kenny dalglish soccer match (europe).ipf" size="234180" crc="faeb7b0f" sha1="263e1fcb8bb77632cd83ab1dd2ce8d960bed9270" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="kickoff">
		<!-- SPS (CAPS) release 3516 -->
		<description>Kick Off</description>
		<year>1989</year>
		<publisher>Anco Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3516 - kick off (europe).ipf" size="234180" crc="152e807b" sha1="855dc66c697484083c729d2183035dfb9166aacc" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="lmohican">
		<!-- SPS (CAPS) release 3584 -->
		<description>The Last Mohican</description>
		<year>1987</year>
		<publisher>CRL Group</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3584 - last mohican, the (europe).ipf" size="236460" crc="ed3f624d" sha1="222b93b8e83987c8e5b83f4eb68dee8227bffc64" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="lightcor">
		<!-- SPS (CAPS) release 3517 -->
		<description>The Light Corridor</description>
		<year>1991</year>
		<publisher>Infogrames</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="125316">
				<rom name="3517 - light corridor, the (europe).ipf" size="125316" crc="ef3b80cd" sha1="568f29ba7d1a498432737543af07ba57c4adb26c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="lmidnght">
		<!-- SPS (CAPS) release 3518 -->
		<description>Loads of Midnight</description>
		<year>1987</year>
		<publisher>CRL Group</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3518 - loads of midnight (europe).ipf" size="236460" crc="a74f1114" sha1="2ab72f52fa499be8810f67e14aa477a114d37c29" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="lonewolf">
		<!-- SPS (CAPS) release 3586 -->
		<description>Lone Wolf - The Mirror of Death</description>
		<year>1991</year>
		<publisher>Aufiogenic Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3586 - lone wolf - the mirror of death (europe).ipf" size="236460" crc="8943aba3" sha1="c6c810341c40a099858678ea63d701feca7d611f" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="lotus">
		<!-- SPS (CAPS) release 3587 -->
		<description>Lotus Esprit Turbo Challenge</description>
		<year>1990</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="239805">
				<rom name="3587 - lotus esprit turbo challenge (europe).ipf" size="239805" crc="7c19c332" sha1="9756acef2e504b898894eef464c2496d60fbc862" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="mknitril">
		<!-- SPS (CAPS) release 3629 -->
		<description>Magic Knight Trilogy</description>
		<year>1988</year>
		<publisher>Mastertronic</publisher>
		<info name="game" value="Finders Keepers + Spellbound + Knight Tyme" />

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="463740">
				<rom name="3629 - magic knight trilogy - finders keepers + spellbound + knight tyme (europe).ipf" size="463740" crc="079c89bd" sha1="d90d4d25300795b8cc4ba383c680784b3050ef40" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="marauder">
		<!-- SPS (CAPS) release 3519 -->
		<description>Marauder</description>
		<year>1988</year>
		<publisher>Hewson Consultants</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237460">
				<rom name="3519 - marauder (europe).ipf" size="237460" crc="2b61f4db" sha1="6896d9424b64b0ce2239485f28da9d49c7952e84" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="mask3">
		<!-- SPS (CAPS) release 3588 -->
		<description>Mask III - Venom Strikes Back</description>
		<year>1988</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3588 - mask iii - venom strikes back (europe).ipf" size="212085" crc="d36cea11" sha1="e4f73b8b32cf20802462997bc8f0adae38039e73" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="masters">
		<!-- SPS (CAPS) release 3589 -->
		<description>Masters of the Universe - The Movie</description>
		<year>1987</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3589 - masters of the universe - the movie (europe).ipf" size="212085" crc="dc32481a" sha1="66ebeed6e635b019f6cdea6c4b1a7f8305f5e7d3" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="megapocl">
		<!-- SPS (CAPS) release 3590 -->
		<description>MegaApocalypse</description>
		<year>1988</year>
		<publisher>Martech Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3590 - mega-apocalypse (europe).ipf" size="236460" crc="802fa03e" sha1="0db41124887381927e87c9b294de53b5b0e0443d" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="mickey">
		<!-- SPS (CAPS) release 3591 -->
		<description>Mickey Mouse</description>
		<year>1988</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3591 - mickey mouse (europe).ipf" size="212085" crc="a788f7e3" sha1="9a89ba9da2a65acbe909e1be4ace922fb52ad28c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="midres">
		<!-- SPS (CAPS) release 3520 -->
		<description>Midnight Resistance</description>
		<year>1990</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="146161">
				<rom name="3520 - midnight resistance (europe).ipf" size="146161" crc="62943f46" sha1="369f6ed76e6b8c7d60949754b49f939d0747bd46" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="montypyt">
		<!-- SPS (CAPS) release 3521 -->
		<description>Monty Python's Flying Circus</description>
		<year>1990</year>
		<publisher>Virgin Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="262692">
				<rom name="3521 - monty python's flying circus (europe).ipf" size="262692" crc="8d7630b6" sha1="31495c6cf185cb00ff83eb3dc8f8b126118cf1b4" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="ninjawar">
		<!-- SPS (CAPS) release 3522 -->
		<description>The Ninja Warriors</description>
		<year>1990</year>
		<publisher>Virgin Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="241110">
				<rom name="3522 - ninja warriors, the (europe).ipf" size="241110" crc="4eb0abeb" sha1="e1ef8de2788953c9399515796ee1309ea33ccd3f" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="northstr">
		<!-- SPS (CAPS) release 3592 -->
		<description>North Star</description>
		<year>1988</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3592 - north star (europe).ipf" size="212085" crc="3c78a485" sha1="a8e47ac46b9d6396d422fee1ec91d753ccf66ec6" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="obliter">
		<!-- SPS (CAPS) release 3593 -->
		<description>Obliterator</description>
		<year>1989</year>
		<publisher>Melbourne House</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3593 - obliterator (unknown).ipf" size="234180" crc="2ecaeee7" sha1="5e414ccba57f2fb0d384dac268b7f6f7b1fc48d8" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="p47thun">
		<!-- SPS (CAPS) release 3594 -->
		<description>P-47 Thunderbolt</description>
		<year>1990</year>
		<publisher>Firebird Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3594 - p-47 thunderbolt (europe).ipf" size="236460" crc="5e7c8a54" sha1="077718f2e94cef68e57114249e869d6cb897a616" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="phmpegas">
		<!-- SPS (CAPS) release 3596 -->
		<description>P.H.M. Pegasus</description>
		<year>1988</year>
		<publisher>Electronic Arts</publisher>
		<info name="alt_title" value="P.H.M. Pegasus - Patrol Hydrofoil Missile Craft Simulation (Box)" />

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="238800">
				<rom name="3596 - phm pegasus - patrol hydrofoil missile craft simulation (europe).ipf" size="238800" crc="ef9157eb" sha1="ae18a271c03fee31a70fa55b80ad4b991fab156e" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="pacland">
		<!-- SPS (CAPS) release 3595 -->
		<description>Pac-Land</description>
		<year>1989</year>
		<publisher>Grandslam Entertainments</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="114805">
				<rom name="3595 - pac-land (europe).ipf" size="114805" crc="93e4fc20" sha1="58a070edfbc9d28e9a1a25674867433e7e22e214" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="pang">
		<!-- SPS (CAPS) release 3523 -->
		<description>Pang</description>
		<year>1990</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="196735">
				<rom name="3523 - pang (europe).ipf" size="196735" crc="604502ad" sha1="a7f22304e0deae1a25f23ea7f73570dbcfe2bbd5" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="passsht">
		<!-- SPS (CAPS) release 3524 -->
		<description>Passing Shot</description>
		<year>1989</year>
		<publisher>Image Works</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="77364">
				<rom name="3524 - passing shot (europe).ipf" size="77364" crc="f987b804" sha1="d5537ad6d7670725396d63022fe4fa3a4c3b6aa7" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="pawn">
		<!-- SPS (CAPS) release 3525 -->
		<description>The Pawn</description>
		<year>1987</year>
		<publisher>Rainbird Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3525 - pawn, the (europe).ipf" size="236460" crc="468012a2" sha1="1402a94935992789fdbffa1aa07140d56eeba435" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="pipmania">
		<!-- SPS (CAPS) release 3597 -->
		<description>Pipe Mania</description>
		<year>1990</year>
		<publisher>Empire Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3597 - pipe mania (europe).ipf" size="234180" crc="c42e0870" sha1="70623591fbef78e5562ac88418ad61df1ba9a811" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="pirate33">
		<!-- SPS (CAPS) release 3598 -->
		<description>Pirate 3 +3</description>
		<year>1987</year>
		<publisher>Pirate Software</publisher>
		<info name="games" value="Holiday in Sumaria + Call Me Psycho + Smash Out!" />

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3598 - pirate 3+3 - holiday in sumaria + call me psycho + smash out! (europe).ipf" size="236460" crc="95e093a6" sha1="c6bb5c0c3fd92c8d666b3493ca8fdc55a8f1d35d" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="platoon">
		<!-- SPS (CAPS) release 3526 -->
		<description>Platoon</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="159198">
				<rom name="3526 - platoon (europe).ipf" size="159198" crc="56fe10dc" sha1="d844dabecb043d8c16bd8864b7146de456cda369" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="predatr2">
		<!-- SPS (CAPS) release 3527 -->
		<description>Predator 2</description>
		<year>1991</year>
		<publisher>Image Works</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3527 - predator 2 (europe).ipf" size="234180" crc="2cdff17b" sha1="c691b6cca52aced2790f7e99f27cc6b3e8040c4e" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="protennt">
		<!-- SPS (CAPS) release 3599 -->
		<description>Pro Tennis Tour</description>
		<year>1990</year>
		<publisher>Ubi Soft</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3599 - pro tennis tour (europe).ipf" size="236460" crc="e1e4448b" sha1="b8abc334bf1604934e293c133fdbe3946e744975" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="qoscrup">
		<!-- SPS (CAPS) release 3529 -->
		<description>A Question of Scruples - The Computer Edition</description>
		<year>1987</year>
		<publisher>Leisure Genius</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3529 - question of scruples, a - the computer edition (europe).ipf" size="236460" crc="34d8887c" sha1="2e402eb208ce6695930a8d7e042c4b1f0f7e6944" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="qos">
		<!-- SPS (CAPS) release 3601 -->
		<description>A Question of Sport</description>
		<year>1989</year>
		<publisher>Elite Systems</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3601 - question of sport, a (europe).ipf" size="236460" crc="8402bbeb" sha1="0f47e7c7326ad484f2222579c6395e29031a0115" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="rbibb2">
		<!-- SPS (CAPS) release 3602 -->
		<description>R.B.I. Baseball 2</description>
		<year>1991</year>
		<publisher>Domark</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3602 - r.b.i. baseball two (europe).ipf" size="234180" crc="87c57f24" sha1="5558cfb938091ab469bbec5a3323d69a73186bfd" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="rbisland">
		<!-- SPS (CAPS) release 3600 -->
		<description>Rainbow Islands</description>
		<year>1990</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="211680">
				<rom name="3600 - rainbow islands (europe).ipf" size="211680" crc="d7db38ed" sha1="acfc70b4ecb3a4493321541a86585aaf85aed12c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="renegade">
		<!-- SPS (CAPS) release 3603 -->
		<description>Renegade</description>
		<year>1987</year>
		<publisher>Imagine Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3603 - renegade (europe).ipf" size="236460" crc="84a1fc8e" sha1="bcf794a5ab09f3febd58e26a4e4fa31f5e1941f9" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="rex">
		<!-- SPS (CAPS) release 3605 -->
		<description>Rex</description>
		<year>1988</year>
		<publisher>Martech Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3605 - rex (europe).ipf" size="236460" crc="ee04c2c3" sha1="8bd98191db385647c808453ec50813dd93d72b0c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="roadblst">
		<!-- SPS (CAPS) release 3606 -->
		<description>Road Blasters</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="238800">
				<rom name="3606 - road blasters (europe).ipf" size="238800" crc="95160028" sha1="f0359902f4687a30aa98a2b11e1eee1e170daa15" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="robocop2">
		<!-- SPS (CAPS) release 3528 -->
		<description>Robocop 2</description>
		<year>1988</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="139905">
				<rom name="3528 - robocop 2 (europe).ipf" size="139905" crc="dcedfec7" sha1="80535591f4d93e2df41481df64673571d93b1809" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="rthunder">
		<!-- SPS (CAPS) release 3608 -->
		<description>Rolling Thunder</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237460">
				<rom name="3608 - rolling thunder (europe).ipf" size="237460" crc="ddd2f964" sha1="5a910fc46cef7b545bb817128048de41357e6991" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="rungaunt">
		<!-- SPS (CAPS) release 3609 -->
		<description>Run the Gauntlet</description>
		<year>1989</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3609 - run the gauntlet (europe).ipf" size="212085" crc="e1a23873" sha1="191d4c4f0beef6e4fd4cd47edda058092e2374a5" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="saintgrv">
		<!-- SPS (CAPS) release 3610 -->
		<description>Saint &amp; Greavsie</description>
		<year>1989</year>
		<publisher>Grandslam Entertainments</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="267142">
				<rom name="3610 - saint and greavsie (europe).ipf" size="267142" crc="8e3df69a" sha1="671ed674a6f05d0db8e3e437de87ee2298a43769" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="scrabdx">
		<!-- SPS (CAPS) release 3611 -->
		<description>Scrabble Deluxe</description>
		<year>1987</year>
		<publisher>Leisure Genius</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="233852">
				<rom name="3611 - scrabble deluxe (europe).ipf" size="233852" crc="fd27626b" sha1="06f09b5a89ddd32fff07eb5aeae40bad96d8275e" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="shootdsk">
		<!-- SPS (CAPS) release 3612 -->
		<description>Shootacular Disk 2</description>
		<year>1988</year>
		<publisher>Alternative Software</publisher>
		<info name="game" value="Combat Zone, Firestorm, Dead or Alive" />

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3612 - shootacular disk 2 - combat zone + firestorm + dead or alive (europe).ipf" size="234180" crc="9fbe4d56" sha1="ce4ae2c4e57f68da942249b204ec28a23ae1760c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="simcity">
		<!-- SPS (CAPS) release 3530 -->
		<description>Sim City</description>
		<year>1990</year>
		<publisher>Infogrames</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="12e901e">
				<rom name="3530 - sim city (europe).ipf" size="126717" crc="12e901ee" sha1="7fd665f19a290994dfbf8ba02da19ac1905581be" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="skatball">
		<!-- SPS (CAPS) release 3613 -->
		<description>Skateball</description>
		<year>1988</year>
		<publisher>Ubi Soft</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3613 - skateball (europe).ipf" size="236460" crc="00cb42ee" sha1="f3a0c02215f9ea679bcb338b9f5a9d7cc61ab235" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="skullxbo">
		<!-- SPS (CAPS) release 3614 -->
		<description>Skull &amp; Crossbones</description>
		<year>1991</year>
		<publisher>Domark</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="271685">
				<rom name="3614 - skull &amp; crossbones (europe).ipf" size="271685" crc="a6c33f24" sha1="91c9b414d4ac1bd44657dd68d4ef2c8d911b45db" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="snoopy">
		<!-- SPS (CAPS) release 3531 -->
		<description>Snoopy - The Cool Computer Game</description>
		<year>1991</year>
		<publisher>The Edge</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="195328">
				<rom name="3531 - snoopy - the cool computer game (europe).ipf" size="236460" crc="acdfe6d4" sha1="4ab0bd91d893964d957bf8c7ab3fa79d534220dc" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="soldlght">
		<!-- SPS (CAPS) release 3532 -->
		<description>Soldier of Light</description>
		<year>1988</year>
		<publisher>ACE Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3532 - soldier of light (europe).ipf" size="236460" crc="bffdd16e" sha1="948cf81086d9093da6cd08be61f60d46caf4e933" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="spacecrs">
		<!-- SPS (CAPS) release 3533 -->
		<description>Space Crusade</description>
		<year>1992</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="239805">
				<rom name="3533 - space crusade (europe).ipf" size="239805" crc="9c96fd7b" sha1="a1e5864217fe7f5617d21e005f53752af0238f92" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="sportdsk">
		<!-- SPS (CAPS) release 3534 -->
		<description>Sportacular Disk 1</description>
		<year>1988</year>
		<publisher>Alternative Software</publisher>
		<info name="games" value="Soccer Boss, Olympic Spectacular, Indoor Soccer" />

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3534 - sportacular disk 1 - soccer boss + olympic spectacular + indoor soccer (europe).ipf" size="234180" crc="6945a61b" sha1="bf3f411cbb998a0af1274154f1761e753eb6a92f" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="spywholm">
		<!-- SPS (CAPS) release 3615 -->
		<description>The Spy Who Loved Me</description>
		<year>1990</year>
		<publisher>Domark</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3615 - spy who loved me, the (europe).ipf" size="234180" crc="6d638747" sha1="30763ad2f43935d7b63fdec20e62858357742b77" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="stalingr">
		<!-- SPS (CAPS) release 3535 -->
		<description>Stalingrad</description>
		<year>1988</year>
		<publisher>CCS</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3535 - stalingrad (europe).ipf" size="236460" crc="cb347afc" sha1="cb584de6c08d12788e8ef8c2b5e74e06ffbb2c12" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="starwars">
		<!-- SPS (CAPS) release 3617 -->
		<description>Star Wars</description>
		<year>1987</year>
		<publisher>Domark</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3617 - star wars (europe).ipf" size="236460" crc="f7406cf3" sha1="892d00becdc045a5289c4ae172291486e3107c76" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="jedi">
		<!-- SPS (CAPS) release 3604 -->
		<description>Star Wars - Return of the Jedi</description>
		<year>1989</year>
		<publisher>Domark</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3604 - star wars - return of the jedi (europe).ipf" size="236460" crc="6f6134a2" sha1="7f04c19c145dc216736d8daadba0641277170d4c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="starglid">
		<!-- SPS (CAPS) release 3536 -->
		<description>Starglider</description>
		<year>1986</year>
		<publisher>Rainbird Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3536 - starglider (europe).ipf" size="236460" crc="8bfbfec7" sha1="68b7e4ba0c50cb750926623f513d436a00f73581" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="cchaplin">
		<!-- SPS (CAPS) release 3616 -->
		<description>Starring Charlie Chaplin</description>
		<year>1987</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237460">
				<rom name="3616 - starring charlie chaplin (europe).ipf" size="237460" crc="93bc0467" sha1="02bc05b02a6880deb03db12e658f65d9b46f9a6f" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="subbuteo">
		<!-- SPS (CAPS) release 3618 -->
		<description>Subbuteo - The Computer Game</description>
		<year>1990</year>
		<publisher>Electronic Zoo</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3618 - subbuteo - the computer game (europe).ipf" size="236460" crc="2bc39232" sha1="b4933dd0e5420e1f8c977192cef1dc09dcc0ec81" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="sunxword">
		<!-- SPS (CAPS) release 3619 -->
		<description>The Sun Computer Crosswords Volume 1</description>
		<year>1988</year>
		<publisher>Akom</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3619 - sun computer crosswords volume 1, the (europe).ipf" size="236460" crc="e87a9910" sha1="5c3c7cc4c1d3ae851a1631bfb5a25ec324b33783" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="supercar">
		<!-- SPS (CAPS) release 3537 -->
		<description>Super Cars</description>
		<year>1990</year>
		<publisher>Gremlin Graphics Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="212085">
				<rom name="3537 - super cars (europe).ipf" size="212085" crc="20a43fbb" sha1="de410ab9d0fc172e58d523f4e22088694306f407" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="suprcycl">
		<!-- SPS (CAPS) release 3620 -->
		<description>Super Cycle</description>
		<year>1987</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237460">
				<rom name="3620 - super cycle (europe).ipf" size="237460" crc="4349a0e1" sha1="297c1aedb313a8344f9e7489f7d282e1260506c6" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="ssinv">
		<!-- SPS (CAPS) release 3539 -->
		<description>Super Space Invaders</description>
		<year>1991</year>
		<publisher>Domark</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3539 - super space invaders (europe).ipf" size="234180" crc="3f3b3a3e" sha1="eeed9c991f06819e3a1aed01d42cd0ec364fac6c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="taipan">
		<!-- SPS (CAPS) release 3621 -->
		<description>Tai-pan</description>
		<year>1987</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3621 - tai-pan (europe).ipf" size="236460" crc="aef0bdf1" sha1="467dfa30fa1a1f7278b83d27bd9a1a1a9bfa0bdd" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="tmht">
		<!-- SPS (CAPS) release 3540 -->
		<description>Teenage Mutant Hero Turtles</description>
		<year>1990</year>
		<publisher>Image Works</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3540 - teenage mutant hero turtles (europe).ipf" size="234180" crc="5cba9f99" sha1="920b8203c466a578d73aef39e0b54931e42b359d" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="tmht3" cloneof="tmht">
		<!-- SPS (CAPS) release 3541 -->
		<description>Teenage Mutant Hero Turtles (3&quot;)</description>
		<year>1990</year>
		<publisher>Image Works</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3541 - teenage mutant hero turtles (europe) (three inch).ipf" size="236460" crc="1125e88f" sha1="ee807ed179cb748403f94d7aa4b6e7ae8a9b033b" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="term2">
		<!-- SPS (CAPS) release 3622 -->
		<description>Terminator 2 - Judgment Day</description>
		<year>1991</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="259185">
				<rom name="3622 - terminator 2 - judgment day (europe).ipf" size="259185" crc="da207f08" sha1="04ae9ac360b9fbe23c76a4d380cde9ca9903b0e9" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="tblade">
		<!-- SPS (CAPS) release 3623 -->
		<description>Thunder Blade</description>
		<year>1988</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="237460">
				<rom name="3623 - thunder blade (europe).ipf" size="237460" crc="c83cc174" sha1="eba2cc3c53a1634e48098a431f73dee3169c78d3" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="thdrcats">
		<!-- SPS (CAPS) release 3624 -->
		<description>Thundercats</description>
		<year>1987</year>
		<publisher>Elite Systems</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3624 - thundercats (europe).ipf" size="234180" crc="459999a2" sha1="af7f670ffaf05bc36bb7997849d446770ed7a4b3" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="totrecal">
		<!-- SPS (CAPS) release 3542 -->
		<description>Total Recall</description>
		<year>1991</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="184315">
				<rom name="3543 - total recall (europe).ipf" size="184315" crc="9e5325a8" sha1="1748281e2a811580c3af086e59e9d5302c2c766b" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="totrecalgh" cloneof="totrecal">
		<!-- SPS (CAPS) release 3543 -->
		<description>Total Recall (Guild Home Video Advert)</description>
		<year>1991</year>
		<publisher>Ocean Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="184315">
				<rom name="3542 - total recall (europe) (guild home video advert).ipf" size="184315" crc="48eb67ce" sha1="66005b0a98851cdd784798a94e25b3eee8e3007f" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="brooking">
		<!-- SPS (CAPS) release 3544 -->
		<description>Trevor Brooking's World Cup Glory</description>
		<year>1990</year>
		<publisher>Challenge Software</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3544 - trevor brooking's world cup glory (europe).ipf" size="234180" crc="98358646" sha1="4ddc2a1dfb6e0c6c1e9d209f74d62dba6182f5e8" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="vigilant">
		<!-- SPS (CAPS) release 3626 -->
		<description>Vigilante</description>
		<year>1989</year>
		<publisher>U.S. Gold</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="266892">
				<rom name="3626 - vigilante (europe).ipf" size="266892" crc="4df85c44" sha1="0f13d51918c0df0a07ef13e22b23f49c17007219" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="vixen">
		<!-- SPS (CAPS) release 3545 -->
		<description>Vixen</description>
		<year>1988</year>
		<publisher>Martech Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3545 - vixen (europe).ipf" size="236460" crc="2ebf7637" sha1="8435d9b04b7fe9bcd04679022aa01c85461c3f75" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="warmidle">
		<!-- SPS (CAPS) release 3546 -->
		<description>War in Middle Earth</description>
		<year>1989</year>
		<publisher>Krome Studios Melbourne</publisher>
		<info name="alt_title" value="J.R.R. Tolkien's War in Middle Earth (Box)" />

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3546 - j.r.r. tolkien's war in middle earth (europe).ipf" size="234180" crc="f66db1bb" sha1="e3b62c9c01a49068a6f57abbdea93dd6013b6858" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="welltris">
		<!-- SPS (CAPS) release 3547 -->
		<description>Welltris</description>
		<year>1991</year>
		<publisher>Infogrames</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="236460">
				<rom name="3547 - welltris (europe).ipf" size="236460" crc="18f7df7f" sha1="626b5fbef66aee9fab753eaf4ff95d844ae49efa" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="wcboxman">
		<!-- SPS (CAPS) release 3627 -->
		<description>World Championship Boxing Manager</description>
		<year>1990</year>
		<publisher>Goliath Games</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3627 - world championship boxing manager (europe).ipf" size="234180" crc="20b95f60" sha1="ac43afcf09a27828b503328f236ce40c1842c2a8" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="xout">
		<!-- SPS (CAPS) release 3550 -->
		<description>X-Out</description>
		<year>1990</year>
		<publisher>Rainbow Arts</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="259471">
				<rom name="3550 - x-out (europe).ipf" size="259471" crc="12540648" sha1="4f3650e4739c1eca40d56360b16fd7460d37ac75" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="xenon">
		<!-- SPS (CAPS) release 3549 -->
		<description>Xenon</description>
		<year>1988</year>
		<publisher>Melbourne House</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="234180">
				<rom name="3549 - xenon (europe).ipf" size="234180" crc="01daebfa" sha1="5ae00774d2da999b95b29142d11a01311b2cf07c" offset="0" />
			</dataarea>
		</part>
	</software>

	<software name="xybots">
		<!-- SPS (CAPS) release 3628 -->
		<description>Xybots</description>
		<year>1989</year>
		<publisher>Domark</publisher>

		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="209805">
				<rom name="3628 - xybots (europe).ipf" size="209805" crc="51a0d849" sha1="86461e526a4cf5c7731f1e1067433ca9c8d57dec" offset="0" />
			</dataarea>
		</part>
	</software>


	<!-- Other images -->

	<software name="pacmania" >
		<description>Pac-Mania (Euro, Aus)</description>
		<year>1988</year>
		<publisher>Grandslam Entertainments</publisher>
		<part name="flop1" interface="floppy_3">
			<dataarea name="flop" size="195328">
				<rom name="pac-mania.dsk" size="195328" crc="88f5506b" sha1="827c95935dd3a1dd919989fc6d7a0efa4e5aebc1" offset="0" />
			</dataarea>
		</part>
	</software>

</softwarelist>