summaryrefslogtreecommitdiffstatshomepage
path: root/hash/apple2gs_flop_clcracked.xml
blob: cfb67644ba0b2e82d3c112cd4b5a288d6f069bf7 (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
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<!--
license:CC0
-->

<softwarelist name="apple2gs_flop_clcracked" description="Apple IIgs cleanly cracked 3.5&quot; disks">

	<software name="4thinchs">
		<description>4th &amp; Inches (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs -->
		<!-- The Team Construction Set was sold seperatly, but only works with 4th & Inches so it's included as "Disk 2" -->
		<!-- The Team Construction Set disk doesn't check itself for being an original, but runs a nibble count on the 4th & Inches disk -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="4th &amp; inches iigs (trex crack).2mg" size="819264" crc="63566084" sha1="2f2780317b64acfee335f14df333f2e6d275632a"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Team Construction disk"/>
			<dataarea name="flop" size="819264">
				<rom name="4th &amp; inches team construction disk iigs (trex crack).2mg" size="819264" crc="85a18133" sha1="3a45fb29a5b0b4ecebd99c396a6c1d2859087e50"/>
			</dataarea>
		</part>
	</software>

	<software name="aesopfbl">
		<description>Aesop's Fables (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Aesop's Fables" is a 1988 educational program developed by William Demas, June Stark, and Joseph B. Hewitt IV, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="aesop's fables iigs - disk 1 (trex crack).2mg" size="819264" crc="45eceb6d" sha1="82fa0b3d9e303b576ac4e469708860c1cbd88e5b"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="aesop's fables iigs - disk 2 (trex crack).2mg" size="819264" crc="87c1d3ae" sha1="44531b8c40a966d7999397a2f41fbcbff47b4ceb"/>
			</dataarea>
		</part>
	</software>

	<software name="allabamr">
		<description>All About America (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K ROM3 Apple IIgs. (crashes on ROM01 Apple IIgs?) -->
		<!--"All About America" is a 1988 educational program developed by Stanley Brewster, June Stark, and Joseph B. Hewitt IV, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="all about america iigs - disk 1 (trex crack).2mg" size="819264" crc="0ffc52de" sha1="147395c621f0c1075995da84c11980df3add6403"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="all about america iigs - disk 2 (trex crack).2mg" size="819264" crc="dbc50936" sha1="faf94b81dfe45af084ceb82dcc2a08e750aa24f3"/>
			</dataarea>
		</part>
	</software>

	<software name="alandofys">
		<description>Ancient Land of Ys (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Kyodai</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Ancient Land of Ys" is a 1989 fantasy role playing game developed by Kyodai and distributed by Brøderbund. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="ancient land of ys iigs - disk 1 - program disk (trex crack).2mg" size="819264" crc="1770d1a8" sha1="f298033c84a26f8835a7c29327dffee09ddefcf6"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Data disk"/>
			<dataarea name="flop" size="819264">
				<rom name="ancient land of ys iigs - disk 2 - data disk (trex crack).2mg" size="819264" crc="b4056419" sha1="2a6141344cbaa09b01aae468a86c40c8f9cce1e6"/>
			</dataarea>
		</part>
	</software>

	<software name="arkanoid">
		<description>Arkanoid (Version 12-Jan-89) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Taito</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs -->
		<!--"Arkanoid" is a 1988 action game developed by Ryan Ridges and John Lund, and distributed by Taito America. -->
		<!-- The copy protection routines are not compatible with the ROM03, however the cracked version runs on any 512K Apple IIgs -->
		<!-- ark.s16 dated 12-Jan-89 -->
		<!-- Protection: Excessive zero bits after D5 CC AA header. Then 4 bytes are read through 4 loops with matches recorded. Read matches must equal less then 12 out of 16 reads -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="arkanoid iigs (12-jan-89) (trex crack).2mg" size="819264" crc="1cd0cc32" sha1="0c8fda06f1ddd7a53d7a0e36276f1fb45e993c42"/>
			</dataarea>
		</part>
	</software>

	<software name="arknoid2">
		<description>Arkanoid II: Revenge of Doh (Version 29-Aug-89) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Taito</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs ROM01 or later. -->
		<!--"Arkanoid II" is a 1989 action game developed by Ryan Ridges and John Lund, and distributed by Taito America. -->
		<!-- ark.s16 dated 29-Aug-89 -->
		<!-- Protection: Excessive zero bits after D5 CC AA header. Then 4 bytes are read through 4 loops with matches recorded. Read matches must equal less then 12 out of 16 reads -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="arkanoid ii - revenge of doh iigs (29-aug-89) (trex crack).2mg" size="819264" crc="d9207384" sha1="b04253e088b65df6189268c6e5eade67fb155827"/>
			</dataarea>
		</part>
	</software>

	<software name="arknoid2a" cloneof="arknoid2">
		<description>Arkanoid II: Revenge of Doh (Version 18-Jul-89) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Taito</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs ROM01 or later. -->
		<!--"Arkanoid II" is a 1989 action game developed by Ryan Ridges and John Lund, and distributed by Taito America. -->
		<!-- ark.s16 dated 18-Jul-89 -->
		<!-- Protection: Excessive zero bits after D5 CC AA header. Then 4 bytes are read through 4 loops with matches recorded. Read matches must equal less then 12 out of 16 reads -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="arkanoid ii - revenge of doh iigs (18-jul-89) (trex crack).2mg" size="819264" crc="b3b4cd5b" sha1="4d302c876001cf638afa0c58d8254b7f2d138c51"/>
			</dataarea>
		</part>
	</software>

	<software name="btlchess">
		<description>Battle Chess (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Interplay</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Jim Sproul, Todd J. Camasta, Bruce Schlickbernd, Kurt Heiden, Bill (Weez) Dugan, Thomas R. Decker, Troy P. Worrell, Michael Quarles, Rebecca Heineman, and Alan Pavlish"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Battle Chess" is a 1989 board game developed by Jim Sproul, Todd J. Camasta, Bruce Schlickbernd, Kurt Heiden, Bill (Weez) Dugan, Thomas R. Decker, Troy P. Worrell, Michael Quarles, Rebecca Heineman, and Alan Pavlish, and distributed by Interplay. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="battle chess iigs (trex crack).2mg" size="819264" crc="f40de0f7" sha1="8cd2fc36064fe531172d532db948865bce36307a"/>
			</dataarea>
		</part>
	</software>

	<software name="blockout">
		<description>Block Out (Version 1.0) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Alexander Ustaszewski, Marek Jackiewicz, Adam Skorupinski, Marcin Szostakowski, and Marcin Grzegorzewski"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Block Out" is a 1989 action game developed by Alexander Ustaszewski, Marek Jackiewicz, Adam Skorupinski, Marcin Szostakowski, and Marcin Grzegorzewski, and distributed by California Dreams. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="block out v1.0 iigs (trex crack).2mg" size="819264" crc="c15e712f" sha1="fe037f0ac74aea08a82bb7ee748fba77b563d58a"/>
			</dataarea>
		</part>
	</software>

	<software name="bghost">
		<description>Bubble Ghost (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Bubble Ghost" is a 1988 action game developed by Infogrames and distributed by Accolade. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="bubble ghost iigs (trex crack).2mg" size="819264" crc="cba0efd6" sha1="e6ac73d5415aab87d4206d49bd1aa5cbc2d558f5"/>
			</dataarea>
		</part>
	</software>

	<software name="bghosthd" cloneof="bghost">
		<description>Bubble Ghost - Hard Drive compatible (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Bubble Ghost" is a 1988 action game developed by Infogrames and distributed by Accolade. -->
		<!-- Hard coded path names were replaced with names to use current volume / directory -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="bubble ghost iigs (hard drive mod) (trex crack).2mg" size="819264" crc="6a612172" sha1="02b32bee6e79055f0436f693a6e12563f2d4c1a1"/>
			</dataarea>
		</part>
	</software>

	<software name="calcraft">
		<description>Calendar Crafter (Version 1.2) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 01 or later. -->
		<!--"Calendar Crafter" is a 1987 productivity program developed by Gene Breault, Charolyn Kapplinger, Diane Portner, Steven D. Splinter, and Paul R. Wenker, and distributed by MECC. -->
		<!-- Protection: Bad block check for block $8 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="calendar crafter v1.2 iigs(trex crack).2mg" size="819264" crc="65717231" sha1="2f2415385a699fc78a68a3a73ff8470a5fc8df6f"/>
			</dataarea>
		</part>
	</software>

	<software name="calgames">
		<description>California Games (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Jimmy Huey, Dan Chang, Jenny Martin, Sheryl Knowles, Bill Bogenreif, Matt Householder, and Ron Fortier"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"California Games" is a 1988 sports game developed by Jimmy Huey, Dan Chang, Jenny Martin, Sheryl Knowles, Bill Bogenreif, Matt Householder, and Ron Fortier, and distributed by Epyx. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="california games iigs (trex crack).2mg" size="819264" crc="908b7825" sha1="d276969f7e11b493d10fb2d7b2943c3e668864aa"/>
			</dataarea>
		</part>
	</software>

	<software name="captbld">
		<description>Captain Blood (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Captain Blood" is a 1989 simulation game developed by Philippe Ulrich, Didier Bouchon, Jean-Michel Jarre, Alexis Martial, and Michael Rho, and distributed by Mindscape. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="captain blood iigs (trex crack).2mg" size="819264" crc="7b2dede6" sha1="6ead26e7e2c4d3bb65b3d91e13df784503c9e643"/>
			</dataarea>
		</part>
	</software>

	<software name="cavcobra">
		<description>Cavern Cobra (cleanly cracked)</description>
		<year>1987</year>
		<publisher>PBI Software</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Greg Hale and Richard L. Seaborne"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Cavern Cobra" is a 1987 action game developed by Greg Hale and Richard L. Seaborne, and distributed by PBI Software. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="cavern cobra iigs (trex crack).2mg" size="819264" crc="8345e4a2" sha1="8a3c05ce714b5f3bbbc5bc1d6649530e21c093b3"/>
			</dataarea>
		</part>
	</software>

	<software name="clbbgmn">
		<description>Club Backgammon (Version 2.0) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Club Backgammon" is a 1988 board game developed by Staszek Bartkowski, Jarek Olszewski, Dorota Błaszczak, Maciej Markuszewski, and Marcin Szostakowski, and distributed by California Dreams. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="club backgammon v2.0 iigs (trex crack).2mg" size="819264" crc="94bc57d4" sha1="bd32dd7098ddbbeaf89620e1faf32b66df91a4f7"/>
			</dataarea>
		</part>
	</software>

	<software name="clbbgmna" cloneof="clbbgmn">
		<description>Club Backgammon (Version 1.0) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Club Backgammon" is a 1988 board game developed by Staszek Bartkowski, Jarek Olszewski, Dorota Błaszczak, Maciej Markuszewski, and Marcin Szostakowski, and distributed by California Dreams. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="club backgammon v1.0 iigs (trex crack).2mg" size="819264" crc="b511a503" sha1="e0dbfb6311329ca50b88fe4c94b618f360988d88"/>
			</dataarea>
		</part>
	</software>

	<software name="cribgin">
		<description>Cribbage King / Gin King (Version 1.01) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"Cribbage King / Gin King" is a 1989 board game developed by Mark Manyen, Don Laabs, David M. Linnehan, and Elizabeth Scafati, and distributed by The Software Toolworks. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="cribbage king - gin king v1.01 iigs - disk 1 - system.2mg" size="819264" crc="13734d39" sha1="5c501b2e3d17eb8dbc518a7be038953b5eef6f86"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="cribbage king - gin king v1.01 iigs - disk 2 - program (trex crack).2mg" size="819264" crc="a94cd6a5" sha1="50f215f226f14effcb1c29974b94e34a11e66783"/>
			</dataarea>
		</part>
	</software>

	<software name="defcrown">
		<description>Defender of the Crown (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Cinemaware</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Defender of the Crown" is a 1988 adventure game developed by Kellyn Beeck, James Sachs, Ivan Manley, Robert Jacob, Phyllis Jacob, Pat Cook, Jim Cuomo, Tom Warner, Jeff Hilbers, Steve Quinn, Richard La Barre, John Cutter, Rob Landeros, Doug Smith, Betsy Scafati, and Wayne Brockman, and distributed by Cinemaware Corporation. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Reel 1"/>
			<dataarea name="flop" size="819264">
				<rom name="defender of the crown iigs - reel 1 (trex crack).2mg" size="819264" crc="c6e42ad9" sha1="798e460a036cd089e714fa4c42477c807942b55d"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Reel 2"/>
			<dataarea name="flop" size="819264">
				<rom name="defender of the crown iigs - reel 2 (trex crack).2mg" size="819264" crc="cecd1d4c" sha1="9a25fc96e8ed25cc5afeab36396e8f376268258b"/>
			</dataarea>
		</part>
	</software>

	<software name="dejavu">
		<description>Déjà Vu (cleanly cracked)</description>
		<year>1988</year>
		<publisher>ICOM Simulations</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM01 or later. -->
		<!--"Deja Vu" is a 1988 adventure game developed by Fred Allen, David Marsh, Karl Roelofs, Todd Squires, Craig Erickson, Kurt Nelson, Steven Hays, Terry Schulenburg, Darin Adler, Jay Zipnick, Waldermar Horwat, Mark Waterman, and Tod Zipnick, and distributed by ICOM Simulations. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="deja vu iigs - disk 1 - system disk (trex crack).2mg" size="819264" crc="cc772518" sha1="dc2426407b1177a717d93d09416875228b971ce0"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="deja vu iigs - disk 2 - program disk (trex crack).2mg" size="819264" crc="6d60c03b" sha1="f99fee8c3870bfdf4f2483f7801f3c7f9a11a3ff"/>
			</dataarea>
		</part>
	</software>

	<software name="dejavu2">
		<description>Déjà Vu II: Lost in Las Vegas (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Déjà Vu II: Lost in Las Vegas" is a 1989 adventure game developed by Fred Allen, David Marsh, Michael Manning, Todd Squires, David Feldman, Paul Snively, Brian Baker, Karl Roelofs, Ed Dluzen, Darin Adler, Jay Zipnick, Waldemar Horwat, Julia Ulano, Tod Zipnick, and Mitch Adler, and distributed by Mindscape. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="deja vu ii lost in las vegas - disk 1 - system disk (trex crack).2mg" size="819264" crc="9dd61c1e" sha1="ef2237b9d2a8af21f991ee611fc6be16fa370399"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="deja vu ii lost in las vegas iigs - disk 2 - program disk (trex crack).2mg" size="819264" crc="c0361def" sha1="420226429cfb3cf015d7540251863b8445aaa0d7"/>
			</dataarea>
		</part>
	</software>

	<software name="dsgnprnt">
		<description>Designer Prints (Version 1.0) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 01 or later. -->
		<!--"Designer Prints" is a 1989 desktop publishing program developed by Diane Portner, Michael Stein, Brian Walker, and Paul Wenker, and distributed by MECC. -->
		<!-- Protection: Bad block check for block $8 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="designer prints v1.0 iigs - disk 1 - system (trex crack).2mg" size="819264" crc="40720257" sha1="91cde62b8b6a1d8420af13580f707cb910ad1e22"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="designer prints v1.0 iigs - disk 2 - program (trex crack).2mg" size="819264" crc="aa1887a9" sha1="2727f3bb37d8cfaae85af20562e0d9f080fa1857"/>
			</dataarea>
		</part>
	</software>

	<software name="dsgnpuzl">
		<description>Designer Puzzles (Version 1.0) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 01 or later. -->
		<!--"Designer Puzzles" is a 1990 desktop publishing program developed by Susan Gabrys, John J. Krenz, Diane Portner, and Steve Splinter, and distributed by MECC. -->
		<!-- Protection: Bad block check for block $8 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="designer puzzles v1.0 iigs - disk 1 - system (trex crack).2mg" size="819264" crc="e1c43cca" sha1="e81f5fb94098806ea04f1d911b21ba46dc4ff4ef"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="designer puzzles v1.0 iigs - disk 2 - program (trex crack).2mg" size="819264" crc="3ac9cb9a" sha1="a48e900f2699fcc85a505a6486fb7635c0d1e1de"/>
			</dataarea>
		</part>
	</software>

	<software name="destryr">
		<description>Destroyer (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Destroyer" is a 1987 simulation game developed by Michael Kosaka and Chuck Sommerville, and distributed by Epyx. -->
		<!-- Protection: Nibble count on tracks $20 & $21 - 10 seperate occurances (Yes 10!) -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="destroyer iigs (trex crack).2mg" size="819264" crc="a6943b6d" sha1="2160a034da86a894a0615490d55b8c585f0e1fcc"/>
			</dataarea>
		</part>
	</software>

	<software name="dhilchl">
		<description>Downhill Challenge (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Brøderbund Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Downhill Challenge" is a 1989 sports game designed by Christian Bertrand, ported to the Apple IIgs by Jean Claude Levy, and distributed by Brøderbund Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="downhill challenge iigs - disk 1 - system disk (trex crack).2mg" size="819264" crc="0168462f" sha1="bd7dba9c84634a93360b9a1615debf7908603e95"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Game disk"/>
			<dataarea name="flop" size="819264">
				<rom name="downhill challenge iigs - disk 2 - game disk (trex crack).2mg" size="819264" crc="01d4dd29" sha1="3ae9ec0b5eb5893327eef32167ae3c95fb7c89e3"/>
			</dataarea>
		</part>
	</software>

	<software name="fantavsn">
		<description>Fantavision (Version 2.1) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Brøderbund Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs ROM 01 or earlier. -->
		<!-- NOT Compatible with the Apple IIgs ROM03. -->
		<!--"Fantavision IIgs" is a 1987 graphics program developed by Scott Anderson and Ken Rosen, and distributed by Brøderbund Software. -->
		<!-- About screen shows "BrøderbundS NEW FANTAVISION GS" -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="fantavision v2.1 iigs (trex crack).2mg" size="819264" crc="e0430e48" sha1="cb7762e193296cb3648687424b5911ea4c8d3902"/>
			</dataarea>
		</part>
	</software>

	<software name="fantavsna" cloneof="fantavsn">
		<description>Fantavision (Version 1.0) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Brøderbund Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs ROM 01 or earlier. -->
		<!-- NOT Compatible with the Apple IIgs ROM03. -->
		<!--"Fantavision IIgs" is a 1987 graphics program developed by Scott Anderson and Ken Rosen, and distributed by Brøderbund Software. -->
		<!-- About screen shows "Brøderbund presents FANTAVISION" -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="fantavision v1.0 iigs (trex crack).2mg" size="819264" crc="0a94d284" sha1="09ee33786fef5f1d1eaadeb85ba275c9a451f003"/>
			</dataarea>
		</part>
	</software>

	<software name="fastbrk">
		<description>Fast Break (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Fast Break" is a 1989 sports game developed by Steve Cartwright, Greg Hospelhorn, George Wong, Pam Levins, and Roseann Mitchell, and distributed by Accolade. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="fast break iigs (trex crack).2mg" size="819264" crc="b112c95f" sha1="f145e9973b4849f7cd1759a461832b34d2bf6df4"/>
			</dataarea>
		</part>
	</software>

	<software name="finalass">
		<description>Final Assault (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Final Assault" is a 1988 sports game developed by Infogrames and distributed by Epyx. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="final assault iigs (trex crack).2mg" size="819264" crc="1de1fae5" sha1="ae7329a9614f2be55232d2f7584b885b3ee3ed61"/>
			</dataarea>
		</part>
	</software>

	<software name="gauntlet">
		<description>Gauntlet (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs. -->
		<!--"Gauntlet" is a 1988 action game distributed by Mindscape. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="gauntlet iigs (trex crack).2mg" size="819264" crc="9350598a" sha1="e594829ae86956a4e86a5e7243e82bf7d3606c17"/>
			</dataarea>
		</part>
	</software>

	<software name="geometry">
		<description>Geometry (Version 1.0) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Brøderbund</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Geometry v1.0" is a educational program teaching the concepts of geometry by Sensei Software, and publised by Brøderbund Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="geometry v1.0 iigs - disk 1 - System disk (trex crack).2mg" size="819264" crc="8f090d9b" sha1="c0620fd5df319357f830e109600da3cab2d1f0d4"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="geometry v1.0 iigs - disk 2 (trex crack).2mg" size="819264" crc="e01d0b28" sha1="545c72635f0cc2ff5498ae457fea07c11e09840e"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3"/>
			<dataarea name="flop" size="819264">
				<rom name="geometry v1.0 iigs - disk 3 (trex crack).2mg" size="819264" crc="6b68ee23" sha1="c5ff132dbdb9deed4a791ab07659563378ed2dee"/>
			</dataarea>
		</part>
	</software>

	<software name="gnrlgolf">
		<description>Gnarly Golf (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Fanfare by Britannica</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Gnarly Golf" is a 1989 miniture golf / putt game by Jim Coliz Jr & Darren Bartlett of Visual Concepts, Ltd., and distributed by Britannica Software. -->
		<!-- Protection: Read block $63F with data markers AD AA D5 and compare read data against self generated data -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="gnarly golf iigs disk 1 - program (trex crack).2mg" size="819264" crc="b1a3cc99" sha1="6823ceb096d707670168af9e97549fc8787004a1"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Course disk"/>
			<dataarea name="flop" size="819264">
				<rom name="gnarly golf iigs disk 2 - course (trex crack).2mg" size="819264" crc="92373f7e" sha1="a14134e2cf97f11c540c3c2a3016db1bab490b5b"/>
			</dataarea>
		</part>
	</software>

	<software name="gpcirc">
		<description>Grand Prix Circuit (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Don Mattrick, Brad Gour, Allan Johanson, Erik Kiss, Amory Wong, Rick Friesen, and Kris Hatlelid"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Grand Prix Circuit" is a 1989 racing simulation game developed by Don Mattrick, Brad Gour, Allan Johanson, Erik Kiss, Amory Wong, Rick Friesen, and Kris Hatlelid, and distributed by Accolade. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="grand prix circuit iigs (trex crack).2mg" size="819264" crc="a8877cb5" sha1="27b4c207a0bcda52c45bffd26302c2e5739e11527"/>
			</dataarea>
		</part>
	</software>

	<software name="gwshoot">
		<description>Great Western Shootout (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Britannica Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Great Western Shootout" is a 1989 action game developed by Scott Patterson and Matt Crysdale, and distributed by Britannica Software. -->
		<!-- Disk 2 was a copy / back-up of the original Game Disk -->
		<!-- Protection: Read block $63F with data markers AD AA D5 and compare read data against self generated data -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Game disk"/>
			<dataarea name="flop" size="819264">
				<rom name="great western shootout iigs - game disk (trex crack).2mg" size="819264" crc="1a4d1dd5" sha1="fe023cce106c4dfac512a215277de15a4eb6992e"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Back-up game disk"/>
			<dataarea name="flop" size="819264">
				<rom name="great western shootout iigs - back-up game disk (trex crack).2mg" size="819264" crc="1a4d1dd5" sha1="fe023cce106c4dfac512a215277de15a4eb6992e"/>
			</dataarea>
		</part>
	</software>

	<software name="hacker2">
		<description>Hacker II: The Doomsday Papers (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Hacker II: The Doomsday Papers" is a 1987 simulation game developed by Steve Cartwright and distributed by Activision. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="hacker ii - the doomsday papers iigs (trex crack).2mg" size="819264" crc="89341016" sha1="e4a4a4cf5e4a723de531cf90825bbe8b97115109"/>
			</dataarea>
		</part>
	</software>

	<software name="hardball">
		<description>Hardball! (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Dan Thompson, Ed Bogas, John Boechler, and Mike Benna"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Hardball!" is a 1987 sports game developed by Dan Thompson, Ed Bogas, John Boechler, and Mike Benna, and distributed by Accolade. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="hardball iigs (trex crack).2mg" size="819264" crc="5dac9206" sha1="55ffa3a5931449ae6c6de43f52f288f7ef3258e5"/>
			</dataarea>
		</part>
	</software>

	<software name="hostage">
		<description>Hostage: Rescue Mission (cleanly cracked)</description>
		<year>1990</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Hostage: Rescue Mission" is a 1990 simulation game developed by Infogrames and distributed by Mindscape. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="hostage - rescue mission iigs (trex crack).2mg" size="819264" crc="96b1c5b2" sha1="8c541ef7455a4cd5f9cb90093b158b618cdb131c"/>
			</dataarea>
		</part>
	</software>

	<software name="impmiss2">
		<description>Impossible Mission II (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Istvan Cseri, Gyula Horvath, Pal Komondi, and Sultan"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Impossible Mission II" is a 1989 action game developed by Istvan Cseri, Gyula Horvath, Pal Komondi, and Sultan, and distributed by Epyx. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="impossible mission ii iigs (trex crack).2mg" size="819264" crc="74ff8279" sha1="53daf3ca16a5f2bee0104e1d6688ce45ead599bc"/>
			</dataarea>
		</part>
	</software>

	<software name="nicklaus">
		<description>Jack Nicklaus' Greatest 18 Holes of Major Championship Golf (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Jack Nicklaus' Greatest 18 Holes of Major Championship Golf" is a 1989 sports game developed by Tony Manso and distributed by Accolade. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="jack nicklaus' greatest 18 holes of major championship golf iigs - disk 1 - program disk (trex crack).2mg" size="819264" crc="fe61da3c" sha1="534a006bc861f17340df146e7735c0c566862b34"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Course disk"/>
			<dataarea name="flop" size="819264">
				<rom name="jack nicklaus' greatest 18 holes of major championship golf iigs - disk 2 - course disk (trex crack).2mg" size="819264" crc="600ed4ff" sha1="42dbe44b840c9512455184c64e1fc0f9b29706d4"/>
			</dataarea>
		</part>
	</software>

	<software name="jigsaw">
		<description>Jigsaw (Version 1.4 - 022988) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Britannica Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM01 or later. -->
		<!--"Jigsaw" is a 1988 board game developed by Javier Rullan Ruano and Huibert Aalbers, and distributed by Britannica Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="jigsaw v1.4 (022988) iigs - disk 1 - program disk (trex crack).2mg" size="819264" crc="24002d06" sha1="b901d7064f5cd65b36f6b9d3767d9692142c8a6b"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Picture library"/>
			<dataarea name="flop" size="819264">
				<rom name="jigsaw v1.4 (022988) iigs - disk 2 - picture library (trex crack).2mg" size="819264" crc="a513c0cb" sha1="d62c330b6e2b1debe2b1b1e5b9d70c6295335658"/>
			</dataarea>
		</part>
	</software>

	<software name="kingqst">
		<description>King's Quest - Quest for the Crown (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"King's Quest - Quest for the Crown" is a 1987 adventure game developed by Roberta Williams, Al Lowe, Bob Kernaghan, Robert E. Heitman, Jeff Stephenson, Chris Iden, Doug MacNeill, Margaret Lowe, Dale Carlson, Jennifer Cobb, Chad Bye, Jeremy T. Cromwell, Carlos Escobar, Annette Childs, Greg Steffen, and Ken Williams, and distributed by Sierra On-Line. -->
		<!-- Protection: Bad block check for block $634 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="king's quest - quest for the crown iigs - disk 1 (trex crack).2mg" size="819264" crc="fd8ec559" sha1="ecd22526d022247393e7eb69b76c2ef7e48bee5f"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="king's quest - quest for the crown iigs - disk 2 (trex crack).2mg" size="819264" crc="3f71d689" sha1="d961c10eba23a15f1df851e3d7150c0615d5b78d"/>
			</dataarea>
		</part>
	</software>

	<software name="kingqst2">
		<description>King's Quest II - Romancing The Throne (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"King's Quest II - Romancing The Throne" is a 1987 adventure game developed by Roberta Williams, Al Lowe, Bob Kernaghan, Robert E. Heitman, Jeff Stephenson, Chris Iden, Doug MacNeill, Margaret Lowe, Dale Carlson, Jennifer Cobb, Chad Bye, Jeremy T. Cromwell, Carlos Escobar, Annette Childs, Greg Steffen, and Ken Williams, and distributed by Sierra On-Line. -->
		<!-- Protection: Bad block check for block $634 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="king's quest ii - romancing the throne iigs - disk 1 (trex crack).2mg" size="819264" crc="b9471715" sha1="c5030ccde3bd9bbb7d4f2735733269ebcb0fc7b4"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="king's quest ii - romancing the throne iigs - disk 2 (trex crack).2mg" size="819264" crc="ca9f6588" sha1="d8f755e80185b6e6e7af43fcb23b72e497941da3"/>
			</dataarea>
		</part>
	</software>

	<software name="kingqst3">
		<description>King's Quest III - To Hier is Human (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"King's Quest III - To Hier is Human" is a 1988 adventure game developed by Roberta Williams, Al Lowe, Bob Kernaghan, Robert E. Heitman, Jeff Stephenson, Chris Iden, Doug MacNeill, Margaret Lowe, Dale Carlson, Jennifer Cobb, Chad Bye, Jeremy T. Cromwell, Carlos Escobar, Annette Childs, Greg Steffen, and Ken Williams, and distributed by Sierra On-Line. -->
		<!-- Protection: Bad block check for block $634 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="king's quest iii - to hier is human iigs - disk 1 (trex crack).2mg" size="819264" crc="01929d52" sha1="1861372f15165e7e65c011a721f6488d576ad465"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="king's quest iii - to hier is human iigs - disk 2 (trex crack).2mg" size="819264" crc="55741036" sha1="5a57837dbd0a1dedb054b661fd2527edbc936011"/>
			</dataarea>
		</part>
	</software>

	<software name="lasrforc">
		<description>LaserForce (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Fanfare</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1.25MB Apple IIgs.-->
		<!--"LaserForce" is a 1989 action game developed by Javier Rullan, Huibert Aalbers, Thierry Méchain, Stéphane Renaudin, J-C. Doré, and Olivier Guichaoua, and distributed by Fanfare. -->
		<!-- Protection: Read block $63F with data markers AD AA D5 and compare read data against self generated data -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="laserforce iigs - disk 1 (trex crack).2mg" size="819264" crc="1d6599e8" sha1="631a55cd0efba1fec91674112b7a945f5e29b6b5"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="laserforce iigs - disk 2 (trex crack).2mg" size="819264" crc="fb6e89bb" sha1="660199a65ec7328fd0757f0581c07014d55f0c1a"/>
			</dataarea>
		</part>
	</software>

	<software name="lslarry">
		<description>Leisure Suit Larry in the Land of the Lounge Lizards (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Leisure Suit Larry in the Land of the Lounge Lizards" is a 1987 adventure game developed by Al Lowe, Chuck Benton, Mark Crowe, Jeff Stephenson, Chris Iden, Bob Heitman, Ken Williams, and Carlos Escobar, and distributed by Sierra On-Line. -->
		<!-- Protection: Bad block check for block $634 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="leisure suit larry in the land of the lounge lizards iigs - disk 1 (trex crack).2mg" size="819264" crc="9d33056d" sha1="425395bdda7c2a80969d91e950edeb03a1b212c6"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="leisure suit larry in the land of the lounge lizards iigs - disk 2 (trex crack).2mg" size="819264" crc="e1fa7b20" sha1="cc16b8f8e06f6d22febe375a2ac1372ef81989dd"/>
			</dataarea>
		</part>
	</software>

	<software name="magicmth">
		<description>Magical Myths (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Magical Myths" is a 1988 educational program developed by Stanley Brewster, June Stark, and Joseph B. Hewitt IV, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="magical myths iigs - disk 1 (trex crack).2mg" size="819264" crc="5857246f" sha1="2107f5fd5341414c1fd8e85474b0ca2a98f01748"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="magical myths iigs - disk 2 (trex crack).2mg" size="819264" crc="bf41ab59" sha1="1077a37340c212ff9e875a6c2deac4a3142770a0"/>
			</dataarea>
		</part>
	</software>

	<software name="mancala">
		<description>Mancala (Version 1.0) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Macala" is a 1988 board game developed by Jarek Olszewski, Maciej Markuszewski, Marcin Szostakowski, and Dorota Błaszczak, and distributed by California Dreams. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="mancala v1.0 iigs (trex crack).2mg" size="819264" crc="027b7cfb" sha1="e7772d01109045cb4f036a8a799fa18a01e2508e" />
			</dataarea>
		</part>
	</software>

	<software name="marble">
		<description>Marble Madness (cleanly cracked)</description>
		<year>1986</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Will Harvey"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Marble Madness" is a 1986 action game developed by Will Harvey and distributed by Electronic Arts. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="marble madness iigs (trex crack).2mg" size="819264" crc="d400455e" sha1="68526119d1f3b31e01d9b9b52a364323f88b2b58"/>
			</dataarea>
		</part>
	</software>

	<software name="mathblst">
		<description>Math Blaster Plus! (Version 1.1) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Davidson and Associates</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Math Blaster Plus!" is a 1989 educational program designed by Jan Davidson and Cathy Johnson, written by C.K. Haun, and distributed by Davidson and Associates. -->
		<!-- Protection: Bad block check for block $308 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="math blaster plus v1.1 iigs (trex crack).2mg" size="819264" crc="96b3a909" sha1="5c7a1e8172f25ef328239971175b1f28a317fe2a" />
			</dataarea>
		</part>
	</software>

	<software name="mathblsta" cloneof="mathblst">
		<description>Math Blaster Plus! (Version 1.0) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Davidson and Associates</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Math Blaster Plus!" is a 1989 educational program designed by Jan Davidson and Cathy Johnson, written by C.K. Haun, and distributed by Davidson and Associates. -->
		<!-- Protection: Bad block check for block $308 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="math blaster plus v1.0 iigs (trex crack).2mg" size="819264" crc="37120366" sha1="b6a585415cbac0f69182da911bf7ec298df5fcbc" />
			</dataarea>
		</part>
	</software>

	<software name="mthwizrd">
		<description>Math Wizard (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Math Wizard" is a 1988 educational program developed by William Demas, June Stark, and Joseph B. Hewitt IV, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="math wizard iigs - disk 1 (trex crack).2mg" size="819264" crc="c02b08b4" sha1="be668ddd56133162ee24cff499bb8bb34590a6c8"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="math wizard iigs - disk 2 (trex crack).2mg" size="819264" crc="81550924" sha1="cc1291f2ba15ad234414b28af3fff34ddc975d49"/>
			</dataarea>
		</part>
	</software>

	<software name="mavisbcn">
		<description>Mavis Beacon Teaches Typing (Version 1.8 21-Dec-88) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Mavis Beacon Teaches Typing" is a 1987 educational program developed and distributed by The Software Toolworks. -->
		<!-- mavis.s16 dated 21-Dec-88 - Currently NOT archived: v1.5 (unknown program date) -->
		<!-- Protection: Bad block check for block $63A -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="mavis beacon teaches typing v1.8 iigs - disk 1 - program disk (trex crack).2mg" size="819264" crc="273ae0b2" sha1="4bea4f4e1d7af7e2e9b69343f1e10c36ccd8cbd4"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Data disk"/>
			<dataarea name="flop" size="819264">
				<rom name="mavis beacon teaches typing v1.8 iigs - disk 2 - data disk (trex crack).2mg" size="819264" crc="bcc4a599" sha1="38ed4ebd59f8795ff32ab3e4f6052b91c2380a2c"/>
			</dataarea>
		</part>
	</software>

	<software name="mavisbcna" cloneof="mavisbcn">
		<description>Mavis Beacon Teaches Typing (Version 1.2 16-Nov-87) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Mavis Beacon Teaches Typing" is a 1987 educational program developed and distributed by The Software Toolworks. -->
		<!-- mavis.s16 dated 16-Nov-87 -->
		<!-- Protection: Bad block check for block $63A -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="mavis beacon teaches typing v1.2 iigs - disk 1 - program disk (trex crack).2mg" size="819264" crc="c2306cf4" sha1="3dbf4c6ec0ec222958d34a60e997784e1bde97b5"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Data disk"/>
			<dataarea name="flop" size="819264">
				<rom name="mavis beacon teaches typing v1.2 iigs - disk 2 - data disk (trex crack).2mg" size="819264" crc="ad1aa08d" sha1="66cd3fe6817d70151c9fbcdae9ba42fa13a9cec5"/>
			</dataarea>
		</part>
	</software>

	<software name="mean18">
		<description>Mean 18 (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Mean 18" is a 1987 sports game developed by Rex Bradford, George Karalias, and Mark Lesser, and distributed by Accolade. -->
		<!-- This archive includes the three add-on disks that were available separately (Famous Courses Volume II, III, and IV). -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="mean 18 iigs - disk 1 - program disk (trex crack).2mg" size="819264" crc="9471fe69" sha1="2deee7df5ddf5a87dd418fb2973eb12fc2ba6a99"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Famous courses volume II"/>
			<dataarea name="flop" size="819264">
				<rom name="mean 18 iigs - disk 2 - famous courses volume ii.2mg" size="819264" crc="0cf5db03" sha1="c71365d8f90dad599de57f094b79d31b27c22394"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Famous courses volume III"/>
			<dataarea name="flop" size="819264">
				<rom name="mean 18 iigs - disk 3 - famous courses volume iii.2mg" size="819264" crc="25ca69e1" sha1="801e200a3024f951f5d3fb38f4e1790c645f5009"/>
			</dataarea>
		</part>
		<part name="flop4" interface="floppy_3_5">
			<feature name="part_id" value="Disk 4 - Famous courses volume IV"/>
			<dataarea name="flop" size="819264">
				<rom name="mean 18 iigs - disk 4 - famous courses volume iv.2mg" size="819264" crc="6859eba1" sha1="556a7457104d22f500dc3429087053e9a1056ea5"/>
			</dataarea>
		</part>
	</software>

	<software name="mercury">
		<description>Mercury (Version 1.0) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Mercury" is a 1989 desktop publishing program developed by John J. Krenz, Brian Nesse, Michael Palmquist, Steve Splinter, Michael Stein, and Paul Wenker, and distributed by MECC. -->
		<!-- Protection: Bad block check for block $8 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="mercury v1.0 iigs - disk 1 - system (trex crack).2mg" size="819264" crc="d28c1950" sha1="aeef36625bfdd12e5a7df000222725a2126cfc5d"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="mercury v1.0 iigs - disk 2 - program (trex crack).2mg" size="819264" crc="2682521b" sha1="5fd3948bac00b1ca4e08c79ccb437483798f25a9"/>
			</dataarea>
		</part>
	</software>

	<software name="mcs">
		<description>Music Construction Set (Version 1.0) (cleanly cracked)</description>
		<year>1986</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs. -->
		<!--"Music Construction Set" is a 1986 audio program developed by Will Harvey, Jim Nitchals, and Doug Fulton, and distributed by Electronic Arts. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="music construction set v1.0 iigs (trex crack).2mg" size="819264" crc="278ef676" sha1="22808e777a37118c7cfd0bc639aac756843ce8ce"/>
			</dataarea>
		</part>
	</software>

	<software name="neuromnc">
		<description>Neuromancer (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Interplay Productions</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Neuromancer" is a 1989 adventure game developed by Rebecca Heineman and distributed by Interplay Productions. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="neuromancer iigs (trex crack).2mg" size="819264" crc="158c6c93" sha1="aee79701fdcbc9204f979087cd420c4b462c3b66"/>
			</dataarea>
		</part>
	</software>

	<software name="paperboy">
		<description>Paperboy (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs ROM 01 -->
		<!--"Paperboy" is a 1988 action game developed by Tengen and distributed by Mindscape. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="paperboy iigs (trex crack).2mg" size="819264" crc="a914d4a0" sha1="16990a565fdd157e58481113f30bb6725b38e958"/>
			</dataarea>
		</part>
	</software>

	<software name="pipedrm">
		<description>Pipe Dream (cleanly cracked)</description>
		<year>1990</year>
		<publisher>Lucasfilm Games</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Pipe Dream" is a 1990 board game developed by Visual Concepts and distributed by Lucasfilm Games. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="pipe dream iigs (trex crack).2mg" size="819264" crc="f6e7fdba" sha1="79a4bc5ad012f5ede72bd7336a3f9b7a5b69523b" />
			</dataarea>
		</part>
	</software>

	<software name="qix">
		<description>Qix (Version 1.4? 16-Jan-90) (cleanly cracked)</description>
		<year>1990</year>
		<publisher>Taito</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Ryan Ridges and John Lund"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Qix" is a 1990 action game developed by Ryan Ridges and John Lund, and distributed by Taito. -->
		<!-- Purportedly this is v1.4 - qix.s16 is dated 16-Jan-90 -->
		<!-- Protection: Excessive zero bits after D5 CC AA header. Then 4 bytes are read through 4 loops with matches recorded. Read matches must equal less then 12 out of 16 reads -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="qix iigs (trex crack).2mg" size="819264" crc="fb968ce0" sha1="2479e40e4477d5a5066225222860cbbaf3235603" />
			</dataarea>
		</part>
	</software>

	<software name="readrhym">
		<description>Read and Rhyme (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Read and Rhyme" is a 1988 educational program developed by William Demas and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="read and rhyme iigs - disk 1 (trex crack).2mg" size="819264" crc="eb44fed7" sha1="95c4d134ee9b4da201d285fcee8aaedad1d2aa39"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="read and rhyme iigs - disk 2 (trex crack).2mg" size="819264" crc="629bdb2a" sha1="28de9f9b2cef057342a9b000d61d7cc40f32dbcf"/>
			</dataarea>
		</part>
	</software>

	<software name="readarma">
		<description>Read-a-Rama (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"Read-A-Rama" is a 1989 educational program developed by Stan Brewster and Joseph B. Hewitt IV, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Boot disk"/>
			<dataarea name="flop" size="819264">
				<rom name="read-a-rama iigs - disk 1 - boot disk (trex crack).2mg" size="819264" crc="5fdb496c" sha1="118e4c715ea81eb2b966dd3a5ef4b51f49ecb55e"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Level 1"/>
			<dataarea name="flop" size="819264">
				<rom name="read-a-rama iigs - disk 2 - level 1 (trex crack).2mg" size="819264" crc="a935524e" sha1="206ef9a96e4c6fcfec6993023122143c030def7b"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Level 2"/>
			<dataarea name="flop" size="819264">
				<rom name="read-a-rama iigs - disk 3 - level 2 (trex crack).2mg" size="819264" crc="d7db9400" sha1="e982c1b621eaf5e6995294c74657c60d4ff96f2f"/>
			</dataarea>
		</part>
	</software>

	<software name="rrabbit">
		<description>Reader Rabbit (Version 2.3) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>The Learning Company</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs. -->
		<!--"Reader Rabbit" is a 1987 educational program developed by Pete Rowe and Aaron Weiss, and distributed by The Learning Company. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="reader rabbit v2.3 iigs (trex crack).2mg" size="819264" crc="b59cc9f2" sha1="3cb739ae7b6c2a967ea649f944cd3d41221f6ba4"/>
			</dataarea>
		</part>
	</software>

	<software name="rrabbita" cloneof="rrabbit">
		<description>Reader Rabbit (Version 2.2) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>The Learning Company</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs. -->
		<!--"Reader Rabbit" is a 1987 educational program developed by Pete Rowe and Aaron Weiss, and distributed by The Learning Company. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="reader rabbit v2.2 iigs (trex crack).2mg" size="819264" crc="518994ed" sha1="48290f00ea231e7df039b89c74bafcf00ee28854"/>
			</dataarea>
		</part>
	</software>

	<software name="readingme">
		<description>Reading and Me (Version 1.0) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Davidson and Associates</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Reading and Me" is a 1988 educational program developed by Louis X. Savain and C. K. Haun, and distributed by Davidson & Associates. -->
		<!-- Protection: Bad block check for block $308 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="reading and me v1.0 iigs - disk 1 - Program (trex crack).2mg" size="819264" crc="b8b3f7fe" sha1="aa86579b20b745639ad4df1f005f81f3b08e351c"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Data disk"/>
			<dataarea name="flop" size="819264">
				<rom name="reading and me v1.0 iigs - disk 2 - Data (trex crack).2mg" size="819264" crc="18fb2177" sha1="23ecb57d3d935a3c07f18e83bf00676193f9a10a"/>
			</dataarea>
		</part>
	</software>

	<software name="seastrke">
		<description>Sea Strike (Version 1.0) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>PBI Software</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Richard L. Seaborne, Jeff A. Lefferts, and Mei-Ying Dell'Aquila"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Sea Strike" is a 1987 action game developed by Richard L. Seaborne, Jeff A. Lefferts, and Mei-Ying Dell'Aquila, and distributed by PBI Software. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="sea strike v1.0 iigs (trex crack).2mg" size="819264" crc="66f0fc4b" sha1="53c69ba174b0a278ed734f60a10c6cf0adaa64d3"/>
			</dataarea>
		</part>
	</software>

	<software name="srvvly">
		<description>Serve and Volley (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Rick Banks, Paul Butler, Ken Shimizu, Danny Chin, Paul Battersby, Jeffrey J. Sigler, Grant Campbell, and Jay Stevens"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Serve and Volley" is a 1988 sports game developed by Rick Banks, Paul Butler, Ken Shimizu, Danny Chin, Paul Battersby, Jeffrey J. Sigler, Grant Campbell, and Jay Stevens, and distributed by Accolade. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="serve and volley iigs (trex crack).2mg" size="819264" crc="cd53d374" sha1="4f88eaf4855d6ff2bcc1b1c47c73c5a63a0c9cde"/>
			</dataarea>
		</part>
	</software>

	<software name="shanghai">
		<description>Shanghai (Version 15-Sep-87) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Shanghai" is a 1987 board game developed by Brodie Lockard and Ivan Manley, and distributed by Activision. -->
		<!-- start.s16 dated 15-Sep-87 -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="shanghai (15-sep-87) iigs (trex crack).2mg" size="819264" crc="df346841" sha1="04b4006b904d597c2ca848ce496bff86f433e268"/>
			</dataarea>
		</part>
	</software>

	<software name="shanghaia" cloneof="shanghai">
		<description>Shanghai (Version 20-Jan-87) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Shanghai" is a 1987 board game developed by Brodie Lockard and Ivan Manley, and distributed by Activision. -->
		<!-- start.s16 dated 20-Jan-87 -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="shanghai (20-jan-87) iigs (trex crack).2mg" size="819264" crc="c07f0cc5" sha1="03a08b9dbd14a7f672a203b27c90cc120621a4e5"/>
			</dataarea>
		</part>
	</software>

	<software name="showoff">
		<description>ShowOff (Version 1.1) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Brøderbund Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"ShowOff" is a 1987 graphics program developed by Serge Hervy and Jean-Claude Lévy, and distributed by Brøderbund Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="showoff v1.1 iigs - disk 1 - program (trex crack).2mg" size="819264" crc="f0ab3f1c" sha1="33260ca055d031b237eca650c9bf054b341170b5"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Slide show disk"/>
			<dataarea name="flop" size="819264">
				<rom name="showoff iigs - disk 2 - slide show (trex crack).2mg" size="819264" crc="52348475" sha1="2fc72e0fcd0c398a56e4b4ef5e247c9961bc5a8c"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Graphics collection - world events"/>
			<dataarea name="flop" size="819264">
				<rom name="showoff iigs - disk 3 - graphics collection - world events (trex crack).2mg" size="819264" crc="fa1a5ceb" sha1="b64402b6ace256145ba3bae31682520dca7c79af"/>
			</dataarea>
		</part>
	</software>

	<software name="slntsvce">
		<description>Silent Service (Version 925.01) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Microprose</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs. -->
		<!--"Silent Service" is a 1987 simulation game developed by Sid Meier, Ed Magnin, Jim Synoski, Michael Haire, Michele Mahan, Silas Warner, Al Roireau, Larry Martin, and Edward Bever, and distributed by Microprose. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="silent service v925.01 iigs (trex crack).2mg" size="819264" crc="1551b534" sha1="2f1c466c647bb448b081d69233f11d2c45092242"/>
			</dataarea>
		</part>
	</software>

	<software name="silpheed">
		<description>Silpheed - Super Dogfighter (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Silpheed" is a 1987 action game developed by John Rettig, Stuart Goldstein, Mark Seibert, Satoshi Uesaki, Nobuyuki Ogawa, Akira Eye, Fumihito Kasatani, Nobuyuki Aoshima, Hiromi Ohba, Takeshi Miyaji, Osamu Harada, and Youichi Miyaji, and distributed by Sierra On-Line. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="silpheed - super dogfighter iigs - disk 1 (trex crack).2mg" size="819264" crc="dd81fea4" sha1="14ad4ba49b5e4720ca067694c2d3fdcb8501e3e0"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="silpheed - super dogfighter iigs - disk 2 (trex crack).2mg" size="819264" crc="591e8595" sha1="44160e8078077aaa8e88d4e15338db0fc5098055"/>
			</dataarea>
		</part>
	</software>

	<software name="skatedie">
		<description>Skate or Die (Version 1.1 07-Oct-88) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. Music requires 768K. -->
		<!--"Skate or Die" is a 1988 sports game developed by Michael Kosaka, Stephen Landrum, David Bunch, and Michelle Shelfer, and distributed by Electronic Arts. -->
		<!-- sod.sys16 dated 07-Oct-88 -->
		<!-- Patched to be compatible with ROM03 -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="skate or die v1.1 iigs (trex crack).2mg" size="819264" crc="dde655cd" sha1="cf40c92a699cf9e7c79f1a25c3f22f32f5a28d46"/>
			</dataarea>
		</part>
	</software>

	<software name="skatediea" cloneof="skatedie">
		<description>Skate or Die (Version 1.0 12-Aug-88) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. Music requires 768K. -->
		<!--"Skate or Die" is a 1988 sports game developed by Michael Kosaka, Stephen Landrum, David Bunch, and Michelle Shelfer, and distributed by Electronic Arts. -->
		<!-- sod.sys16 dated 12-Aug-88 -->
		<!-- Patched to be compatible with ROM03 -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="skate or die v1.0 iigs (trex crack).2mg" size="819264" crc="466b7067" sha1="776c78d962d46b6b20ca464bbbed2e2f746f4099"/>
			</dataarea>
		</part>
	</software>

	<software name="spquest">
		<description>Space Quest - The Sarien Encounter (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Space Quest: The Sarien Encounter" is a 1987 adventure game developed by Scott Murphy, Mark Crowe, Jeff Stephenson, Chris Iden, Sol Ackerman, and Ken Williams, and distributed by Sierra On-Line. -->
		<!-- Protection: Bad block check for block $634 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="space quest - the sarien encounter iigs - disk 1 (trex crack).2mg" size="819264" crc="867688f8" sha1="a882bd87ec2843ab7c1409baf0cbfd32e91ac920"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="space quest - the sarien encounter iigs - disk 2 (trex crack).2mg" size="819264" crc="0ec7a0e8" sha1="e0fce1e36f99fcca7cfd9c3441269294154aa659"/>
			</dataarea>
		</part>
	</software>

	<software name="spquest2">
		<description>Space Quest II - Vohual's Revenge (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Space Quest II" is a 1988 adventure game developed by Mark Crowe, Scott Murphy, Jeff Stephenson, Chris Iden, Robert Heitman, and Carlos Escobar, and distributed by Sierra On-Line. -->
		<!-- Protection: Bad block check for block $634 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296282">
				<rom name="space quest ii - vohual's revenge iigs - disk 1 (trex crack).2mg" size="819264" crc="4d463103" sha1="50df27602f17af84e2a2e4e3b221bd87aa98dad0"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296282">
				<rom name="space quest ii - vohual's revenge  iigs - disk 2 (trex crack).2mg" size="819264" crc="809875fc" sha1="d90165d8c51d7d54d8a17c4082e8688048950389"/>
			</dataarea>
		</part>
	</software>

	<software name="spiritex">
		<description>Spirit of Excalibur (cleanly cracked)</description>
		<year>1991</year>
		<publisher>Virgin Mastertronic</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"Spirit of Excalibur" is a 1991 adventure game developed by Synergistic Software and distributed by Virgin Mastertronic. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="spirit of excalibur - disk 1 (trex crack).2mg" size="819264" crc="feb72edf" sha1="3aae270167a6402d7c029dc476a5d420ccf37cd9"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="spirit of excalibur - disk 2 (trex crack).2mg" size="819264" crc="4116b15e" sha1="7f8784313f36bc882207fdc1c15e40f956281734"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3"/>
			<dataarea name="flop" size="819264">
				<rom name="spirit of excalibur - disk 3 (trex crack).2mg" size="819264" crc="771e825c" sha1="5290f731aa988e6a34a3d6b284f653c02fb9e254"/>
			</dataarea>
		</part>
	</software>

	<software name="strybkwv">
		<description>Storybook Weaver (Version 1.0) (cleanly cracked)</description>
		<year>1990</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Storybook Weaver" is a 1990 educational program developed by Charolyn Kapplinger, Patricia Korn, John J. Krenz, Brian S. Nesse, Jean Sharp, and Steve Zehm, and distributed by MECC. -->
		<!-- Protection: Bad block check for block $8 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="storybook weaver v1.0 iigs - disk 1 - system (trex crack).2mg" size="819264" crc="c6acd3b2" sha1="814f84b31bab49e29f80797dced8bc8692055e4e"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="storybook weaver v1.0 iigs - disk 2 - program (trex crack).2mg" size="819264" crc="5bafb45c" sha1="ddb7117bb3e096be90f638e538c0551409131bec"/>
			</dataarea>
		</part>
	</software>

	<software name="strywvwa">
		<description>Storybook Weaver - World of Adventure (Version 1.0) (cleanly cracked)</description>
		<year>1991</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Storybook Weaver: World of Adventure" is a 1991 educational program developed by Patricia Korn, Brian S. Nesse, Dee Dee Roedel & Jean Sharp, and distributed by MECC. -->
		<!-- Protection: Bad block check for block $8 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="storybook weaver - world of adventure v1.0 iigs - disk 1 - system (trex crack).2mg" size="819264" crc="589e942d" sha1="25ee4d9872302c2f235e3d775a0536a426e610d5"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="storybook weaver - world of adventure v1.0 iigs - disk 2 - program (trex crack).2mg" size="819264" crc="03e3ce87" sha1="86aca233933b10f3f25cdae7692375e60c3f6650"/>
			</dataarea>
		</part>
	</software>

	<software name="strywvmb">
		<description>Storybook Weaver - World of Make-Believe (Version 1.0) (cleanly cracked)</description>
		<year>1991</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Storybook Weaver: World of Make-Believe" is a 1991 educational program developed by Charolyn Kapplinger, Patricia Korn, and Jean Sharp, and distributed by MECC. -->
		<!-- Protection: Bad block check for block $8 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="storybook weaver - world of make-believe v1.0 iigs - disk 1 - system (trex crack).2mg" size="819264" crc="54e1fb99" sha1="3fc4031f0bda54e2c73ffc3f2ac8a17c1f73fc71"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="storybook weaver - world of make-believe v1.0 iigs - disk 2 - program (trex crack).2mg" size="819264" crc="0c778c48" sha1="91b4b8d9264985b63eda4b34d3140d4414a800fa"/>
			</dataarea>
		</part>
	</software>

	<software name="strsoccr">
		<description>Street Sports Soccer (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs ROM 00 or ROM 01. -->
		<!--"Street Sports Soccer" is a 1988 sports game developed by Designer Software and distributed by Epyx. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="street sports soccer iigs (trex crack).2mg" size="819264" crc="28862df6" sha1="8154843041284a59017021d4783cbe2c4f22c929"/>
			</dataarea>
		</part>
	</software>

	<software name="sshockey">
		<description>Superstar Ice Hockey (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Superstar Ice Hockey" is a 1988 sports game developed by Ed Ringler, Andrew Caldwell, Clayton Wishoff, Simon Ffinch, Ed Ringler Sr., and Chris Oke, and distributed by Mindscape. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="superstar ice hockey iigs (trex crack).2mg" size="819264" crc="6f405a10" sha1="41e963da1f389f94697c024190bbb89ac3c14421"/>
			</dataarea>
		</part>
	</software>

	<software name="arnights">
		<description>Tales From The Arabian Nights (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Tales From The Arabian Nights" is a 1988 educational program developed by Stanley Brewster, June Stark, and Joseph B. Hewitt IV, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="tales from the arabian nights iigs - disk 1 (trex crack).2mg" size="819264" crc="8cbcd73b" sha1="edcf50bf0feaf4aeea58b37249bcff6d0dd74416"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="tales from the arabian nights iigs - disk 2 (trex crack).2mg" size="819264" crc="f02bef73" sha1="f2637f0729b9adedb74e212f486c16b5e46acc34"/>
			</dataarea>
		</part>
	</software>

	<software name="taskfrce">
		<description>Task Force (cleanly cracked)</description>
		<year>1990</year>
		<publisher>Britannica Software</publisher>
		<info name="release" value="2021-05-07"/>
		<info name="programmer" value="Scott L. Patterson, Matthew Crysdale, and Gregory A. Thomas"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"Task Force" is a 1990 action game developed by Scott L. Patterson, Matthew Crysdale, and Gregory A. Thomas, and distributed by Britannica Software. -->
		<!-- Protection: Read block $63F with data markers AD AA D5 and compare read data against self generated data -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="task force iigs - disk 1 (trex crack).2mg" size="819264" crc="f6292a39" sha1="2b0f1e7316340adae862ec38f88832a40e258deb"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="task force iigs - disk 2 (trex crack).2mg" size="819264" crc="c4388a54" sha1="722b9cb8fb66a1eb1897efc18bdbd42a94d6d63d"/>
			</dataarea>
		</part>
	</software>

	<software name="tetris">
		<description>Tetris (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Spectrum HoloByte</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Tetris" is a 1988 action game developed by Roland Gustafsson, Sean B. Barger, Dan Geisler, Daniel L. Guerra, Jody Sather, Ed Bogas, Neil Cormia, Ty Roberts, and Gary Clayton, and distributed by Spectrum HoloByte. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="tetris iigs (trex crack).2mg" size="819264" crc="84975e86" sha1="3d3ad67086d6284359b9512282556f174c529b44"/>
			</dataarea>
		</part>
	</software>

	<software name="adsinbad">
		<description>The Adventures of Sinbad (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"The Adventures of Sinbad" is a 1988 educational program developed by Stanley Brewster, June Stark, and Joseph B. Hewitt IV, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="the adventures of sinbad iigs - disk 1 (trex crack).2mg" size="819264" crc="f91b3855" sha1="a003757ff7d4edb9d34e0252bc4dd8f190e29751"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="the adventures of sinbad iigs - disk 2 (trex crack).2mg" size="819264" crc="db032980" sha1="ba2b15a79e9a03eb6cc3cf12eaea425f28e24973"/>
			</dataarea>
		</part>
	</software>

	<software name="td2">
		<description>The Duel: Test Drive II (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Allan Johnson, Erik Kiss, Amory Wong, Don Mattrick, Rick Friesen, Bruce Dawson, Randy Dillon, Brad Gour, Kris Hatlelid, Chris Taylor, John Boechler, Tony Lee, and Theresa Henry"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"The Duel: Test Drive II" is a 1989 racing simulation game developed by Allan Johnson, Erik Kiss, Amory Wong, Don Mattrick, Rick Friesen, Bruce Dawson, Randy Dillon, Brad Gour, Kris Hatlelid, Chris Taylor, John Boechler, Tony Lee, and Theresa Henry, and distributed by Accolade. -->
		<!-- This archive includes the four add-on disks that were available separately (The Muscle Cars, The Supercars, California Challenge and European Challenge). -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="the duel - test drive ii iigs (trex crack).2mg" size="819264" crc="24ca8ac2" sha1="3e73dabd7d07f6f38241e03d01404918904943b5"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Muscle cars disk"/>
			<dataarea name="flop" size="819264">
				<rom name="the duel - test drive ii iigs - the muscle cars.2mg" size="819264" crc="4f7d4aaf" sha1="88a813bb0dbf50b0c11f979341dcc337495f45ce"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Supercars disk"/>
			<dataarea name="flop" size="819264">
				<rom name="the duel - test drive ii iigs - the supercars.2mg" size="819264" crc="4c4b4713" sha1="313ccd55d4dd19c767fb51edbfd41036c34218f1"/>
			</dataarea>
		</part>
		<part name="flop4" interface="floppy_3_5">
			<feature name="part_id" value="California challenge disk"/>
			<dataarea name="flop" size="819264">
				<rom name="the duel - test drive ii iigs - california challenge.2mg" size="819264" crc="81f34f15" sha1="1fc3a54f01053023086d435ecbd7be702bd93aa1"/>
			</dataarea>
		</part>
		<part name="flop5" interface="floppy_3_5">
			<feature name="part_id" value="European challenge disk"/>
			<dataarea name="flop" size="819264">
				<rom name="the duel - test drive ii iigs - european challenge.2mg" size="819264" crc="c5ed070e" sha1="a1785f6e152d5d8e92335fb691d14a82a98d57ce"/>
			</dataarea>
		</part>
	</software>

	<software name="chsm2100">
		<description>The Fidelity Chessmaster 2100 (Version 1.1 17-Nov-88) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"The Fidelity Chessmaster 2100" is a 1988 board game developed by Troy Heere and Mark Manyen, and distributed by The Software Toolworks. -->
		<!-- cm2100.s16 dated 17-Nov-88 -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="the fidelity chessmaster 2100 v1.1 iigs - disk 1 (trex crack).2mg" size="819264" crc="eeff8600" sha1="c6ce1d02383ccdbdab9d7b800e2079c046d873a3"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="the fidelity chessmaster 2100 v1.1 iigs - disk 2 (trex crack).2mg" size="819264" crc="b5a1edda" sha1="02a6312ae3a72b8f8d08f27d8ac448df61c70790"/>
			</dataarea>
		</part>
	</software>

	<software name="chsm2100a" cloneof="chsm2100">
		<description>The Fidelity Chessmaster 2100 (Version 1.01 28-Sep-88) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"The Fidelity Chessmaster 2100" is a 1988 board game developed by Troy Heere and Mark Manyen, and distributed by The Software Toolworks. -->
		<!-- cm2100.s16 dated 28-Sep-88 -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="the fidelity chessmaster 2100 v1.01 iigs - disk 1 (trex crack).2mg" size="819264" crc="e14b444b" sha1="3cc6b7ba5d58bdbde2331ee5f91f0c97fca47924"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="the fidelity chessmaster 2100 v1.01 iigs - disk 2 (trex crack).2mg" size="819264" crc="470bcb76" sha1="f635bcd19ce4f48a2a274144256c7ddf1c63924d"/>
			</dataarea>
		</part>
	</software>

	<software name="grphstd">
		<description>The Graphics Studio (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"The Graphics Studio" is a 1987 graphics program developed by Greg Hospelhorn, Peter Wickman, Richard Antaki, and distributed by Accolade. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="the graphics studio iigs (trex crack).2mg" size="819264" crc="dda653b4" sha1="a7aa41f2286a0f11c20acdac5b7fe4372114aad6"/>
			</dataarea>
		</part>
	</software>

	<software name="immortal">
		<description>The Immortal (cleanly cracked)</description>
		<year>1990</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"The Immortal" is a 1990 roleplaying game developed by Will Harvey, Ian Gooding, Michael Marcanted, Brett G. Durrett, and Douglas Fulton, and distributed by Electronic Arts. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Play disk"/>
			<dataarea name="flop" size="819264">
				<rom name="the immortal iigs - disk 1 - play (trex crack).2mg" size="819264" crc="d63f3611" sha1="5ddefe34356f43f4af3d8dff6c3c4dc4180fcdb0"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Graphics disk"/>
			<dataarea name="flop" size="819264">
				<rom name="the immortal iigs - disk 2 - graphics (trex crack).2mg" size="819264" crc="c7a0e1a2" sha1="71d2811ed2c00f78de995e96f577874503d12a69"/>
			</dataarea>
		</part>
	</software>

	<software name="kingchgo">
		<description>The King of Chicago (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Cinemaware</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM01 or later. -->
		<!--"The King of Chicago" is a 1988 adventure game developed by Doug Sharp and distributed by Cinemaware. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Reel 1"/>
			<dataarea name="flop" size="819264">
				<rom name="the king of chicago iigs - reel 1 (trex crack).2mg" size="819264" crc="6404e2c0" sha1="ddf23e10ca17712f943ed2e88e95ec6226599fe1"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Reel 2"/>
			<dataarea name="flop" size="819264">
				<rom name="the king of chicago iigs - reel 2 (trex crack).2mg" size="819264" crc="74d2e6cc" sha1="4067dcaa7bd4d0a8efac6359677aeaf35b7bc916"/>
			</dataarea>
		</part>
	</software>

	<software name="lstninja">
		<description>The Last Ninja (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Jeff Silverman, John Kroeckel, J. David Koch, Erol Otus, Doug Barnett, Russell Lieblich, and Nicky Robinson"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"The Last Ninja" is a 1988 action game developed by Jeff Silverman, John Kroeckel, J. David Koch, Erol Otus, Doug Barnett, Russell Lieblich, and Nicky Robinson, and distributed by Activision. -->
		<!-- Protection: Bad block check for block $63F -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="the last ninja iigs (trex crack).2mg" size="819264" crc="1935b58c" sha1="1b4542cd11fa2678a3647b83e35aec5f12a6633b"/>
			</dataarea>
		</part>
	</software>

	<software name="logcmstr">
		<description>The Logic Master (Version 1.5) (cleanly cracked)</description>
		<year>1990</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"The Logic Master" is a 1990 educational program developed by William Demas, and June Stark, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="the logic master v1.5 iigs - disk 1 (trex crack).2mg" size="819264" crc="01ac34b3" sha1="b18c2021f3360684a2156e59de69074c5c3d5b79"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="the logic master v1.5 iigs - disk 2 (trex crack).2mg" size="819264" crc="ce00fefc" sha1="a842bb884202af66e865117290c24a279003263e"/>
			</dataarea>
		</part>
	</software>

	<software name="printshp">
		<description>The Print Shop (Version 1.0) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Brøderbund Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs ROM 01 or earlier. -->
		<!-- NOT Compatible with the Apple IIgs ROM03. -->
		<!--"The Print Shop IIgs" is a 1987 graphics program developed by David Balsam, Martin Kahn, Corey Kosak, Ann E. Kronen, Susan E. Schlangen, Richard Whittaker, Michelle McBride, Don Albrecht, and Leila Bronstein, and distributed by Brøderbund Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="the print shop v1.0 iigs (trex crack).2mg" size="819264" crc="0b761d41" sha1="69b56345568b39fd8aa59455b44a341a600c848e"/>
			</dataarea>
		</part>
	</software>

	<software name="thrdcrir">
		<description>The Third Courier (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM01 or later. -->
		<!--"The Third Courier" is a 1989 adventure game developed by Carol Manley, Ivan Manley, Mike Branham, Robert Clardy, Chris Barker, Scott Wallin, Miik Nichols, Sheldon Safir, and Mark Wallace, and distributed by Accolade. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="the third courier iigs - disk 1 (trex crack).2mg" size="819264" crc="a3a2c00f" sha1="3773681ec07b65085e6e0e311974c0ad28e5f7c7"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="the third courier iigs - disk 2 (trex crack).2mg" size="819264" crc="619ff292" sha1="521c9c171ab84cc6a670e541502890c605db3df8"/>
			</dataarea>
		</part>
	</software>

	<software name="twrmyrgl">
		<description>The Tower of Myraglen (Version 1.0) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>PBI Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"The Tower of Myraglen" is a 1987 roleplaying game developed by Richard L. Seaborne and Jeff A. Lamberts, and distributed by PBI Software. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Start-up disk"/>
			<dataarea name="flop" size="819264">
				<rom name="the tower of myraglen v1.0 iigs - disk 1 - start-up disk (trex crack).2mg" size="819264" crc="ec1b6795" sha1="8bb9f1a286fe7ec3abcfae2fddf3b3da5eab1507"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="the tower of myraglen v1.0 iigs - disk 2 - program disk (trex crack).2mg" size="819264" crc="2173bd50" sha1="8ed4b7fde77680225a0d124d079eacd49563c8bd"/>
			</dataarea>
		</part>
	</software>

	<software name="wndanimk">
		<description>The Wonders of the Animal Kingdom (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"The Wonders of the Animal Kingdom" is a 1989 educational program developed by Stan Brewster, Joseph B. Hewitt IV, and June Stark, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="the wonders of the animal kingdom iigs - disk 1 (trex crack).2mg" size="819264" crc="d577eacc" sha1="80fd89fe895c4a40ba9b137804307924308cd0b8"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="the wonders of the animal kingdom iigs - disk 2 (trex crack).2mg" size="819264" crc="56212d49" sha1="1126a5de1294aa72dcacba28d3ee32c6754528f8"/>
			</dataarea>
		</part>
	</software>

	<software name="wordmstr">
		<description>The Word Master (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"The Word Master" is a 1989 educational program developed by William Demas and Joseph B. Hewitt IV, and distributed by Unicorn Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="the word master iigs (trex crack).2mg" size="819264" crc="a1223d2c" sha1="c22fe72a7f88f7dbea37970f77fd0555589016f3"/>
			</dataarea>
		</part>
	</software>

	<software name="thexder">
		<description>Thexder (Version 2.7) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Thexder" is a 1987 action game developed by H. Godai, S. Uesaka, Michael D. Branham, Robert C. Clardy, John P. Conley, Lloyd Ollmann Jr., and Michael Ormsby, and distributed by Sierra On-Line. -->
		<!-- Protection: Bad block check for block $634 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="thexder v2.7 iigs (trex crack).2mg" size="819264" crc="7fa5ad73" sha1="acb227363d426c86ab5ac80c126fc430616cb535"/>
			</dataarea>
		</part>
	</software>

	<software name="thexdero" cloneof="thexder">
		<description>Thexder (Version 1.0) (cleanly cracked) (No OS, not self booting)</description>
		<year>1987</year>
		<publisher>Sierra</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Thexder" is a 1987 action game developed by H. Godai, S. Uesaka, Michael D. Branham, Robert C. Clardy, John P. Conley, Lloyd Ollmann Jr., and Michael Ormsby, and distributed by Sierra On-Line. -->
		<!-- Original release by Sierra On-Line - Did NOT come with OS and was NOT self bootable -->
		<!-- The file "othexder" had been undeleted (and cracked) and is closer to v2.7 in how it's demo sounds fade -->
		<!-- Protection: Bad block check for block $634 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="thexder v1.0 iigs (trex crack).2mg" size="819264" crc="5a105720" sha1="31061b4561c967d824936c94ce882f2efcb017da"/>
			</dataarea>
		</part>
	</software>

	<software name="topdraw">
		<description>Topdraw (Version 1.00A) (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Styleware Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"Topdraw" is a 1987 graphics program developed by Robert Hearn and Jeff Erickson, and distributed by Styleware Software. -->
		<!-- Topdraw later became Beagle Draw sold under the Beagle Brothers banner. Topdraw v1.01A known to exist but not currently archived -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="topdraw v1.00a iigs (trex crack).2mg" size="819264" crc="39e7967f" sha1="35746bbc2232251d96264989705a6e6286bafef5"/>
			</dataarea>
		</part>
	</software>

	<software name="triango">
		<description>TrianGo (Version 1.0) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"TrianGo" is a 1988 board game developed by Staszek Bartkowski, Marcin Szostakowski, Maciej Markuszewski, Dorota Błaszczak, and distributed by California Dreams. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="triango v1.0 iigs (trex crack).2mg" size="819264" crc="719968cf" sha1="8cfcb54548794c179d7e394f1ada2f53f0578a5e"/>
			</dataarea>
		</part>
	</software>

	<software name="uninvite">
		<description>Uninvited (cleanly cracked)</description>
		<year>1988</year>
		<publisher>ICOM Simulations</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Fred Allen, David Marsh, Karl Roelofs, Todd Squires, Craig Erickson, Steven Hays, Terry Schulenburg, Darin Adler, Jay Zipnick, Waldemar Horwat, Mark Waterman, Tod Zipnick, and Billy Wolf"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Uninvited" is a 1988 adventure game developed by Fred Allen, David Marsh, Karl Roelofs, Todd Squires, Craig Erickson, Steven Hays, Terry Schulenburg, Darin Adler, Jay Zipnick, Waldemar Horwat, Mark Waterman, Tod Zipnick, and Billy Wolf, and distributed by ICOM Simulations. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="819264">
				<rom name="uninvited iigs - disk 1 - system disk (trex crack).2mg" size="819264" crc="e76d0516" sha1="1ce51656aa8274517d3ecd0314b55294e76023e2"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="819264">
				<rom name="uninvited iigs - disk 2 - program disk (trex crack).2mg" size="819264" crc="dcd37fdd" sha1="486497733c8a341982709c87fc864570d630da7d"/>
			</dataarea>
		</part>
	</software>

	<software name="vgscraps">
		<description>Vegas Craps (Version 1.0) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Vegas Gambler" is a 1988 simulation game developed by Krzysztof Koziarski, Maciej Markuszewski, Marcin Szostakowski, and Dorota Błaszczak, and distributed by California Dreams. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="vegas craps v1.0 iigs (trex crack).2mg" size="819264" crc="cf206b2a" sha1="eb1731663bd71f9beb0e66f129e3103ac236b629" />
			</dataarea>
		</part>
	</software>

	<software name="vegasgmb">
		<description>Vegas Gambler (Version 1.1 25-Jul-88) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Vegas Gambler" is a 1988 simulation game developed by Marek Jackiewicz, Andrzej Miciłkiewicz, Marcin Szostakowski, Maciej Markuszewski, and Dorota Błaszczak, and distributed by California Dreams. -->
		<!-- gambler.sys16 dated 25-Jul-88 -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="vegas gambler v1.1 iigs (trex crack).2mg" size="819264" crc="53f1a66e" sha1="f49918fbe8a32f83a17558e1764b14a0b26ca35c"/>
			</dataarea>
		</part>
	</software>

	<software name="vegasgmba" cloneof="vegasgmb">
		<description>Vegas Gambler (Version 1.0 07-Jun-88) (cleanly cracked)</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Vegas Gambler" is a 1988 simulation game developed by Marek Jackiewicz, Andrzej Miciłkiewicz, Marcin Szostakowski, Maciej Markuszewski, and Dorota Błaszczak, and distributed by California Dreams. -->
		<!-- gambler.sys16 dated 07-Jun-88 -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="vegas gambler v1.0 iigs (trex crack).2mg" size="819264" crc="fb0db877" sha1="89662ac60bde13b8f54db4730a9fd3ee4d5c6b3e"/>
			</dataarea>
		</part>
	</software>

	<software name="warmidle">
		<description>War in Middle Earth (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Melbourne House</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM01 or later. -->
		<!--"War in Middle Earth" is a 1989 adventure game developed by Ron Harris, Robert Clardy, Alan B. Clark, Graeme Devine, Mike Branham, Lloyd Ollmann, Jr., John Conley, Jim McBride, Michael Park, David Schroeder, Michael Ormsby, Mike Christy, Ann Dickens Clardy, Marcus Streets, Mark Riley, and Mike Singleton, and distributed by Melbourne House. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="war in middle earth - disk 1 (trex crack).2mg" size="819264" crc="8f6287f7" sha1="4864416d025f1b9b17aba10b8ce47c1075b84279"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="war in middle earth - disk 2 (trex crack).2mg" size="819264" crc="5ced6c65" sha1="83aa06b12b3741e18028da966aa317dce7001d89"/>
			</dataarea>
		</part>
	</software>

	<software name="carmnusa">
		<description>Where in the U.S.A. is Carmen Sandiego? (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Brøderbund Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Where in the U.S.A. is Carmen Sandiego?" is a 1989 educational game developed by Gene Portwood, Lauren Elliot, Peter Adams, Leila Bronstein, Julie Glavin, Michelle McBride, Dan Guerra, Les Pardue, Bevan Hulfenstein, Louis Evans, and Tom Rettig, and distributed by Brøderbund Software. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="where in the u.s.a. is carmen sandiego iigs - disk 1 (trex crack).2mg" size="819264" crc="43b00548" sha1="6b6a07afdd81acb4bb6493f0248004a449854a4f"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="where in the u.s.a. is carmen sandiego iigs - disk 2 (trex crack).2mg" size="819264" crc="21ccbf7c" sha1="cd74b2163039f448c5b765a6f3d12264df2a3910"/>
			</dataarea>
		</part>
	</software>

	<software name="carmnwld">
		<description>Where in the World is Carmen Sandiego? (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Brøderbund Software</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Where in the World is Carmen Sandiego?" is a 1989 educational game developed by Gene Portwood, Lauren Elliott, Loring Vogel, Leila Bronstein, Don Albrecht, and Michelle McBride, and distributed by Brøderbund Software. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="819264">
				<rom name="where in the world is carmen sandiego iigs - disk 1 (trex crack).2mg" size="819264" crc="5953ba60" sha1="ee78c790a74b8ea401eb7ea66f91651d9e5286d7"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="819264">
				<rom name="where in the world is carmen sandiego iigs - disk 2 (trex crack).2mg" size="819264" crc="93417ba2" sha1="76b70ebd2d0974ba3b77de31e0f3f96aee6ed332"/>
			</dataarea>
		</part>
	</software>

	<software name="wingames">
		<description>Winter Games (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Winter Games" is a 1987 sports game developed by Westwood Studios and distributed by Epyx. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="winter games iigs (trex crack).2mg" size="819264" crc="03f522af" sha1="467d2782f572c107f2b9fa7789761d789ce21763"/>
			</dataarea>
		</part>
	</software>

	<software name="wldgames">
		<description>World Games (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"World Games" is a 1987 sports game developed by Westwood and distributed by Epyx. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="world games iigs (trex crack).2mg" size="819264" crc="6b94c2b7" sha1="34bb9fbd79847d2cbf7c1ad9ba087faa986a16a0"/>
			</dataarea>
		</part>
	</software>

	<software name="wltrgolf">
		<description>World Tour Golf (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"World Tour Golf" is a 1987 sports game developed by Evan and Nicky Robinson and Paul Reiche III, ported to the Apple IIgs by John Selhorst, and distributed by Electronic Arts. -->
		<!-- Protection: Key-Word, A manual is required to look up a letter / word or use of code wheel for a specific response -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="world tour golf iigs (trex crack).2mg" size="819264" crc="bf54fe36" sha1="3b1082b75860d10493c9015c5fd22ef3150c686b"/>
			</dataarea>
		</part>
	</software>

	<software name="wcelite">
		<description>Writer's Choice Elite (cleanly cracked)</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-08-13"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Writer's Choice Elite" is a 1987 productivity program developed by Richard Danais, Nancy Philippine, Bernard Gallet, and Luc Barthelet, and distributed by Activision. -->
		<!-- Protection: Bad block check for block $7 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="writer's choice elite iigs (trex crack).2mg" size="819264" crc="d4d891e1" sha1="d7a386e9fc286018505d61eff800ca892bcae304"/>
			</dataarea>
		</part>
	</software>

	<software name="xenocide">
		<description>Xenocide (Version 25-Sep-89) (unprotected)</description>
		<year>1989</year>
		<publisher>Micro Revelations</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Brian Greenstone and Dave Triplett"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Xenocide" is a 1989 action game developed by Brian Greenstone and Dave Triplett, and distributed by Micro Revelations. -->
		<!-- xeno.sys16 dated 25-Sep-89 14:23, 63090 bytes long, 121 blocks -->
		<!-- Unprotected version released by Micro Revelations. Currently NOT archived: xeno.sys16 dated 23-JUL-89 11:35, 64996 bytes long, 128 blocks -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="xenocide (25-sep-89) iigs.2mg" size="819264" crc="ea4f3204" sha1="a85cca9ca740ecad53a8ccb153a53228989115fb"/>
			</dataarea>
		</part>
	</software>

	<software name="xenocidea" cloneof="xenocide">
		<description>Xenocide (Version 11-Aug-89) (cleanly cracked)</description>
		<year>1989</year>
		<publisher>Micro Revelations</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Brian Greenstone and Dave Triplett"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Xenocide" is a 1989 action game developed by Brian Greenstone and Dave Triplett, and distributed by Micro Revelations. -->
		<!-- xeno.sys16 dated 11-Aug-89 09:34, 65085 bytes long, 129 blocks -->
		<!-- Protection: Check for Macintosh "tag bytes" on block $4E1 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="xenocide (11-aug-89) iigs (trex crack).2mg" size="819264" crc="00bf834e" sha1="0818389d9586d5e46e0e400a1da51f8a7dd35bcb"/>
			</dataarea>
		</part>
	</software>

	<software name="zanygolf">
		<description>Zany Golf (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-08-13"/>
		<info name="programmer" value="Will Harvey, Jim Nitchals, Ian Gooding, and Doug Fulton"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Zany Golf" is a 1988 sports game developed by Will Harvey, Jim Nitchals, Ian Gooding, and Doug Fulton, and distributed by Electronic Arts. -->
		<!-- Protection: Nibble count on tracks $20 & $21 -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="zany golf iigs (trex crack).2mg" size="819264" crc="5e917b13" sha1="37658ef75ca9a35277023e66fe0280058d8a237a"/>
			</dataarea>
		</part>
	</software>

	<software name="arkandb" cloneof="arkanoid">
		<description>Arkanoid (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Taito</publisher>

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="arkanoid (1988)(taito)(trex crack).2mg" size="819264" crc="15aef159" sha1="3691ef5908d48fadab3c9602a2becfc8160dd7ad" />
			</dataarea>
		</part>
	</software>

	<software name="arknd2b" cloneof="arknoid2">
		<description>Arkanoid II: Revenge of Doh (cleanly cracked)</description>
		<year>1988</year>
		<publisher>Taito</publisher>

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="819264">
				<rom name="arkanoid ii - revenge of doh (1988)(taito)(trex crack).2mg" size="819264" crc="21e92966" sha1="ff1143ee948490666b02c09f6bb532b077cff130" />
			</dataarea>
		</part>
	</software>

</softwarelist>