summaryrefslogtreecommitdiffstatshomepage
path: root/hash/apple2gs_flop_orig.xml
blob: fd0170e8f255ecfd0a16d7fd24e13f5ab1d80c1a (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
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<!--
license:CC0
-->

<softwarelist name="apple2gs_flop_orig" description="Apple IIgs 3.5&quot; original disks">

	<software name="rastan">
		<description>Rastan</description>
		<year>1990</year>
		<publisher>Taito</publisher>
		<info name="release" value="2021-05-01"/>
		<info name="programmer" value="John Brooks"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. (Music requires 1.25MB.) -->
		<!--"Rastan" is a 1990 action game developed by John Brooks and distributed by Taito. It requires a 1MB Apple IIgs. (Music requires 1.25MB.)-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296132">
				<rom name="rastan - disk 1.woz" size="1296132" crc="9759082b" sha1="3b7ddc2326d351f7de2f018229db5a49f1090b52"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296132">
				<rom name="rastan - disk 2.woz" size="1296132" crc="a567351e" sha1="c50fa172350be0c154182b1b86b65b210ff452af"/>
			</dataarea>
		</part>
	</software>

	<software name="zanygolf">
		<description>Zany Golf</description>
		<year>1988</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-05-02"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296664">
				<rom name="zany golf.woz" size="1296664" crc="eac4563c" sha1="4eae45a425ec065a35fca3955ce3d7be1da6082f"/>
			</dataarea>
		</part>
	</software>

	<software name="marble">
		<description>Marble Madness</description>
		<year>1986</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-05-02"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296646">
				<rom name="marble madness.woz" size="1296646" crc="84fe02b8" sha1="af8014fdb42321f0d75f4bea1e69cf0923904b05"/>
			</dataarea>
		</part>
	</software>

	<software name="qix">
		<description>Qix</description>
		<year>1990</year>
		<publisher>Taito</publisher>
		<info name="release" value="2021-05-02"/>
		<info name="programmer" value="Ryan Ridges and John Lund"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!-- Redumped on May 3rd 2021. -->
		<!--"Qix" is a 1990 action game developed by Ryan Ridges and John Lund, and distributed by Taito. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296123">
				<rom name="qix iigs.woz" size="1296123" crc="6955cd6b" sha1="fb20f487be264892bf3828ec8a5c8cabb57f751c" />
			</dataarea>
		</part>
	</software>

	<software name="tasstime">
		<description>Tass Times in Tonetown</description>
		<year>1986</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-05-02"/>
		<info name="programmer" value="Rebecca Heineman, Todd Camasta, Russell Lieblich, Brian Fargo, and Steve Nielsen"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs. -->
		<!--"Tass Times in Tonetown" is a 1986 adventure game developed by Rebecca Heineman, Todd Camasta, Russell Lieblich, Brian Fargo, and Steve Nielsen, and distributed by Activision. It requires a 256K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296183">
				<rom name="tass times in tonetown iigs.woz" size="1296183" crc="2b497d3e" sha1="d87988fa71bbe2f8b65f69af2eab6ed38da3952c"/>
			</dataarea>
		</part>
	</software>

	<software name="wldgames">
		<description>World Games</description>
		<year>1987</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-05-02"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296615">
				<rom name="world games iigs.woz" size="1296615" crc="b8e2d858" sha1="42dade566f712f07d2cb30d03256943fe42fd1a6"/>
			</dataarea>
		</part>
	</software>

	<software name="gauntlet">
		<description>Gauntlet</description>
		<year>1988</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-05-02"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs. -->
		<!--"Gauntlet" is a 1988 action game distributed by Mindscape. It requires a 256K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1317604">
				<rom name="gauntlet iigs.woz" size="1317604" crc="fbeb429a" sha1="4df82855dd2924509681ea5a9a138aa7edce8b53"/>
			</dataarea>
		</part>
	</software>

	<software name="btlchess">
		<description>Battle Chess</description>
		<year>1989</year>
		<publisher>Interplay</publisher>
		<info name="release" value="2021-05-03"/>
		<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. It requires a 512K Apple IIgs. The manual at https://archive.org/details/Battle_Chess_Manual contains the information you need for the copy protection questions -->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345420">
				<rom name="battle chess iigs.woz" size="1345420" crc="9e5f4c69" sha1="2b2e8bb5c8dea141b1ec956719646e612cf89451"/>
			</dataarea>
		</part>
	</software>

	<software name="bjacadmy">
		<description>Blackjack Academy</description>
		<year>1987</year>
		<publisher>MicroIllusions</publisher>
		<info name="release" value="2021-05-03"/>
		<info name="programmer" value="Dennis Saunders, PhD., Al Cheser, Allen Doum, Bob Green, Kevin Hammel, Jim Lawton, and Sandy Wardak"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Blackjack Academy" is a 1987 card game developed by Dennis Saunders, PhD., Al Cheser, Allen Doum, Bob Green, Kevin Hammel, Jim Lawton, and Sandy Wardak, and distributed by MicroIllusions. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296198">
				<rom name="blackjack academy iigs.woz" size="1296198" crc="339444f3" sha1="4665623a012536cb00e29f3c9ea1e8e3d73433f9"/>
			</dataarea>
		</part>
	</software>

	<software name="blockout">
		<description>Block Out</description>
		<year>1989</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-05-03"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345334">
				<rom name="block out iigs.woz" size="1345334" crc="1fb55ba8" sha1="e7a299effa226f97a5563e604da6b1c20ddcc203"/>
			</dataarea>
		</part>
	</software>

	<software name="xenocide">
		<description>Xenocide</description>
		<year>1989</year>
		<publisher>Micro Revelations</publisher>
		<info name="release" value="2021-05-03"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296149">
				<rom name="xenocide iigs.woz" size="1296149" crc="1fae49eb" sha1="b7105d6896f5ce270a72249cfaaa6509c60b8910"/>
			</dataarea>
		</part>
	</software>

	<software name="alienmnd">
		<description>Alien Mind</description>
		<year>1988</year>
		<publisher>PBI Software</publisher>
		<info name="release" value="2021-05-04"/>
		<info name="programmer" value="Rob Karr and Matt Crysdale"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Alien Mind" is a 1988 action game developed by Rob Karr and Matt Crysdale, and distributed by PBI Software. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1312512">
				<rom name="alien mind iigs - disk 1.woz" size="1312512" crc="b82a889f" sha1="5b8c9377ee4f0d35d879ac063f0a02ca82d4fe4d"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1312512">
				<rom name="alien mind iigs - disk 2.woz" size="1312512" crc="ee584aad" sha1="e32a4e473d3af9a80e6c2e0b20bf747bcd99ee7f"/>
			</dataarea>
		</part>
	</software>

	<software name="goldrush">
		<description>Gold Rush!</description>
		<year>1988</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-04"/>
		<info name="programmer" value="Ken MacNeill, Doug MacNeill, Jeff Stephenson, Chris Iden, Robert Heitman, and Anita Scott"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Gold Rush!" is a 1988 adventure game developed by Ken MacNeill, Doug MacNeill, Jeff Stephenson, Chris Iden, Robert Heitman, and Anita Scott, and distributed by Sierra On-Line. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296214">
				<rom name="gold rush iigs - disk 1.woz" size="1296214" crc="0cc92f73" sha1="68975f2ed33b8a430f7612c54bb307c5d05b9178"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296214">
				<rom name="gold rush iigs - disk 2.woz" size="1296214" crc="b69bd9ee" sha1="af68d86f926c04cd1bdc9fb9adb05fb974f929f2"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3"/>
			<dataarea name="flop" size="1296214">
				<rom name="gold rush iigs - disk 3.woz" size="1296214" crc="ce77925c" sha1="2c41022d0dcdfca9349e8ed3cc805d38ca329ab4"/>
			</dataarea>
		</part>
		<part name="flop4" interface="floppy_3_5">
			<feature name="part_id" value="Disk 4"/>
			<dataarea name="flop" size="1296214">
				<rom name="gold rush iigs - disk 4.woz" size="1296214" crc="5a7a5ddc" sha1="6ae6d46904c3fd555bb85a612cdf2afbf2a58f5b"/>
			</dataarea>
		</part>
	</software>

	<software name="uninvite">
		<description>Uninvited</description>
		<year>1988</year>
		<publisher>ICOM Simulations</publisher>
		<info name="release" value="2021-05-07"/>
		<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. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1361814">
				<rom name="uninvited iigs - disk 1.woz" size="1361814" crc="07605702" sha1="ca2345614a6f90d77545eeae08b154849b4a30fb"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1361814">
				<rom name="uninvited iigs - disk 2.woz" size="1361814" crc="eee5e464" sha1="25166f40af6859bb835f63f79f61ee431e1a638e"/>
			</dataarea>
		</part>
	</software>

	<software name="cavcobra">
		<description>Cavern Cobra</description>
		<year>1987</year>
		<publisher>PBI Software</publisher>
		<info name="release" value="2021-05-07"/>
		<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. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296147">
				<rom name="cavern cobra iigs.woz" size="1296147" crc="f2ba82bb" sha1="bbca27646cf2fb2fdb72a8500ef204f8ca2afa31"/>
			</dataarea>
		</part>
	</software>

	<software name="hardball">
		<description>Hardball!</description>
		<year>1987</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-05-07"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296700">
				<rom name="hardball iigs.woz" size="1296700" crc="a9e23a1c" sha1="8849b47b90a09cdb9fc2daf419d06bcf9ac0253f"/>
			</dataarea>
		</part>
	</software>

	<software name="taskfrce">
		<description>Task Force</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. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296174">
				<rom name="task force iigs - disk 1.woz" size="1296174" crc="ccd9125c" sha1="567c8645dc377965fcddc1a3ab077fc82986a760"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296174">
				<rom name="task force iigs - disk 2.woz" size="1296174" crc="26a2e3a7" sha1="21aa9f4fdae6b06a2a9cdffa3b0e2138a78a4b9c"/>
			</dataarea>
		</part>
	</software>

	<software name="shdwgate">
		<description>Shadowgate</description>
		<year>1988</year>
		<publisher>ICOM Simulations</publisher>
		<info name="release" value="2021-05-07"/>
		<info name="programmer" value="Fred Allen, David Marsh, Karl Roelofs, Todd Squires, Steven Hays, Terry Schulenburg, Darin Adler, Jay Zipnick, Waldemar Horwat, Tod Zipnick, and David Feldman"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Shadowgate" is a 1988 adventure game developed by Fred Allen, David Marsh, Karl Roelofs, Todd Squires, Steven Hays, Terry Schulenburg, Darin Adler, Jay Zipnick, Waldemar Horwat, Tod Zipnick, and David Feldman, and distributed by ICOM Simulations. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1361803">
				<rom name="shadowgate iigs - disk 1.woz" size="1361803" crc="c1fedf06" sha1="da9a08f82c3fadbf27f9635d8d92488597635ab3"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1361803">
				<rom name="shadowgate iigs - disk 2.woz" size="1361803" crc="f2107036" sha1="ec055731dc9a699b1334b57a02341198826e8527"/>
			</dataarea>
		</part>
	</software>

	<software name="srvvly">
		<description>Serve and Volley</description>
		<year>1988</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-05-07"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296733">
				<rom name="serve and volley iigs.woz" size="1296733" crc="76ec3fda" sha1="f53a7e722df11e8ad5103f9da3c9f45a9848844e"/>
			</dataarea>
		</part>
	</software>

	<software name="calgames">
		<description>California Games</description>
		<year>1988</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-05-07"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296704">
				<rom name="california games iigs.woz" size="1296704" crc="4f648119" sha1="a4ea74ff59efe247e2ec14efe229bf61a41e6444"/>
			</dataarea>
		</part>
	</software>

	<software name="seastrke">
		<description>Sea Strike</description>
		<year>1987</year>
		<publisher>PBI Software</publisher>
		<info name="release" value="2021-05-09"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296185">
				<rom name="sea strike iigs.woz" size="1296185" crc="1b1e0b06" sha1="e5401ccf01ad10fc18e771c1c7c02db23c485151"/>
			</dataarea>
		</part>
	</software>

	<software name="td2">
		<description>The Duel: Test Drive II</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-05-10"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Program disk"/>
			<dataarea name="flop" size="1296794">
				<rom name="the duel - test drive ii iigs.woz" size="1296794" crc="614012e4" sha1="bb4bad896deed98d3e9b36519b392761ab96a37d"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="California challenge disk"/>
			<dataarea name="flop" size="1296814">
				<rom name="the duel - test drive ii iigs - california challenge.woz" size="1296814" crc="2847a06b" sha1="c78e98465fb704d6a7f5bc3cde19d00525e10fda"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Muscle cars disk"/>
			<dataarea name="flop" size="1296827">
				<rom name="the duel - test drive ii iigs - the muscle cars.woz" size="1296827" crc="ca2bcddf" sha1="546bd8f31e0cd5b2dc15d2e817fc755229fb18e7"/>
			</dataarea>
		</part>
		<part name="flop4" interface="floppy_3_5">
			<feature name="part_id" value="Supercars disk"/>
			<dataarea name="flop" size="1296807">
				<rom name="the duel - test drive ii iigs - the supercars.woz" size="1296807" crc="f950b388" sha1="b8fe02167c33821d8a19badf157df95e639f0232"/>
			</dataarea>
		</part>
	</software>

	<software name="keef">
		<description>Keef the Thief</description>
		<year>1989</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-05-10"/>
		<info name="programmer" value="Andy Gavin and Jason Rubin"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Keef the Thief" is a 1989 roleplaying game developed by Andy Gavin and Jason Rubin, and distributed by Electronic Arts. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1312659">
				<rom name="keef the thief iigs - disk 1 - program disk.woz" size="1312659" crc="9ebed3ef" sha1="856928857d778dace377a99a86657cf1a87b4064"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Art disk"/>
			<dataarea name="flop" size="1312605">
				<rom name="keef the thief iigs - disk 2 - art disk.woz" size="1312605" crc="561496ac" sha1="78d9793b3fb4b536d4d5411315e3cc144e492472"/>
			</dataarea>
		</part>
	</software>

	<software name="gpcirc">
		<description>Grand Prix Circuit</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-05-11"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296752">
				<rom name="grand prix circuit iigs.woz" size="1296752" crc="a895e303" sha1="18237633ba940ffea726867aba4b3a53445b7ea7"/>
			</dataarea>
		</part>
	</software>

	<software name="crstlqst">
		<description>Crystal Quest</description>
		<year>1989</year>
		<publisher>Cassidy and Greene</publisher>
		<info name="release" value="2021-05-11"/>
		<info name="programmer" value="Patrick Buckland, Rebecca Heineman, Mike 'Jed' Patrick, and Scott Everts"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Crystal Quest" is a 1989 action game developed by Patrick Buckland, Rebecca Heineman, Mike 'Jed' Patrick, and Scott Everts, and distributed by Cassidy and Greene. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296189">
				<rom name="crystal quest iigs.woz" size="1296189" crc="3b20d9f8" sha1="a386037d68945ac452fd1a6403276531f33672fe"/>
			</dataarea>
		</part>
	</software>

	<software name="impmiss2">
		<description>Impossible Mission II</description>
		<year>1989</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-05-11"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296662">
				<rom name="impossible mission ii iigs.woz" size="1296662" crc="fdc001f2" sha1="db6c4c217013a1a4c1b89c87d0956c7a8b21df7c"/>
			</dataarea>
		</part>
	</software>

	<software name="lstninja">
		<description>The Last Ninja</description>
		<year>1988</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-05-11"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1312599">
				<rom name="the last ninja iigs.woz" size="1312599" crc="ed5aaf38" sha1="15500a6600c806a683148297a32314b1d63116e4"/>
			</dataarea>
		</part>
	</software>

	<software name="redoctbr">
		<description>The Hunt for Red October</description>
		<year>1989</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-05-18"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"The Hunt for Red October" is a 1989 simulation game developed by John Brooks, Todd Daugherty, and Alex Villagran, and distributed by The Software Toolworks. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1343773">
				<rom name="the hunt for red october iigs.woz" size="1343773" crc="60d2cfa9" sha1="5a80858e78527d2fe19c8e7c94785d2ecbc39a4e"/>
			</dataarea>
		</part>
	</software>

	<software name="finalass">
		<description>Final Assault</description>
		<year>1988</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-05-18"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296633">
				<rom name="final assault iigs.woz" size="1296633" crc="968a15df" sha1="214b086187df5d1122bbe84b557bb83d09546e49"/>
			</dataarea>
		</part>
	</software>

	<software name="darkcstl">
		<description>Dark Castle</description>
		<year>1989</year>
		<publisher>Three Sixty</publisher>
		<info name="release" value="2021-05-18"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Dark Castle" is a 1989 action game developed by Lane Roathe and distributed by Three Sixty. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk A"/>
			<dataarea name="flop" size="1296175">
				<rom name="dark castle iigs - disk a.woz" size="1296175" crc="930aae1a" sha1="22338f47ccb798018cbf70d2b8f4fa93ba4273ae"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk B"/>
			<dataarea name="flop" size="1296175">
				<rom name="dark castle iigs - disk b.woz" size="1296175" crc="3b075e18" sha1="336fe7b7bfa5acb39abb4b3fe803938557f244e2"/>
			</dataarea>
		</part>
	</software>

	<software name="slntsvce">
		<description>Silent Service</description>
		<year>1987</year>
		<publisher>Microprose</publisher>
		<info name="release" value="2021-05-18"/>
		<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. It requires a 256K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296228">
				<rom name="silent service iigs.woz" size="1296228" crc="37087af8" sha1="587219bfd6f4ada98b6e0805998d74b5436c27c6"/>
			</dataarea>
		</part>
	</software>

	<software name="gate">
		<description>GATE</description>
		<year>1992</year>
		<publisher>Seven Hills Software</publisher>
		<info name="release" value="2021-05-18"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"GATE" is a 1992 action game developed by Henrik Gudat, Jörg Kienzle, and Yann Le Tensorer, and distributed by Seven Hills Software. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296141">
				<rom name="gate iigs - disk 1.woz" size="1296141" crc="aaaabead" sha1="e2aab50a1b9290f34dd75ea0fd86d59eca3f46ca"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296141">
				<rom name="gate iigs - disk 2.woz" size="1296141" crc="66696c57" sha1="f4b5d21a8da6c52a3dc330c0d67c7df0c3a3b0c5"/>
			</dataarea>
		</part>
	</software>

	<software name="bop90s">
		<description>Balance of Power: The 1990 Edition</description>
		<year>1990</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-05-29"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM01 or later. -->
		<!--"Balance of Power: The 1990 Edition" is a 1989 board game developed by Chris Crawford, Ian Hadley, and Caroline Hadley, and distributed by Mindscape. It requires a 1MB Apple IIgs ROM01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1347407">
				<rom name="balance of power- the 1990 edition iigs.woz" size="1347407" crc="f473b2aa" sha1="aab87027f1c52cf11d53e54e78635f4d16b22cda"/>
			</dataarea>
		</part>
	</software>

	<software name="bridge6">
		<description>Bridge 6.0 (Version 2.49B)</description>
		<year>1989</year>
		<publisher>Artworx</publisher>
		<info name="release" value="2021-05-29"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Bridge 6.0" is a 1989 board game developed by Robert Harnish and Arthur Walsh, and distributed by Artworx. This is version 2.49B. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296167">
				<rom name="bridge 6.0 iigs.woz" size="1296167" crc="a6b03015" sha1="1cdb48c2a7407c5bca4832e3ae6fdd976cab78e6"/>
			</dataarea>
		</part>
	</software>

	<software name="qustron2">
		<description>Questron II (Version 1.1)</description>
		<year>1988</year>
		<publisher>Strategic Simulations</publisher>
		<info name="release" value="2021-05-29"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Questron II" is a 1988 roleplaying game developed by Westwood Associates and distributed by Strategic Simulations, Inc. This is version 1.1. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296163">
				<rom name="questron ii iigs.woz" size="1296163" crc="4deb4862" sha1="f7e1ce6cf67e0e061ffbb7e96b222861d5dda756"/>
			</dataarea>
		</part>
	</software>

	<software name="rchstars">
		<description>Reach for the Stars</description>
		<year>1988</year>
		<publisher>Strategic Studies Group</publisher>
		<info name="release" value="2021-05-29"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Reach for the Stars" is a 1988 simulation game developed by Roger Keating, Ian Trout, and Allan Bell, and distributed by Strategic Studies Group. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1328945">
				<rom name="reach for the stars iigs.woz" size="1328945" crc="7c9f6de5" sha1="81cbc69e0cf005aa05de2898603a4c526116ff79"/>
			</dataarea>
		</part>
	</software>

	<software name="roadwr2k">
		<description>Roadwar 2000</description>
		<year>1987</year>
		<publisher>Strategic Simulations</publisher>
		<info name="release" value="2021-05-29"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Roadwar 2000" is a 1987 simulation game developed by Westwood Associates and distributed by Strategic Simulations, Inc. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296159">
				<rom name="roadwar 2000 iigs.woz" size="1296159" crc="84f0f97c" sha1="697791039e6ae0077feaa26e6032c5c9c3bd7930"/>
			</dataarea>
		</part>
	</software>

	<software name="sshockey">
		<description>Superstar Ice Hockey</description>
		<year>1988</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-05-29"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1297288">
				<rom name="superstar ice hockey iigs.woz" size="1297288" crc="e93a7c38" sha1="64a91083feca13cc2d709b235b0370d8a6afbbc1"/>
			</dataarea>
		</part>
	</software>

	<software name="lifendth">
		<description>Life and Death</description>
		<year>1989</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-05-24"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"Life and Death" is a 1989 simulation game developed by Mark Manyen and Jacob P. Smith, and distributed by The Software Toolworks. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296138">
				<rom name="life and death iigs - disk 1.woz" size="1296138" crc="a90e885a" sha1="6d4b97e8be6441c9a2f792fa09206a84b5e07952"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296138">
				<rom name="life and death iigs - disk 2.woz" size="1296138" crc="3a780754" sha1="d73e62dc6c27b3d441dfbc5626dfe3bbb133d3b7"/>
			</dataarea>
		</part>
	</software>

	<software name="tetris">
		<description>Tetris</description>
		<year>1988</year>
		<publisher>Spectrum HoloByte</publisher>
		<info name="release" value="2021-05-29"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296252">
				<rom name="tetris iigs.woz" size="1296252" crc="41451ff2" sha1="0ee2c36d73f575124f28defb9ec50645fb3c2902"/>
			</dataarea>
		</part>
	</software>

	<software name="lasrforc">
		<description>LaserForce</description>
		<year>1989</year>
		<publisher>Fanfare</publisher>
		<info name="release" value="2021-05-24"/>
		<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. It requires a 1.25MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296206">
				<rom name="laserforce iigs - disk 1.woz" size="1296206" crc="03943e06" sha1="8efcc99202e3f9fae8058d8cc7f0c66902c52ae6"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296206">
				<rom name="laserforce iigs - disk 2.woz" size="1296206" crc="4eb5535b" sha1="1a53e508eab191f92835990f3195498da8c615a7"/>
			</dataarea>
		</part>
	</software>

	<software name="arknoid2">
		<description>Arkanoid II: Revenge of Doh</description>
		<year>1989</year>
		<publisher>Taito</publisher>
		<info name="release" value="2021-05-26"/>
		<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. It requires a 512K Apple IIgs ROM01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296700">
				<rom name="arkanoid ii - revenge of doh iigs.woz" size="1296700" crc="0529637a" sha1="26f22571afb2a3f51258bf22e7910f02745098a6"/>
			</dataarea>
		</part>
	</software>

	<software name="bghost">
		<description>Bubble Ghost</description>
		<year>1988</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-05-26"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1312525">
				<rom name="bubble ghost iigs.woz" size="1312525" crc="e4b9eda7" sha1="6a7eb6c3dcaf5927fb0248ff1064414fdefff5a9"/>
			</dataarea>
		</part>
	</software>

	<software name="dejavu">
		<description>Déjà Vu</description>
		<year>1988</year>
		<publisher>ICOM Simulations</publisher>
		<info name="release" value="2021-05-26"/>
		<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. It requires a 768K Apple IIgs ROM01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1361855">
				<rom name="deja vu iigs - disk 1 - system disk.woz" size="1361855" crc="45bf7709" sha1="02c3735f579b259c0f005f20d6c13a79ad9733fc"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1361855">
				<rom name="deja vu iigs - disk 2 - program disk.woz" size="1361855" crc="88fcacca" sha1="4d1adbb4f4b351657fbe3d874d3d8bdf40ad2e42"/>
			</dataarea>
		</part>
	</software>

	<software name="hacker2">
		<description>Hacker II</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-05-26"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296186">
				<rom name="hacker ii- the doomsday papers iigs.woz" size="1296186" crc="5601d8b7" sha1="7d542579d2a127adefca5d10cb996e5a69fdb2cb"/>
			</dataarea>
		</part>
	</software>

	<software name="destryr">
		<description>Destroyer</description>
		<year>1987</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-05-27"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296658">
				<rom name="destroyer iigs.woz" size="1296658" crc="401a544a" sha1="83004334a12e4e7b36baa132b14333741cb38d67"/>
			</dataarea>
		</part>
	</software>

	<software name="gbabsktb">
		<description>GBA Championship Basketball</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-05-27"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"GBA Championship Basketball" is a 1987 sports game developed by Paul Terry, Jack Thornton, Scott Orr, John Cutter, Troy Lyndon, and Russell Lieblich, and distributed by Activision. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1329513">
				<rom name="gba championship basketball iigs.woz" size="1329513" crc="affed43a" sha1="615e8fe867a969216381d2d3ec656d973b6a3b55"/>
			</dataarea>
		</part>
	</software>

	<software name="jigsaw">
		<description>Jigsaw</description>
		<year>1988</year>
		<publisher>Britannica Software</publisher>
		<info name="release" value="2021-05-27"/>
		<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. It requires a 768K Apple IIgs ROM01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296764">
				<rom name="jigsaw iigs - disk 1 - program disk.woz" size="1296764" crc="1b4cac90" sha1="e429fe5e5149e7b5c5a812b74de6a7da3a9237cc"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Picture library"/>
			<dataarea name="flop" size="1296255">
				<rom name="jigsaw iigs - disk 2 - picture library.woz" size="1296255" crc="522b9621" sha1="646e277b6c8d32b5f4e96a6387341405b9db4951"/>
			</dataarea>
		</part>
	</software>

	<software name="miniputt">
		<description>Mini-Putt</description>
		<year>1988</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-05-27"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Mini-Putt" is a 1988 sports game developed by Ross Salas and distributed by Accolade. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296636">
				<rom name="mini-putt iigs.woz" size="1296636" crc="043ffe92" sha1="cace02db6788d3142d4704264422289beb2a8bbc"/>
			</dataarea>
		</part>
	</software>

	<software name="omega">
		<description>Omega</description>
		<year>1988</year>
		<publisher>Origin Systems</publisher>
		<info name="release" value="2021-05-27"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM01 or later. -->
		<!--"Omega" is a 1988 simulation game developed by Stuart B. Marks and distributed by Origin Systems. It requires a 768K Apple IIgs ROM01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296155">
				<rom name="omega iigs.woz" size="1296155" crc="1451e0d5" sha1="d9de13700b35c3ca651883b9c5224dbd8e43cf0e"/>
			</dataarea>
		</part>
	</software>

	<software name="photonix">
		<description>Photonix (Version 1.46)</description>
		<year>1989</year>
		<publisher>Free Tools Association</publisher>
		<info name="release" value="2021-05-30"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1.25M Apple IIgs ROM 00 or ROM 01. -->
		<!--"Photonix" is a 1989 disk utility developed by El Mathos, Pad, and ACS, and distributed by Free Tools Association. It requires a 1.25M Apple IIgs ROM 00 or ROM 01. This is version 1.46.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345319">
				<rom name="photonix iigs.woz" size="1345319" crc="29368542" sha1="0504af1ada3e3cc9fc00d35096c1c92f93acefb5"/>
			</dataarea>
		</part>
	</software>

	<software name="silpheed">
		<description>Silpheed</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-27"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296337">
				<rom name="silpheed iigs - disk 1.woz" size="1296337" crc="6e23bfc4" sha1="aab31b270ac2d0be19a63aeebb58cf63f8d664be"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296337">
				<rom name="silpheed iigs - disk 2.woz" size="1296337" crc="2464d39c" sha1="3a4f6e18d97f5bdc40b988e6a44dedc2d5b62fb3"/>
			</dataarea>
		</part>
	</software>

	<software name="spquest">
		<description>Space Quest</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-27"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296257">
				<rom name="space quest iigs - disk 1.woz" size="1296257" crc="c635790a" sha1="9bc6db1793f379838e90e0d5ab4b325e7658fb79"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296257">
				<rom name="space quest iigs - disk 2.woz" size="1296257" crc="dc9f2e0d" sha1="49714165313ee908fc309970544659322dca1bd0"/>
			</dataarea>
		</part>
	</software>

	<software name="thrdcrir">
		<description>The Third Courier</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-05-27"/>
		<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. It requires a 768K Apple IIgs ROM01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296289">
				<rom name="the third courier iigs - disk 1.woz" size="1296289" crc="517a7892" sha1="df7f0eb0c4985fb756701e5263c16938e8ceb55c"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296289">
				<rom name="the third courier iigs - disk 2.woz" size="1296289" crc="6f6cbd12" sha1="e4f765378433c72f922403a9953b9e70f6b065e0"/>
			</dataarea>
		</part>
	</software>

	<software name="warmidle">
		<description>War in Middle Earth</description>
		<year>1989</year>
		<publisher>Melbourne House</publisher>
		<info name="release" value="2021-05-27"/>
		<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. It requires a 768K Apple IIgs ROM01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1312766">
				<rom name="war in middle earth iigs - disk 1.woz" size="1312766" crc="8fd4dacd" sha1="cdf81e6137abfd07fa5b1be89f372784730e409f"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1312766">
				<rom name="war in middle earth iigs - disk 2.woz" size="1312766" crc="a6800d26" sha1="733114ea587392bd01b7641ccc91a03ec85cc243"/>
			</dataarea>
		</part>
	</software>

	<software name="carmnwld">
		<description>Where in the World is Carmen Sandiego?</description>
		<year>1989</year>
		<publisher>Broderbund Software</publisher>
		<info name="release" value="2021-05-27"/>
		<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 Broderbund Software. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296279">
				<rom name="where in the world is carmen sandiego iigs - disk 1.woz" size="1296279" crc="7c2cd2eb" sha1="0e6ea59c5974c37ee88e22d8cbdfc3a46567d921"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296791">
				<rom name="where in the world is carmen sandiego iigs - disk 2.woz" size="1296791" crc="ade1e7f6" sha1="4933ac927a966edde20cac34fa5374a2a163889c"/>
			</dataarea>
		</part>
	</software>

	<software name="windwlkr">
		<description>Windwalker</description>
		<year>1990</year>
		<publisher>Origin Systems</publisher>
		<info name="release" value="2021-05-27"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM01 or later. -->
		<!--"Windwalker" is a 1990 roleplaying game developed by Greg Malone, Dallas Snell, Jeff Hillhouse, Dave Eresian, Richard Filoramo, Lester Humphreys, Jason Linhart, Stephen Linhart, Kiri Naiman, Keith Winston, Jeff Dee, Glen Johnson, Denis Loubet, Keith Berdak, Bill Clarke, and Doug Hewitt, and distributed by Origin Systems. It requires a 768K Apple IIgs ROM01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1329100">
				<rom name="windwalker iigs - disk 1.woz" size="1329100" crc="e8d218f5" sha1="682fac9a00d71b0ebf5f5f75e47bd872b71cd724"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1329100">
				<rom name="windwalker iigs - disk 2.woz" size="1329100" crc="10702583" sha1="0cbbb26fd78220570cc3fdb5a48c4ccac9eaa1ab"/>
			</dataarea>
		</part>
	</software>

	<software name="warlock">
		<description>Warlock</description>
		<year>1988</year>
		<publisher>Three-Sixty Pacific</publisher>
		<info name="release" value="2021-05-27"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Warlock" is a 1988 action game developed by Infogrames and distributed by Three-Sixty Pacific. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296172">
				<rom name="warlock iigs.woz" size="1296172" crc="b7fa22d5" sha1="79c3c37ed3f33defee66f6f757a4574302a405c4"/>
			</dataarea>
		</part>
	</software>

	<software name="wingames">
		<description>Winter Games</description>
		<year>1987</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-05-27"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296641">
				<rom name="winter games iigs.woz" size="1296641" crc="8f9c392c" sha1="79150a262cec508f188f67cc9b7e45ee1dc52405"/>
			</dataarea>
		</part>
	</software>

	<software name="shanghai">
		<description>Shanghai</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-05-27"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296154">
				<rom name="shanghai iigs.woz" size="1296154" crc="7155a611" sha1="6aac8d0a393c37a9b30f249d21bcfae2ba38f727"/>
			</dataarea>
		</part>
	</software>

	<software name="pquest">
		<description>Police Quest</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-27"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Police Quest" is a 1987 adventure game developed by Jim Walls, Greg Rowland, Al Lowe, Scott Murphy, Ken Williams, Mark Crowe, Jerry Moore, Margaret Lowe, Jeff Stephenson, Chris Iden, Bob Heitman, and Carlos Escobar, and distributed by Sierra On-Line. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296347">
				<rom name="police quest iigs - disk 1.woz" size="1296347" crc="777c23e5" sha1="d75bd3b9d9a2a686c6cc2872b30a162b6aa176a8"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1298395">
				<rom name="police quest iigs - disk 2.woz" size="1298395" crc="942f2197" sha1="b245b1a25e2cfbcfe8c75b4de33a089410ce7dad"/>
			</dataarea>
		</part>
	</software>

	<software name="drgnwars">
		<description>Dragon Wars</description>
		<year>1990</year>
		<publisher>Interplay Productions</publisher>
		<info name="release" value="2021-05-30"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Dragon Wars" is a 1990 roleplaying game developed by Rebecca Heineman, Todd Camasta, Charles Deenan, Brian Fargo, and Paul O'Connor, and distributed by Interplay Productions. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296196">
				<rom name="dragon wars iigs.woz" size="1296196" crc="331a8128" sha1="551d0e2fd5a4a33c41a7ba3f9b381bd41a8a7e9d"/>
			</dataarea>
		</part>
	</software>

	<software name="monte">
		<description>Monte Carlo</description>
		<year>1987</year>
		<publisher>PBI Software</publisher>
		<info name="release" value="2021-05-27"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Monte Carlo" is a 1987 simulation game developed by Jeff Lefferts and Richard L. Seaborne, and distributed by PBI Software. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296169">
				<rom name="monte carlo iigs.woz" size="1296169" crc="c89c7237" sha1="eae72c1446f10e585cb732359bf22a96122c2ede"/>
			</dataarea>
		</part>
	</software>

	<software name="subbatl">
		<description>Sub Battle Simulator</description>
		<year>1987</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-05-27"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Sub Battle Simulator" is a 1987 simulation game developed by Rob Brannon, Kelly Fergason, and Steve Snyder, and distributed by Epyx. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296676">
				<rom name="sub battle simulator iigs.woz" size="1296676" crc="aa01105f" sha1="81a3029ef72d3dde59c385a2383c545021509734"/>
			</dataarea>
		</part>
	</software>

	<software name="jelwayqb">
		<description>John Elway's Quarterback</description>
		<year>1989</year>
		<publisher>Melbourne House</publisher>
		<info name="release" value="2021-05-27"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"John Elway's Quarterback" is a 1989 sports game developed by William Denham, Gotham Graphics, and Raymond Genovese, and distributed by Melbourne House. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1312567">
				<rom name="john elway's quarterback iigs.woz" size="1312567" crc="f730957b" sha1="8484a0b8380a46a07ca3674507fcd857c385947e"/>
			</dataarea>
		</part>
	</software>

	<software name="spquest2">
		<description>Space Quest II</description>
		<year>1988</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-28"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296282">
				<rom name="space quest ii iigs - disk 1.woz" size="1296282" crc="34a62868" sha1="53340223e323e9b1e56e3c82b100cfd2869799bf"/>
			</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 iigs - disk 2.woz" size="1296282" crc="f5cce30c" sha1="6684e98df5c3d88f44099abaeabe4b8396e0c7f3"/>
			</dataarea>
		</part>
	</software>

	<software name="kingqst3">
		<description>King's Quest III</description>
		<year>1988</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-28"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"King's Quest III" 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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296426">
				<rom name="king's quest iii iigs - disk 1.woz" size="1296426" crc="cf25ed37" sha1="0dd9185c47c0607f5342c01b3cf0ca42d6b5a187"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296426">
				<rom name="king's quest iii iigs - disk 2.woz" size="1296426" crc="738e9164" sha1="ef78a433efc4b54aa3014facb3bc4fdb0e3446cf"/>
			</dataarea>
		</part>
	</software>

	<software name="gwshoot">
		<description>Great Western Shootout</description>
		<year>1989</year>
		<publisher>Britannica Software</publisher>
		<info name="release" value="2021-05-28"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296194">
				<rom name="great western shootout iigs - disk 1.woz" size="1296194" crc="65d9538c" sha1="c41a1a7796c4d67432b546cebc7997d9a5cfb22d"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296194">
				<rom name="great western shootout iigs - disk 2.woz" size="1296194" crc="8e664521" sha1="aa738a532332574481bcadb9c071e0dfe0730e24"/>
			</dataarea>
		</part>
	</software>

	<software name="lslarry">
		<description>Leisure Suit Larry in the Land of the Lounge Lizards</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-28"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1312662">
				<rom name="leisure suit larry in the land of the lounge lizards iigs - disk 1.woz" size="1312662" crc="31bf3aad" sha1="f1daad9a5a04cd2ae82c5fa3a315741a66a64126"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1312662">
				<rom name="leisure suit larry in the land of the lounge lizards iigs - disk 2.woz" size="1312662" crc="b990e5bd" sha1="022bc36381aaa325153139cbc04da276fb8e1fbe"/>
			</dataarea>
		</part>
	</software>

	<software name="bcauldrn">
		<description>The Black Cauldron</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-28"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"The Black Cauldron" is a 1987 adventure game developed by Al Lowe, Roberta Williams, Elaine Boulay, Nancy Casolaro, Melissa Haldeman, Scott Murphy, Sol Ackerman, Ken Williams, Jeff Stephenson, Chris Iden, and Bob Heitman, and distributed by Sierra On-Line. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296327">
				<rom name="the black cauldron iigs - disk 1.woz" size="1296327" crc="def8c641" sha1="951544d592da8c0203ceec45f3f6e45ec44b98e9"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296327">
				<rom name="the black cauldron iigs - disk 2.woz" size="1296327" crc="f66ab4ff" sha1="32f51302f4c3458f2134dea823d30f411a8f250e"/>
			</dataarea>
		</part>
	</software>

	<software name="kingchgo">
		<description>The King of Chicago</description>
		<year>1988</year>
		<publisher>Cinemaware</publisher>
		<info name="release" value="2021-05-28"/>
		<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. It requires a 768K Apple IIgs ROM01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296682">
				<rom name="the king of chicago iigs - reel 1.woz" size="1296682" crc="41530912" sha1="85fb08f8da981e9cc87edf8446e722ab7eefae91"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<dataarea name="flop" size="1296170">
				<rom name="the king of chicago iigs - reel 2.woz" size="1296170" crc="a53c37c0" sha1="ff0519cf1b17e77587d82a41c12c836f44e21ab5"/>
			</dataarea>
		</part>
	</software>

	<software name="kingqst4">
		<description>King's Quest IV: The Perils of Rosella</description>
		<year>1989</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-28"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"King's Quest IV: The Perils of Rosella" is a 1989 adventure game developed by Ken Williams, Roberta Williams, William Goldstein, Chris Hoyt, John Hamilton, Teresa Baker, Jerry Moore, Carolly Hauksdottir, William Skirvin, Jeff Stephenson, Robert Heitman, Chris Iden, and Paul Krasno, and distributed by Sierra On-Line. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296374">
				<rom name="king's quest iv iigs - disk 1.woz" size="1296374" crc="ff747ad4" sha1="6a216fc73cf146418bcc4cb2a0b159e1d96d367b"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296374">
				<rom name="king's quest iv iigs - disk 2.woz" size="1296374" crc="f209e379" sha1="5b0a275432a495b86eb325a65558e340f15bcea4"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3"/>
			<dataarea name="flop" size="1296374">
				<rom name="king's quest iv iigs - disk 3.woz" size="1296374" crc="65f8435a" sha1="e20ba8c160e6609efa9d3576bef83c798dd2c436"/>
			</dataarea>
		</part>
	</software>

	<software name="starsg1">
		<description>Star Saga: One - Beyond The Boundary (Version 1.1)</description>
		<year>1987</year>
		<publisher>Masterplay Publishing Corporation</publisher>
		<info name="release" value="2021-06-01"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Star Saga: One - Beyond The Boundary" is a 1987 roleplaying game developed by Richard Dutton, Walter Freitag, Andrew C. Greenberg, and Michael Massimilla, and distributed by Masterplay Publishing Corporation. This is version 1.1. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296274">
				<rom name="star saga one iigs.woz" size="1296274" crc="e96de728" sha1="d00257002b10a75f5418e53bf96aa33df914cd2b"/>
			</dataarea>
		</part>
	</software>

	<software name="dejavu2">
		<description>Déjà Vu II: Lost in Las Vegas</description>
		<year>1989</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-06-01"/>
		<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. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1361905">
				<rom name="deja vu ii lost in last vegas iigs.woz" size="1361905" crc="55d9e932" sha1="9a82f93d0a200435f05d0b1a0a9d37d4c1978c20"/>
			</dataarea>
		</part>
	</software>

	<software name="twrmyrgl">
		<description>The Tower of Myraglen</description>
		<year>1987</year>
		<publisher>PBI Software</publisher>
		<info name="release" value="2021-06-01"/>
		<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. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Start-up disk"/>
			<dataarea name="flop" size="1296187">
				<rom name="the tower of myraglen iigs - disk 1 - start-up disk.woz" size="1296187" crc="9a571c95" sha1="359abb5dfd1150d129e90c95e501f2c89c17b62e"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1345338">
				<rom name="the tower of myraglen iigs - disk 2 - program disk.woz" size="1345338" crc="1e3a010b" sha1="a264a9be38d8ea804beea4d6b547ee25304af9df"/>
			</dataarea>
		</part>
	</software>

	<software name="dhilchl">
		<description>Downhill Challenge</description>
		<year>1989</year>
		<publisher>Broderbund Software</publisher>
		<info name="release" value="2021-06-01"/>
		<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 Broderbund Software. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1296205">
				<rom name="downhill challenge iigs - disk 1 - system disk.woz" size="1296205" crc="ddcad7bf" sha1="6f56149da5cd8ca3f7a3ec7032a5278311e4d1ed"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Game disk"/>
			<dataarea name="flop" size="1296203">
				<rom name="downhill challenge iigs - disk 2 - game disk.woz" size="1296203" crc="ffa192ba" sha1="3fef37aa6d9aa8fdba0df6e6cb5b2a8668eca0bc"/>
			</dataarea>
		</part>
	</software>

	<software name="wltrgolf">
		<description>World Tour Golf</description>
		<year>1987</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-06-01"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296185">
				<rom name="world tour golf iigs.woz" size="1296185" crc="b3f3f81d" sha1="1b5b86f72a9219c07c6a421450e1bb900c81ca55"/>
			</dataarea>
		</part>
	</software>

	<software name="vegasgmb">
		<description>Vegas Gambler</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-06-01"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345393">
				<rom name="vegas gambler iigs.woz" size="1345393" crc="22e59934" sha1="be3ebd77211d45f6169e21e09c26ee4359ca0398"/>
			</dataarea>
		</part>
	</software>

	<software name="chsm2100">
		<description>The Fidelity Chessmaster 2100</description>
		<year>1988</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-06-01"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296183">
				<rom name="the fidelity chessmaster 2100 iigs - disk 1.woz" size="1296183" crc="281e93dc" sha1="2246f45d7deb3414c1bdcbad5d0b4f77a9db52d3"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296183">
				<rom name="the fidelity chessmaster 2100 iigs - disk 2.woz" size="1296183" crc="0c4704bc" sha1="d2ea3f4fbb3cf1127c23bb1ebd32fd3adef049f9"/>
			</dataarea>
		</part>
	</software>

	<software name="spaceace">
		<description>Space Ace</description>
		<year>1990</year>
		<publisher>ReadySoft</publisher>
		<info name="release" value="2021-06-01"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"Space Ace" is a 1990 action game developed by David Foster, Simon Douglas, Jorge Freitas, Hugh MacLeod, Murray Foster, Laurie Williams, Adam Wolk, Michael Griffith, Peter Bayes, David Dimatteo, Sue McComb, and Joanne Ashdown, and distributed by ReadySoft. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296303">
				<rom name="space ace iigs - disk 1.woz" size="1296303" crc="c9b1d81c" sha1="01d0768fea8f9f2f6fb198ec75cf64382eaaeed7"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296303">
				<rom name="space ace iigs - disk 2.woz" size="1296303" crc="213c7969" sha1="4f8c5a803705aa0a8856bd73295357d33277518b"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3"/>
			<dataarea name="flop" size="1296303">
				<rom name="space ace iigs - disk 3.woz" size="1296303" crc="5846b4eb" sha1="2556bdf9afbf627c71c589dea05030e22bb6d736"/>
			</dataarea>
		</part>
		<part name="flop4" interface="floppy_3_5">
			<feature name="part_id" value="Disk 4"/>
			<dataarea name="flop" size="1296303">
				<rom name="space ace iigs - disk 4.woz" size="1296303" crc="852b6729" sha1="cfd808927c36559ba0f30780dacc040c2533e656"/>
			</dataarea>
		</part>
		<part name="flop5" interface="floppy_3_5">
			<feature name="part_id" value="Disk 5"/>
			<dataarea name="flop" size="1296303">
				<rom name="space ace iigs - disk 5.woz" size="1296303" crc="776d76db" sha1="d1979794cbf43d6df3b8ee19abd48af229d52d17"/>
			</dataarea>
		</part>
		<part name="flop6" interface="floppy_3_5">
			<feature name="part_id" value="Disk 6"/>
			<dataarea name="flop" size="1296303">
				<rom name="space ace iigs - disk 6.woz" size="1296303" crc="0ad79c66" sha1="dfe7a77e8bac698f5b582940d5e88c55484e8934"/>
			</dataarea>
		</part>
		<part name="flop7" interface="floppy_3_5">
			<feature name="part_id" value="Disk 7"/>
			<dataarea name="flop" size="1296303">
				<rom name="space ace iigs - disk 7.woz" size="1296303" crc="7a881dee" sha1="ac37a58f8a51482480cfe8f42ec57a0393f50c31"/>
			</dataarea>
		</part>
		<part name="flop8" interface="floppy_3_5">
			<feature name="part_id" value="Disk 8"/>
			<dataarea name="flop" size="1296303">
				<rom name="space ace iigs - disk 8.woz" size="1296303" crc="7eb87bb0" sha1="daa9af77d0e162ba55f3d76d326582d172a135ad"/>
			</dataarea>
		</part>
		<part name="flop9" interface="floppy_3_5">
			<feature name="part_id" value="Disk 9"/>
			<dataarea name="flop" size="1296303">
				<rom name="space ace iigs - disk 9.woz" size="1296303" crc="8f9cbeed" sha1="f478b959ba865feead8d73220805ccfdf7b930e6"/>
			</dataarea>
		</part>
	</software>

	<software name="arkanoid">
		<description>Arkanoid</description>
		<year>1988</year>
		<publisher>Taito</publisher>
		<info name="release" value="2021-06-01"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs ROM 01. -->
		<!--"Arkanoid" is a 1988 action game developed by Ryan Ridges and John Lund, and distributed by Taito America. It requires a 512K Apple IIgs ROM 01.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296671">
				<rom name="arkanoid iigs.woz" size="1296671" crc="d82eee53" sha1="52914d5c1c05617eac17173de671f09ba7ef3c3c"/>
			</dataarea>
		</part>
	</software>

	<software name="nicklaus">
		<description>Jack Nicklaus' Greatest 18 Holes of Major Championship Golf</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-05-31"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk ~ - Program disk"/>
			<dataarea name="flop" size="1296252">
				<rom name="jack nicklaus' greatest 18 holes of major championship golf iigs - disk 1 - program disk.woz" size="1296252" crc="42a132b9" sha1="ba9a7d0f8865b990b4c01d9b44fa82fe067f275e"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Course disk"/>
			<dataarea name="flop" size="1296251">
				<rom name="jack nicklaus' greatest 18 holes of major championship golf iigs - disk 2 - course disk.woz" size="1296251" crc="668bfa15" sha1="1b50bcfd3eeee7a0730f789bcda75530941c3770"/>
			</dataarea>
		</part>
	</software>

	<software name="hostage">
		<description>Hostage: Rescue Mission</description>
		<year>1990</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-05-31"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1361742">
				<rom name="hostage- rescue mission iigs.woz" size="1361742" crc="e094007a" sha1="14ee3d0863bcb7170ba1bdab21876687f4ce619a"/>
			</dataarea>
		</part>
	</software>

	<software name="captbld">
		<description>Captain Blood</description>
		<year>1989</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-05-31"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1361758">
				<rom name="captain blood iigs.woz" size="1361758" crc="45d2ab10" sha1="7f968e1704c2a969a33cf7a07c81629c12c7577d"/>
			</dataarea>
		</part>
	</software>

	<software name="carmnusa">
		<description>Where in the U.S.A. is Carmen Sandiego?</description>
		<year>1989</year>
		<publisher>Broderbund Software</publisher>
		<info name="release" value="2021-05-31"/>
		<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 Broderbund Software. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296338">
				<rom name="where in the u.s.a. is carmen sandiego iigs - disk 1.woz" size="1296338" crc="ca473b90" sha1="a48d9112106def7b6deed7146522152fb483bad0"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296369">
				<rom name="where in the u.s.a. is carmen sandiego iigs - disk 2.woz" size="1296369" crc="d150ccbb" sha1="3dbbfd2a1b14ded3bc6f307a32d9a003882305b2"/>
			</dataarea>
		</part>
	</software>

	<software name="brdtale">
		<description>The Bard's Tale: Tales of the Unknown</description>
		<year>1987</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-05-31"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"The Bard's Tale: Tales of the Unknown" is a 1987 roleplaying game developed by Rebecca Heineman and distributed by Electronic Arts. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296709">
				<rom name="the bard's tale iigs.woz" size="1296709" crc="1b451e17" sha1="d41c827b989d73f32615e49904ecf93638e81625"/>
			</dataarea>
		</part>
	</software>

	<software name="neuromnc">
		<description>Neuromancer</description>
		<year>1989</year>
		<publisher>Interplay Productions</publisher>
		<info name="release" value="2021-05-31"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345288">
				<rom name="neuromancer iigs.woz" size="1345288" crc="6d21fbf3" sha1="2f461215cd9331a0a87a61b1497b92d08f64589d"/>
			</dataarea>
		</part>
	</software>

	<software name="dreamzne">
		<description>Dream Zone</description>
		<year>1987</year>
		<publisher>Baudville</publisher>
		<info name="release" value="2021-05-31"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Dream Zone" is a 1987 adventure game developed by Andy Gavin, Jason Rubin, and Sarah Sidman, and distributed by Baudville. This is version 3.2. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296189">
				<rom name="dream zone iigs - disk 1.woz" size="1296189" crc="05e8fc0d" sha1="17e950d8bb6c7f2119c0c6f41d17f4287056180e"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296189">
				<rom name="dream zone iigs - disk 2.woz" size="1296189" crc="73d7952e" sha1="379575a78e2ae4594793738c9b71b250ba67cf17"/>
			</dataarea>
		</part>
	</software>

	<software name="manhuntr">
		<description>Manhunter: New York</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-05-31"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Manhunter: New York" is a 1987 adventure game developed by Dave Murry, Barry Murry, Dee Dee Murry, Jeff Stephenson, Chris Iden, Bob Heitman, Carlos Escobar, and Dr. Gary and Julie Stonedahl, and distributed by Sierra On-Line. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1345384">
				<rom name="manhunter- new york iigs - disk 1.woz" size="1345384" crc="8862c002" sha1="064b29d944f02fce20e407c451d435365a8fe0fb"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1345384">
				<rom name="manhunter- new york iigs - disk 2.woz" size="1345384" crc="f17f2cfa" sha1="0d915aec7f33375d8ba46c1c4419d8986a6360b0"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3"/>
			<dataarea name="flop" size="1345384">
				<rom name="manhunter- new york iigs - disk 3.woz" size="1345384" crc="bd448818" sha1="dcc058c912d3a291ede35a2b99ca59519f47d0c9"/>
			</dataarea>
		</part>
		<part name="flop4" interface="floppy_3_5">
			<feature name="part_id" value="Disk 4"/>
			<dataarea name="flop" size="1345384">
				<rom name="manhunter- new york iigs - disk 4.woz" size="1345384" crc="660c6483" sha1="21aca32e5fb3fa843ca660de8c6a3354df99106a"/>
			</dataarea>
		</part>
	</software>

	<software name="mean18">
		<description>Mean 18</description>
		<year>1987</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-06-03"/>
		<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. It requires a 512K Apple IIgs. This archive includes the three add-on disks that were available separately (Famous Courses Volume II, III, and IV).-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk ~ - Program disk"/>
			<dataarea name="flop" size="1329494">
				<rom name="mean 18 iigs - disk 1 - program disk.woz" size="1329494" crc="0bff6131" sha1="a4f312c1e20e1f6f56aa7a150b1e3c2a055a659b"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Famous courses volume II"/>
			<dataarea name="flop" size="1296258">
				<rom name="mean 18 iigs - disk 2 - famous courses volume ii.woz" size="1296258" crc="13d63de6" sha1="1e2415846c7dc1c7ef213965c039fa2ae1cf07f9"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Famous courses volume III"/>
			<dataarea name="flop" size="1297284">
				<rom name="mean 18 iigs - disk 3 - famous courses volume iii.woz" size="1297284" crc="57051e09" sha1="1f077302afab70811c901eb6f40d4e4b3d48a997"/>
			</dataarea>
		</part>
		<part name="flop4" interface="floppy_3_5">
			<feature name="part_id" value="Disk 4 - Famous courses volume IV"/>
			<dataarea name="flop" size="1297250">
				<rom name="mean 18 iigs - disk 4 - famous courses volume iv.woz" size="1297250" crc="f9e50694" sha1="75871ecc202b0535e45253c5c28ef8447853389f"/>
			</dataarea>
		</part>
	</software>

	<software name="hvrblade">
		<description>Hover Blade</description>
		<year>1991</year>
		<publisher>MCX</publisher>
		<info name="release" value="2021-06-04"/>
		<sharedfeat name="compatibility" value=",A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later -->
		<!--"Hover Blade" is a 1991 action game developed by Shiraz Akmal and Eric Boden, and distributed by MCX. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1345297">
				<rom name="hover blade iigs - disk 1.woz" size="1345297" crc="dea1f1bf" sha1="f15fa4a7894908b48fa7038521e0ca37cada2656"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1345297">
				<rom name="hover blade iigs - disk 2.woz" size="1345297" crc="c63ec5d5" sha1="bb90b71a84b5f9d3809342e27a303638208194bb"/>
			</dataarea>
		</part>
	</software>

	<software name="fastbrk">
		<description>Fast Break</description>
		<year>1989</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-06-04"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296720">
				<rom name="fast break iigs.woz" size="1296720" crc="56b4f173" sha1="18e1ba72192ce9e059633a62be6aae0c8b92c686"/>
			</dataarea>
		</part>
	</software>

	<software name="hallsmzm">
		<description>Halls of Montezuma</description>
		<year>1990</year>
		<publisher>Strategic Simulations</publisher>
		<info name="release" value="2021-06-04"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Halls of Montezuma" is a 1990 simulation game developed by Roger Keating, Ian Trout, Allan Bell, Sue Bell, and Steven Hart, and distributed by Strategic Simulations Group. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296238">
				<rom name="halls of montezuma iigs - disk 1.woz" size="1296238" crc="e9e5007e" sha1="d562bcf62a8b5dfab0d991279b9372ae0af55e35"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296238">
				<rom name="halls of montezuma iigs - disk 2.woz" size="1296238" crc="390131dd" sha1="0d75cf473647631351edb2871710cdd684094e7b"/>
			</dataarea>
		</part>
	</software>

	<software name="starsg2">
		<description>Star Saga: Two - The Clathran Menace</description>
		<year>1988</year>
		<publisher>MasterPlay Publishing Corporation</publisher>
		<info name="release" value="2021-06-04"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Star Saga: Two - The Clathran Menace" is a 1988 roleplaying game developed by Richard Dutton, Walter Freitag, Andrew C. Greenberg, Sheila M. Greenberg, Michael Massimilla, and Gerald M. Seixas, and distributed by MasterPlay Publishing Corporation. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296296">
				<rom name="star saga two iigs.woz" size="1296296" crc="39e1e6ee" sha1="b712121eb0a254f6ef51010371e308f11ed931b8"/>
			</dataarea>
		</part>
	</software>

	<software name="clbbgmn">
		<description>Club Backgammon</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-06-04"/>
		<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&#x142;aszczak, Maciej Markuszewski, and Marcin Szostakowski, and distributed by California Dreams. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1344899">
				<rom name="club backgammon iigs.woz" size="1344899" crc="02fd734a" sha1="c62ad7673353aa21ccb1fab56e1df9b4e2a7a57e"/>
			</dataarea>
		</part>
	</software>

	<software name="byondzrk">
		<description>Beyond Zork: The Coconut of Quendor (Revision 57 / 871221)</description>
		<year>1987</year>
		<publisher>Infocom</publisher>
		<info name="release" value="2021-06-04"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs ROM 00 or ROM 01. -->
		<!--"Beyond Zork: The Coconut of Quendor" is a 1987 adventure game developed by Brian Moriarty and distributed by Infocom. This is revision 57 / 871221. It requires a 512K Apple IIgs ROM 00 or ROM 01.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1312556">
				<rom name="beyond zork iigs.woz" size="1312556" crc="b312178d" sha1="e08df0adda743ee92f6716fbaaa2ddd3ba2c3a05"/>
			</dataarea>
		</part>
	</software>

	<software name="crylmsn2">
		<description>2088: The Cryllan Mission - The Second Scenario</description>
		<year>1990</year>
		<publisher>Victory Software</publisher>
		<info name="release" value="2021-06-04"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1.25MB Apple IIgs ROM 01 or later. -->
		<!--"2088: The Cryllan Mission - The Second Scenario" is a 1990 roleplaying game developed by Vinay Pai, Vivek Pai, and Vijay Pai, and distributed by Victory Software. It requires a 1.25MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System"/>
			<dataarea name="flop" size="1345398">
				<rom name="2088 - the cryllan mission - the second scenario iigs - disk 1 - system.woz" size="1345398" crc="389a2d46" sha1="d1132ba890573390db3906742ecc517a068a36cc"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program"/>
			<dataarea name="flop" size="1345399">
				<rom name="2088 - the cryllan mission - the second scenario iigs - disk 2 - program.woz" size="1345399" crc="b500b6bb" sha1="fd86fd3aa3c8da2ff8b11189107786925eb2011e"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Outdoors"/>
			<dataarea name="flop" size="1345400">
				<rom name="2088 - the cryllan mission - the second scenario iigs - disk 3 - outdoors.woz" size="1345400" crc="9dda11aa" sha1="d387c50de2c3591a48b2b4ee9a03558178b028c5"/>
			</dataarea>
		</part>
	</software>

	<software name="defcrown">
		<description>Defender of the Crown</description>
		<year>1988</year>
		<publisher>Cinemaware</publisher>
		<info name="release" value="2021-06-04"/>
		<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. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Reel 1"/>
			<dataarea name="flop" size="1296886">
				<rom name="defender of the crown iigs - reel 1.woz" size="1296886" crc="73c57ecb" sha1="bfb82cc4c817ada07bff9e1dd06a84a2522af05a"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Reel 2"/>
			<dataarea name="flop" size="1296374">
				<rom name="defender of the crown iigs - reel 2.woz" size="1296374" crc="5a8945a3" sha1="fac77abad75d71c2f05a31ce609a944a6dc0f46f"/>
			</dataarea>
		</part>
	</software>

	<software name="skatedie">
		<description>Skate or Die</description>
		<year>1988</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-06-01"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs ROM 01. 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. It requires a 512K Apple IIgs ROM 01. Music requires 768K.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296713">
				<rom name="skate or die iigs.woz" size="1296713" crc="300af7ee" sha1="7ef79447b14b2268bdbd6489188f951c995e9b7a"/>
			</dataarea>
		</part>
	</software>

	<software name="strsoccr">
		<description>Street Sports Soccer</description>
		<year>1988</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-06-01"/>
		<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. It requires a 512K Apple IIgs ROM 00 or ROM 01.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296697">
				<rom name="street sports soccer iigs.woz" size="1296697" crc="25b2491e" sha1="fd7231ff1fbba463fa6a0ae068b9ef37a284b64b"/>
			</dataarea>
		</part>
	</software>

	<software name="ootw">
		<description>Out of this World</description>
		<year>1992</year>
		<publisher>Interplay Productions</publisher>
		<info name="release" value="2021-06-01"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"Out of this World" is a 1992 action game developed by Rebecca Heineman and distributed by Interplay Productions. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296230">
				<rom name="out of this world iigs - disk 1 - program disk.woz" size="1296230" crc="114a8c7f" sha1="5821227cf3e7dc6b07d2255f63c77a66f355cc93"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Sounds disk"/>
			<dataarea name="flop" size="1296229">
				<rom name="out of this world iigs - disk 2 - sounds disk.woz" size="1296229" crc="df8eccc2" sha1="e8bf12708fd810db0ef8ec803df338c2a747781a"/>
			</dataarea>
		</part>
	</software>

	<software name="thexder">
		<description>Thexder (Version 2.7)</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-06-01"/>
		<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. This is version 2.7. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296260">
				<rom name="thexder iigs.woz" size="1296260" crc="98a49554" sha1="6c1389e558151f08234f25f6c0e04337e6290297"/>
			</dataarea>
		</part>
	</software>

	<software name="tunarmg">
		<description>Tunnels of Armageddon (Version 1.0)</description>
		<year>1989</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-06-03"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Tunnels of Armageddon" is a 1989 action game developed by Adam Skorupiński, Mirek Zabłocki, Krzysiek Koziarski, Zbych Dąbrowski, Dorota Błaszczak, Marcin Grzegorzewski, Dick Vohlers, Tomek Meuś, and distributed by California Dreams. This is version 1.0. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1344940">
				<rom name="tunnels of armageddon iigs.woz" size="1344940" crc="5fbeadc3" sha1="3c3d99d4aea530e2eb529e085d31984e0d11dd28"/>
			</dataarea>
		</part>
	</software>

	<software name="cribgin">
		<description>Gin King / Cribbage King</description>
		<year>1989</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-06-05"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"Gin King / Cribbage King" is a 1989 board game developed by Mark Manyen, Don Laabs, David M. Linnehan, and Elizabeth Scafati, and distributed by The Software Toolworks. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296245">
				<rom name="gin king - cribbage king iigs - disk 1.woz" size="1296245" crc="976a71a5" sha1="3319d52f509cd072aa74cf804b206e3b14c8f348"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1345397">
				<rom name="gin king - cribbage king iigs - disk 2.woz" size="1345397" crc="f38659d9" sha1="fd11f19bb38faf58e270ae07f042f259106390ad"/>
			</dataarea>
		</part>
	</software>

	<software name="revo76">
		<description>Revolution '76 (Version June 27, 1989)</description>
		<year>1989</year>
		<publisher>Britannica Software</publisher>
		<info name="release" value="2021-06-07"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1.25MB Apple IIgs ROM 01 or later. -->
		<!--"Revolution '76" is a 1988 strategy game developed by Edward Bever, Patricia Bever, Susan Barr, Sandra Lakin, David Craft, Andy Kanakares, and Ezra Sidran, and distributed by Britannica Software. This version is dated June 27, 1989 according to a printed stamp on the disk label. It requires a 1.25MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296267">
				<rom name="revolution '76 iigs - disk 1.woz" size="1296267" crc="e112814c" sha1="3c713d5c14d0e182256120ff7623a064b2a6b812"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296267">
				<rom name="revolution '76 iigs - disk 2.woz" size="1296267" crc="1dbedb8e" sha1="9d489ffab3e025586e702d72387641ffe4fb7d55"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3"/>
			<dataarea name="flop" size="1296267">
				<rom name="revolution '76 iigs - disk 3.woz" size="1296267" crc="7fee9792" sha1="41082c8b9546d12e9a73824a3f2ce2be4dd0823b"/>
			</dataarea>
		</part>
	</software>

	<software name="printshp">
		<description>The Print Shop (Version 1.0)</description>
		<year>1987</year>
		<publisher>Broderbund Software</publisher>
		<info name="release" value="2021-06-07"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs ROM 01 or earlier. -->
		<!-- The disk image was modified on July 4th, 2021 to correct the compatibility information. -->
		<!--"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 Broderbund Software. This is version 1.0. It requires a 512K Apple IIgs ROM 01 or earlier.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296816">
				<rom name="the print shop iigs.woz" size="1296816" crc="57ecd472" sha1="689f6ead1f9ab1a4ffc6fa04088ad063943cb75d" />
			</dataarea>
		</part>
	</software>

	<software name="prntshcm">
		<description>The Print Shop Companion</description>
		<year>1990</year>
		<publisher>Broderbund Software</publisher>
		<info name="release" value="2021-06-07"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"The Print Shop Companion IIgs" is a 1990 graphics program developed by Roland Gustafsson, Leslie Wilson, Michelle Bushneff, Barbara Lawrence, and Leila Bronstein, and distributed by Broderbund Software. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296229">
				<rom name="the print shop companion iigs.woz" size="1296229" crc="9a1893da" sha1="bb43dbf428eb45b147a9726b71ff2d38a5f48b87"/>
			</dataarea>
		</part>
	</software>

	<software name="fantavsn">
		<description>Fantavision</description>
		<year>1987</year>
		<publisher>Broderbund Software</publisher>
		<info name="release" value="2021-06-07"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 256K Apple IIgs ROM 01 or earlier. -->
		<!-- The disk image was modified on July 4th, 2021 to correct the compatibility information. -->
		<!--"Fantavision IIgs" is a 1987 graphics program developed by Scott Anderson and Ken Rosen, and distributed by Broderbund Software. It requires a 256K Apple IIgs ROM 01 or earlier.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296699">
				<rom name="fantavision iigs.woz" size="1296699" crc="c179c918" sha1="bf336245b80f5fa0718f717cb8cfad8208996e31" />
			</dataarea>
		</part>
	</software>

	<software name="crtoonrs">
		<description>Cartooners</description>
		<year>1988</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-06-07"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Cartooners" is a 1988 graphics program developed by Randy McLaughlin, Al Borchers, Mike Johnston, Tony Hertzel, Thomas Hertzel, Paul Hertzel, Neal Vaughn, and Dan Klassen, and distributed by Electronic Arts. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296281">
				<rom name="cartooners iigs - disk 1 - program.woz" size="1296281" crc="1ad490c0" sha1="8e64c731fc8f449c0c6c6b1ef39586bc8254b035"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Art disk"/>
			<dataarea name="flop" size="1296277">
				<rom name="cartooners iigs - disk 2 - art.woz" size="1296277" crc="9406f975" sha1="3a286df8f20643b488fa9277bd0364459ab0503f"/>
			</dataarea>
		</part>
	</software>

	<software name="artfilm">
		<description>Art and Film Director</description>
		<year>1989</year>
		<publisher>Epyx</publisher>
		<info name="release" value="2021-06-08"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Art and Film Director" is a 1989 graphics program developed by Novotrade, Caesar Studio, Amanda Dee, Jeff Dee, Sheryl Knowles, Janet Kramer, and Matthew Sarconi, and distributed by Epyx. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Art director"/>
			<dataarea name="flop" size="1296249">
				<rom name="art and film director iigs - disk 1 - art director.woz" size="1296249" crc="9cf7534c" sha1="64d760d5f90b3b3bd6d4c0051599a24af9ca144f"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Film director"/>
			<dataarea name="flop" size="1296250">
				<rom name="art and film director iigs - disk 2 - film director.woz" size="1296250" crc="191e6975" sha1="44c74d30795d351415c828604b8aa258d3ba8a7b"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Graphics disk"/>
			<dataarea name="flop" size="1296762">
				<rom name="art and film director iigs - disk 3 - graphics disk.woz" size="1296762" crc="c69d302f" sha1="5d8a514f4fa284473d930468f814ca89d76b7042"/>
			</dataarea>
		</part>
	</software>

	<software name="drawplus">
		<description>Draw Plus (Version 1.1)</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-06-08"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Draw Plus" is a 1987 graphics program developed by H. Lamiraux and distributed by Activision. This is version 1.1. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296171">
				<rom name="draw plus iigs.woz" size="1296171" crc="60ae386e" sha1="e31e826e10ead9211e4e9f28ce51398786efedec"/>
			</dataarea>
		</part>
	</software>

	<software name="grphstd">
		<description>The Graphics Studio</description>
		<year>1987</year>
		<publisher>Accolade</publisher>
		<info name="release" value="2021-06-08"/>
		<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. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296696">
				<rom name="the graphics studio iigs.woz" size="1296696" crc="19c9e6bf" sha1="97e5f4a0a05c818862a580b7bcb5663241d72e78"/>
			</dataarea>
		</part>
	</software>

	<software name="immortal">
		<description>The Immortal</description>
		<year>1990</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-06-05"/>
		<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. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Play disk"/>
			<dataarea name="flop" size="1296229">
				<rom name="the immortal iigs - disk 1 - play.woz" size="1296229" crc="b804341e" sha1="72322fd7d8e5d3904bd89796725fb106d3cca5a5"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Graphics disk"/>
			<dataarea name="flop" size="1296226">
				<rom name="the immortal iigs - disk 2 - graphics.woz" size="1296226" crc="bf428297" sha1="cdf5ea12029204a4a8dfed975d2c917406e3a7d5"/>
			</dataarea>
		</part>
	</software>

	<software name="triango">
		<description>TrianGo</description>
		<year>1988</year>
		<publisher>California Dreams</publisher>
		<info name="release" value="2021-06-05"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296250">
				<rom name="triango iigs.woz" size="1296250" crc="0bd18998" sha1="36f0a842875632f25bb8acd60bf807862a4397b6"/>
			</dataarea>
		</part>
	</software>

	<software name="816paint">
		<description>816/Paint (Version 3.1)</description>
		<year>1987</year>
		<publisher>Baudville</publisher>
		<info name="release" value="2021-06-08"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"816/Paint" is a 1987 graphics program developed by Michael Darooge, Robert Barris, and Gregory C. Miller, and distributed by Baudville. This is vesion 3.1. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1319212">
				<rom name="816-paint iigs.woz" size="1319212" crc="03cde91c" sha1="7f3de5c008fd9bb77cdd2cdb4dc2524cb77be6ff"/>
			</dataarea>
		</part>
	</software>

	<software name="begldraw">
		<description>BeagleDraw (Version 1.3)</description>
		<year>1987</year>
		<publisher>Beagle Bros.</publisher>
		<info name="release" value="2021-06-09"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"BeagleDraw" is a 1987 graphics program developed by Robert Hearn and Jeff Erickson, and distributed by Beagle Bros. This is version 1.3. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296153">
				<rom name="beagledraw iigs.woz" size="1296153" crc="66e80d46" sha1="e1fd5c85d666fec1cc03f7bab728d11c9bcf3c3c"/>
			</dataarea>
		</part>
	</software>

	<software name="drmgrafx">
		<description>DreamGrafix</description>
		<year>1992</year>
		<publisher>DreamWorld Software</publisher>
		<info name="release" value="2021-06-10"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1.25MB Apple IIgs. -->
		<!--"DreamGrafix" is a 1992 graphics program developed by Jason Anderson, Steve Chiang, Shawn Martin, and Yong Su Kim, and distributed by DreamWorld Software. This is version 1.06. It requires a 1.25MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1328942">
				<rom name="dreamgrafix iigs.woz" size="1328942" crc="1179d76c" sha1="699f5f4adac2043ff2f71619e4c6f3d2f54d7acb"/>
			</dataarea>
		</part>
	</software>

	<software name="platpnt">
		<description>Platinum Paint (Version 2.01)</description>
		<year>1992</year>
		<publisher>Beagle Bros.</publisher>
		<info name="release" value="2021-06-10"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1.25MB Apple IIgs. -->
		<!--"Platinum Paint" is a 1992 graphics program developed by Matthew Reimer and distributed by Beagle Bros. This is version 2.01. It requires a 1.25MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1296170">
				<rom name="platinum paint iigs - disk 1 - system disk.woz" size="1296170" crc="6ccb4390" sha1="12e9e8da24881506302e19cd9110e831564dd211"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1296171">
				<rom name="platinum paint iigs - disk 2 - program disk.woz" size="1296171" crc="b778a68c" sha1="a66e372e59945f3ec18491c7df5be01e076411cc"/>
			</dataarea>
		</part>
	</software>

	<software name="pwplus">
		<description>Paintworks Plus (Version 1.2)</description>
		<year>1986</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-06-10"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Paintworks Plus" is a 1986 graphics program developed by Henri Lamiraux, B. Gallet, L. Barthelet, R. Danais, and S. Cavril, and distributed by Activision. This is version 1.2. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296206">
				<rom name="paintworks plus iigs.woz" size="1296206" crc="c557968f" sha1="c5c44af96b91aa1550cc0fdabd67434fd72a4e51"/>
			</dataarea>
		</part>
	</software>

	<software name="pwksgold">
		<description>Paintworks Gold (Version 1.5)</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-06-10"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1.25MB Apple IIgs. -->
		<!--"Paintworks Gold" is a 1987 graphics program developed by Luc Barthelet, Henri Lamiraux, Paul Zuzelo, and Sydney Williams, and distributed by Activision. This is version 1.5. It requires a 1.25MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296195">
				<rom name="paintworks gold iigs - disk 1 - program disk.woz" size="1296195" crc="727db105" sha1="e2b1759d4f41068346fd0d5485afa262ec4a6718"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Art disk"/>
			<dataarea name="flop" size="1296191">
				<rom name="paintworks gold iigs - disk 2 - art disk.woz" size="1296191" crc="5eaa9d86" sha1="dccd17f662a69e5c64f90ae4c93272c988402547"/>
			</dataarea>
		</part>
	</software>

	<software name="imgmst12">
		<description>ImageMaster: Basic Paint (Version 1.2)</description>
		<year>1992</year>
		<publisher>JADA Graphics</publisher>
		<info name="release" value="2021-06-10"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"ImageMaster: Basic Paint" is a 1992 graphics program developed by Larry Jackson and distributed by JADA Graphics. This is version 1.2. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296161">
				<rom name="imagemaster- basic paint iigs.woz" size="1296161" crc="5daefc49" sha1="f2eec1054c8bcdd0fd94951be018873a0c1d991a"/>
			</dataarea>
		</part>
	</software>

	<software name="grphsmkt">
		<description>Graphics Supermarket (Version 1.1)</description>
		<year>1987</year>
		<publisher>Abracadata</publisher>
		<info name="release" value="2021-06-10"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Graphics Supermarket" is a 1987 graphics program developed by Rodger Smith, Joe Hebling, Mary Carol Smith, and Connie Holvey, and distributed by Abracadata. This is version 1.1. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1328978">
				<rom name="graphics supermarket iigs.woz" size="1328978" crc="b34c7131" sha1="dec9c9c89d6d5219ed28e7a56e7cef1683970394"/>
			</dataarea>
		</part>
	</software>

	<software name="gwrit310">
		<description>GraphicWriter III (Version 1.0)</description>
		<year>1990</year>
		<publisher>Seven Hills Software</publisher>
		<info name="release" value="2021-06-10"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 01 or later. -->
		<!--"GraphicWriter III" is a 1990 graphics program developed by Gary Crandall and Richard Bennett, and distributed by Seven Hills Software. This is version 1.0. It requires a 768K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1360720">
				<rom name="graphicwriter iii iigs - disk 1.woz" size="1360720" crc="20234e53" sha1="de039d332924765b21e90296020d1d34bc53ac35"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296208">
				<rom name="graphicwriter iii iigs - disk 2.woz" size="1296208" crc="0b82c50b" sha1="f9eddd4ab85144b608b72e486484ead4f8c5bb11"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3"/>
			<dataarea name="flop" size="1360720">
				<rom name="graphicwriter iii iigs - disk 3.woz" size="1360720" crc="a62a325f" sha1="c2499046e52c002bcd48352535633bd6eb577152"/>
			</dataarea>
		</part>
	</software>

	<software name="dpaint2">
		<description>DeluxePaint II (Version 2.01)</description>
		<year>1987</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-06-08"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"DeluxePaint II" is a 1987 graphics program developed by Daniel Silva, Brent Iverson, David Grady, Greg Riker, Shelley Day, Jeff Johnnigman, Happy Keller, Nicholas Lavroff, Carolyn McFarlane, Richard Antaki, Paul Reiche III, Stu Roberson, Avril Harrison, Judy Campbell, and Frank Wing, and distributed by Electronic Arts. This is vesion 2.01. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296391">
				<rom name="deluxepaint ii iigs - disk 1 - program.woz" size="1296391" crc="b0028911" sha1="bbddbd2078877b4a2526da3cc5da856e444a1322"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Bonus art disk"/>
			<dataarea name="flop" size="1296398">
				<rom name="deluxepaint ii iigs - disk 2 - bonus art disk.woz" size="1296398" crc="b499dc9b" sha1="9da9d0446400ba0a14955a70c7969ae1200810a9"/>
			</dataarea>
		</part>
	</software>

	<software name="starspln">
		<description>Stars and Planets</description>
		<year>1989</year>
		<publisher>Advanced Ideas</publisher>
		<info name="release" value="2021-06-15"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs ROM 01 or later. -->
		<!--"Stars and Planets" is a 1989 educational program developed by Julie Anderson and distributed by Advanced Ideas. It requires a 512K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345319">
				<rom name="stars and planets iigs.woz" size="1345319" crc="19b5c12b" sha1="213b4477085f32423c69da5adc4d692b837a54c0"/>
			</dataarea>
		</part>
	</software>

	<software name="mavisbcn">
		<description>Mavis Beacon Teaches Typing (Version 1.8)</description>
		<year>1987</year>
		<publisher>The Software Toolworks</publisher>
		<info name="release" value="2021-06-16"/>
		<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. This is version 1.8. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1289492">
				<rom name="mavis beacon teaches typing iigs - disk 1.woz" size="1289492" crc="aca9e637" sha1="d2c04b96e16d17a10a47f2422e9a14547957a67e"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296148">
				<rom name="mavis beacon teaches typing iigs - disk 2.woz" size="1296148" crc="6c39595e" sha1="40461f3e81396be49bcb8af1d95de4f3fc1e4a3e"/>
			</dataarea>
		</part>
	</software>

	<software name="mathnme">
		<description>Math and Me (Version 1.0 08/01/88)</description>
		<year>1988</year>
		<publisher>Davidson &amp; Associates</publisher>
		<info name="release" value="2021-06-16"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Math and Me" is a 1988 educational program developed by C.K. Haun and distributed by Davidson &amp;amp; Associates. This is version 1.0, dated 08/01/88. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1328947">
				<rom name="math and me iigs.woz" size="1328947" crc="b732477d" sha1="d9270d665cd209b85eb9c3bb6df4a37468150ebe"/>
			</dataarea>
		</part>
	</software>

	<software name="smthtlkr">
		<description>SmoothTalker</description>
		<year>1987</year>
		<publisher>First Byte</publisher>
		<info name="release" value="2021-06-16"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 00 or ROM 01. -->
		<!--"SmoothTalker" is a 1987 productivity program developed and distributed by First Byte. It requires a 768K Apple IIgs ROM 00 or ROM 01.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1312507">
				<rom name="smoothtalker iigs.woz" size="1312507" crc="19b0ec7f" sha1="89d332155d9bd9c02e6254f4379c15eb6bb19376"/>
			</dataarea>
		</part>
	</software>

	<software name="stckybsh">
		<description>Stickybear Shapes</description>
		<year>1988</year>
		<publisher>Optimum Resource</publisher>
		<info name="release" value="2021-06-16"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Stickybear Shapes" is a 1988 educational program developed by Richard Hefter, David Cunningham, and Susan Dubicki, and distributed by Optimum Resource. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1286466">
				<rom name="stickybear shapes iigs.woz" size="1286466" crc="1d44fbc7" sha1="8b1c33ed774c590557bc2eff7f5758819b33092c"/>
			</dataarea>
		</part>
	</software>

	<software name="tbtarot">
		<description>Tarot</description>
		<year>1990</year>
		<publisher>Toolbox</publisher>
		<info name="release" value="2021-06-16"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Tarot" is a 1990 French language card game developed by François Uhrich and Jean-François Sauvage, and distributed by Toolbox. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345329">
				<rom name="tarot iigs.woz" size="1345329" crc="14cd98c9" sha1="41efccb0166e1891b068f1ad9a072d0fb805ef7a"/>
			</dataarea>
		</part>
	</software>

	<software name="fmplanet">
		<description>Full Metal Planete</description>
		<year>1990</year>
		<publisher>Infogrames</publisher>
		<info name="release" value="2021-06-16"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Full Metal Planete" is a 1990 French language board game developed by François Uhrich, Nicolas Bergeret, Louis van Proosdij Duport, Etienne Petitjean, and Pascal Wassong, and distributed by Infogrames. This is version 1.0. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345399">
				<rom name="full metal planete iigs.woz" size="1345399" crc="7f957af7" sha1="e727b67b1905956a2a9b99d8715b8291e30c391d"/>
			</dataarea>
		</part>
	</software>

	<software name="shangha2">
		<description>Shanghai II: Dragon's Eye</description>
		<year>1993</year>
		<publisher>Big Red Computer Club</publisher>
		<info name="release" value="2021-06-16"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Shanghai II: Dragon's Eye" is a 1993 board game developed by Brodie Lockard, Don Harlow, John Wrenholt, and Steve Luellman, and distributed by Big Red Computer Club. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296206">
				<rom name="shanghai ii iigs - disk 1 - program.woz" size="1296206" crc="ddda4a20" sha1="22cb6182462e3869797c4a2a46565761a8b00874"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Sounds disk"/>
			<dataarea name="flop" size="1296206">
				<rom name="shanghai ii iigs - disk 2 - sounds.woz" size="1296206" crc="0a58a12d" sha1="bc42f224a719594df64c0098c60fe7d9af185bc6"/>
			</dataarea>
		</part>
	</software>

	<software name="mcs">
		<description>Music Construction Set (Version 1.0)</description>
		<year>1986</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-06-14"/>
		<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. This is version 1.0. It requires a 256K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296714">
				<rom name="music construction set iigs.woz" size="1296714" crc="c61bf3cc" sha1="8bb33e8b4cab20effb6e7522e3eb01f382e53a7d"/>
			</dataarea>
		</part>
	</software>

	<software name="instsynt">
		<description>Instant Synthesizer</description>
		<year>1988</year>
		<publisher>Electronic Arts</publisher>
		<info name="release" value="2021-06-14"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 01 or later. -->
		<!--"Instant Synthesizer" is a 1988 audio program developed by Larry Reed and distributed by Electronic Arts. This is version 1.0. It requires a 768K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296230">
				<rom name="instant synthesizer iigs - disk 1 - program.woz" size="1296230" crc="d4e982f6" sha1="25eecac855d0784ba5df1125cecde22977d1474c"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Data disk"/>
			<dataarea name="flop" size="1296227">
				<rom name="instant synthesizer iigs - disk 2 - data.woz" size="1296227" crc="b3f3db36" sha1="278993013a1eb963e06f78af6d5f58d48cd86fc1"/>
			</dataarea>
		</part>
	</software>

	<software name="mtrkspro">
		<description>Master Tracks Pro (Version 1.04)</description>
		<year>1989</year>
		<publisher>Passport Designs</publisher>
		<info name="release" value="2021-06-14"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Master Tracks Pro" is a 1989 audio program developed by Dave Kusek, Don Williams, and Dave Howell, and distributed by Passport Designs. This is version 1.04. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345349">
				<rom name="master tracks pro iigs.woz" size="1345349" crc="4c8cb4f7" sha1="fb5db1100b1512186113fa9d8396b649ab1db9c7"/>
			</dataarea>
		</part>
	</software>

	<software name="musstdio">
		<description>The Music Studio (Version 2.0)</description>
		<year>1988</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-06-14"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"The Music Studio" is a 1988 audio program developed by Ric Forrester, Rick Parfitt, Peter Wickman, Paul Zuzelo, Sally Froud, Jeff Cable, Carl Bacani, Jim Inscore, Sydney Williams Lewis, Nancy Waisanen, Steve Young, and Laura E. Singer, and distributed by Activision. This is version 2.0. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296337">
				<rom name="the music studio iigs - disk 1 - program.woz" size="1296337" crc="a4f7f392" sha1="eb2e0e72cdceb392c3f2ef73ff5c576a8c0c2ca8"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Additional songs and instruments disk"/>
			<dataarea name="flop" size="1296362">
				<rom name="the music studio iigs - disk 2 - additional songs and instruments.woz" size="1296362" crc="a834a4c6" sha1="e5b2a5dcd6642725d82c45617a4c2dadea5febd1"/>
			</dataarea>
		</part>
	</software>

	<software name="jamsessn">
		<description>Jam Session (Version 1.0)</description>
		<year>1989</year>
		<publisher>Broderbund Software</publisher>
		<info name="release" value="2021-06-14"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 01 or later. -->
		<!--"Jam Session" is a 1989 audio program developed by Steve Capps, Neil Cormia, Ty Roberts, Ed Bogas, Edward Badasov, Latricia Turner, and Avril Harrison, and distributed by Broderbund Software. This is version 1.0. It requires a 768K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296761">
				<rom name="jam session iigs - disk 1.woz" size="1296761" crc="b145977d" sha1="5d5e075af05dcb8eed20453e42b6654835aece3e"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296249">
				<rom name="jam session iigs - disk 2.woz" size="1296249" crc="58e8e887" sha1="e2c8115252a4729ae1dcd8e47a6ca9efc1857384"/>
			</dataarea>
		</part>
	</software>

	<software name="muswrv23">
		<description>Pyware Music Writer (Version 2.03)</description>
		<year>1990</year>
		<publisher>Pyware</publisher>
		<info name="release" value="2021-06-14"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 01 or later. -->
		<!--"Pyware Music Writer" is a 1990 audio program developed by Pygraphics and distributed by Pyware. This is version 2.03. It requires a 768K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Boot disk 5.0.4"/>
			<dataarea name="flop" size="1296179">
				<rom name="pyware music writer iigs - disk 1 - boot disk 5.0.4.woz" size="1296179" crc="cdb27c84" sha1="de3d1476fe9dfb7c3761f74c51dc38e78537cab5"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1345341">
				<rom name="pyware music writer iigs - disk 2 - program disk.woz" size="1345341" crc="ee9edef7" sha1="fa177e0d55f757140bf1fc96614225b995924d67"/>
			</dataarea>
		</part>
	</software>

	<software name="mtrksjr">
		<description>Master Tracks Jr. (Version 1.03)</description>
		<year>1988</year>
		<publisher>Passport Designs</publisher>
		<info name="release" value="2021-06-14"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 01 or later. -->
		<!--"Master Tracks Jr." is a 1988 audio program developed by Dave Kusek, Don Williams, and Dave Howell, and distributed by Passport Designs. This is version 1.03. It requires a 768K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1329990">
				<rom name="master tracks jr. iigs.woz" size="1329990" crc="763ca9f0" sha1="2daa4d51640810c823b852720d89a5aeda615522"/>
			</dataarea>
		</part>
	</software>

	<software name="salvatns">
		<description>Salvation Supreme (Version 2.0)</description>
		<year>1993</year>
		<publisher>Vitesse Software</publisher>
		<info name="release" value="2021-06-17"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"Salvation Supreme" is a 1993 set of disk utilities developed by Christopher Warner, Robert Morgan, Joe Jaworski, and Jonah Stich, and distributed by Vitesse Software. This is version 2.0. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296208">
				<rom name="salvation supreme iigs - disk 1.woz" size="1296208" crc="d33c159f" sha1="a20776f1b58647ec57526b72ebe02f22567a383d"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296208">
				<rom name="salvation supreme iigs - disk 2.woz" size="1296208" crc="75578373" sha1="aeaa51b3b44f9f0e20e86d0581d9de7fd9f8753d"/>
			</dataarea>
		</part>
	</software>

	<software name="ntgs">
		<description>NoiseTracker (Version 1.0)</description>
		<year>1992</year>
		<publisher>FTA</publisher>
		<info name="release" value="2021-06-14"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs ROM 01 or later. -->
		<!--"NoiseTracker" is a 1992 audio program developed by Olivier Goguel, Olivier Bailly-Maitre, Pascal Watel, Lionel Picanelot, and Michael Guitton, and distributed by FTA. This is version 1.00. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345387">
				<rom name="noisetracker iigs.woz" size="1345387" crc="b3ffe621" sha1="cd086b0770b4a29e46d174923dec08880c3972f7"/>
			</dataarea>
		</part>
	</software>

	<software name="hypst31c">
		<description>HyperStudio (Version 3.1c)</description>
		<year>1989</year>
		<publisher>Roger Wagner Publishing</publisher>
		<info name="release" value="2021-06-15"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1.5MB Apple IIgs ROM 01 or later. -->
		<!--"HyperStudio" is a 1989 multimedia program developed by Michael O'Keefe, Dave Klimas, Eric Mueller, Roy Bannon, Ken Kashmarek, and Garrick Toubassi, and distributed by Roger Wagner Publishing. This is version 3.1c. It requires a 1.5MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1296332">
				<rom name="hyperstudio iigs - disk 1 - hs.system.woz" size="1296332" crc="105cd440" sha1="6eb1490032644870e3d7b2198307f92b9f4c9726"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Hyperstudio disk"/>
			<dataarea name="flop" size="1296334">
				<rom name="hyperstudio iigs - disk 2 - hyperstudio.woz" size="1296334" crc="dddc1718" sha1="c79d9ae79e9b3b05d404b6fcfc860c2032610749"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Combo disk"/>
			<dataarea name="flop" size="1296331">
				<rom name="hyperstudio iigs - disk 3 - combo.hs.woz" size="1296331" crc="72d2c492" sha1="cb36c4183aea90fc4e31136ea3b23c78e628f5f5"/>
			</dataarea>
		</part>
		<part name="flop4" interface="floppy_3_5">
			<feature name="part_id" value="Disk 4 - Art disk"/>
			<dataarea name="flop" size="1296329">
				<rom name="hyperstudio iigs - disk 4 - hs.art.woz" size="1296329" crc="a58110b6" sha1="7574471d6720393fbbdc59a177f6d6540b7fc659"/>
			</dataarea>
		</part>
		<part name="flop5" interface="floppy_3_5">
			<feature name="part_id" value="Disk 5 - Sounds disk"/>
			<dataarea name="flop" size="1296332">
				<rom name="hyperstudio iigs - disk 5 - hs.sounds.woz" size="1296332" crc="59075668" sha1="42c47278b34b37054980255a136447e603bc6a62"/>
			</dataarea>
		</part>
		<part name="flop6" interface="floppy_3_5">
			<feature name="part_id" value="Disk 6 - Samples 1 disk"/>
			<dataarea name="flop" size="1296332">
				<rom name="hyperstudio iigs - disk 6 - samples.1.woz" size="1296332" crc="9b75ac57" sha1="60ca027728e1c4252cc1ea1d3b62f7c2260ffc46"/>
			</dataarea>
		</part>
		<part name="flop7" interface="floppy_3_5">
			<feature name="part_id" value="Disk 7 - Samples 2 disk"/>
			<dataarea name="flop" size="1296332">
				<rom name="hyperstudio iigs - disk 7 - samples.2.woz" size="1296332" crc="4ec61e88" sha1="8aeb610008ba430aa78cf59f2565b14f4d666e11"/>
			</dataarea>
		</part>
	</software>

	<software name="wcelite">
		<description>Writer's Choice Elite</description>
		<year>1987</year>
		<publisher>Activision</publisher>
		<info name="release" value="2021-06-15"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296190">
				<rom name="writer's choice elite iigs.woz" size="1296190" crc="79eb00fe" sha1="0f38257b5012c5b07546e1484213b4246c1e434a"/>
			</dataarea>
		</part>
	</software>

	<software name="wordpfct">
		<description>WordPerfect (Version 2.1e)</description>
		<year>1987</year>
		<publisher>WordPerfect Corporation</publisher>
		<info name="release" value="2021-06-15"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1MB Apple IIgs. -->
		<!--"WordPerfect" is a 1987 productivity program developed by Dale T. Taylor, Daniel P. Burton, Barry Watts, Todd J. Wood, Scott B. Mitchell, Brent D. Hauvel, David Woodbury, Douglas L. Davies, and Kyle W. Erickson, and distributed by WordPerfect Corporation. This is version 2.1e. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296311">
				<rom name="wordperfect iigs - disk 1 - program.woz" size="1296311" crc="2650d9d0" sha1="a6e08cd2ac88548ee788c618f033e4ac719173bd"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Word lists disk"/>
			<dataarea name="flop" size="1296311">
				<rom name="wordperfect iigs - disk 2 - word lists.woz" size="1296311" crc="9b42af92" sha1="28fb7ef3146168e1870ed4539ed4e58ab45d0559"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Utilities disk"/>
			<dataarea name="flop" size="1296311">
				<rom name="wordperfect iigs - disk 3 - utilities.woz" size="1296311" crc="47dc3811" sha1="b613067de9e13f84042f5a736fe020a24da61a90"/>
			</dataarea>
		</part>
	</software>

	<software name="wndanimk">
		<description>The Wonders of the Animal Kingdom</description>
		<year>1989</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-06-15"/>
		<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 Hewitt, and June Stark, and distributed by Unicorn Software. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296707">
				<rom name="the wonders of the animal kingdom iigs - disk 1.woz" size="1296707" crc="db85592f" sha1="c613731a2e880d4b99cef0acb42eaace1039ba51"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296195">
				<rom name="the wonders of the animal kingdom iigs - disk 2.woz" size="1296195" crc="fbf4f128" sha1="383b93a32b223399e77724e08631d4c256eb4cc8"/>
			</dataarea>
		</part>
	</software>

	<software name="wordmstr">
		<description>The Word Master</description>
		<year>1989</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-06-15"/>
		<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 Hewitt, and distributed by Unicorn Software. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296684">
				<rom name="the word master iigs.woz" size="1296684" crc="a3d0b0ff" sha1="b78e70ec3d35dea4bf06819c0940fa4e2c6736e1"/>
			</dataarea>
		</part>
	</software>

	<software name="readrhym">
		<description>Read and Rhyme</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-06-15"/>
		<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. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296669">
				<rom name="read and rhyme iigs - disk 1.woz" size="1296669" crc="2011af62" sha1="e399fff6bd60b964ce68cb3d36ca33a77f1483f6"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296157">
				<rom name="read and rhyme iigs - disk 2.woz" size="1296157" crc="3e060399" sha1="f0ed2208dc2447734e22acb1c5d943cbe55ac9c4"/>
			</dataarea>
		</part>
	</software>

	<software name="aesopfbl">
		<description>Aesop's Fables</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-06-15"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs. -->
		<!--"Aesop's Fables" is a 1988 educational program developed by William Demas, Joseph Hewitt IV, and June Stark, and distributed by Unicorn Software. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296699">
				<rom name="aesop's fables iigs - disk 1.woz" size="1296699" crc="7534b2f6" sha1="b20944b409de700f1df32e9faf8c9e4e162f7a9c"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296187">
				<rom name="aesop's fables iigs - disk 2.woz" size="1296187" crc="b43ff258" sha1="925944a9ac634ed2b6a009a0d6e0015f8a896d1f"/>
			</dataarea>
		</part>
	</software>

	<software name="awagrizz">
		<description>Audubon Wildlife Adventures: Grizzly Bears</description>
		<year>1988</year>
		<publisher>Advanced Ideas</publisher>
		<info name="release" value="2021-06-15"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Audubon Wildlife Adventures: Grizzly Bears" is a 1988 educational program developed by Deborah Kovacs, Pat Relf, Drew Ruscil, Dennis Sullivan, Doreen Curtin, Andy Henriquez, Christopher Palmer, Gerri Brioso, Cynthia Vansant, Richard Frietas, Paul Frietas, Roger DiSilvestro, Richard Chevat, Sandy Damashek, Susan Greer, and Jeffrey Siegel, and distributed by Advanced Ideas. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296396">
				<rom name="audubon wildlife adventures- grizzly bears iigs - disk 1.woz" size="1296396" crc="c2590677" sha1="0cb36870f69aadb3c8c895d19214e327b16583b0"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296396">
				<rom name="audubon wildlife adventures- grizzly bears iigs - disk 2.woz" size="1296396" crc="79ae82cc" sha1="e2feb4106181279f061a05bbdbe3add69c65a2a9"/>
			</dataarea>
		</part>
	</software>

	<software name="awawhale">
		<description>Audubon Wildlife Adventures: Whales</description>
		<year>1989</year>
		<publisher>Advanced Ideas</publisher>
		<info name="release" value="2021-06-15"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Audubon Wildlife Adventures: Whales" is a 1989 educational program developed by Deborah Kovacs, Pat Relf, Drew Ruscil, Dennis Sullivan, Doreen Curtin, Donna Curtin, Jennifer Crouser, Candace Maher, Carol Felice, Roger DiSilvestro, Susan Greer, Lee Berman, and Christopher Palmer, and distributed by Advanced Ideas. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296364">
				<rom name="audubon wildlife adventures- whales iigs - disk 1.woz" size="1296364" crc="e5cd5217" sha1="161168122ad2c805edf856f0ca97d79f89ec2df9"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296364">
				<rom name="audubon wildlife adventures- whales iigs - disk 2.woz" size="1296364" crc="4b787b04" sha1="9b13466551b1c895853d4ccefb6725a34648a79b"/>
			</dataarea>
		</part>
	</software>

	<software name="pipedrm">
		<description>Pipe Dream</description>
		<year>1990</year>
		<publisher>Lucasfilm</publisher>
		<info name="release" value="2021-06-22"/>
		<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. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296163">
				<rom name="pipe dream iigs.woz" size="1296163" crc="d77ebd90" sha1="8d02426c2e3418d5162382ff9040de2523b81915"/>
			</dataarea>
		</part>
	</software>

	<software name="showoff">
		<description>ShowOff (Version 1.1)</description>
		<year>1987</year>
		<publisher>Broderbund Software</publisher>
		<info name="release" value="2021-06-22"/>
		<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 Broderbund Software. This is version 1.1. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1296706">
				<rom name="showoff iigs - disk 1 - program.woz" size="1296706" crc="bfb15e70" sha1="99bda5575d3865d8ccda8e82c3d5f8a6fe3e6e02"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Slide show disk"/>
			<dataarea name="flop" size="1296215">
				<rom name="showoff iigs - disk 2 - slide show.woz" size="1296215" crc="ea8b58f6" sha1="5ac168d50f82fab9a9d859864a595cd9a0190b1f"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Graphics collection - world events"/>
			<dataarea name="flop" size="1296238">
				<rom name="showoff iigs - disk 3 - graphics collection- world events.woz" size="1296238" crc="9552e081" sha1="1166cbf373d52be3e62c167c5261973aba3a3e65"/>
			</dataarea>
		</part>
	</software>

	<software name="calcraft">
		<description>Calendar Crafter (Version 1.2)</description>
		<year>1987</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-06-25"/>
		<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. This is version 1.2. It requires a 768K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1345411">
				<rom name="calendar crafter iigs.woz" size="1345411" crc="6308e6ba" sha1="b127dfaaa517b49636854de03540602d7c698e1b"/>
			</dataarea>
		</part>
	</software>

	<software name="dsgnprnt">
		<description>Designer Prints (Version 1.0)</description>
		<year>1989</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-06-25"/>
		<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. This is version 1.0. It requires a 768K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1345404">
				<rom name="designer prints iigs - disk 1 - system.woz" size="1345404" crc="73f51fb4" sha1="3e63b030b9608ab17c81f9c78c1e18e70d355a1d"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1345405">
				<rom name="designer prints iigs - disk 2 - program.woz" size="1345405" crc="0311a18d" sha1="9a3392746023ac64dc9ef22693a752c4e6968853"/>
			</dataarea>
		</part>
	</software>

	<software name="dsgnpuzl">
		<description>Designer Puzzles (Version 1.0)</description>
		<year>1990</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-06-25"/>
		<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. This is version 1.0. It requires a 768K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1296256">
				<rom name="designer puzzles iigs - disk 1 - system.woz" size="1296256" crc="8f84d33d" sha1="4a5695fa3d862f8c1a634b112c38329b4750ea46"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1296257">
				<rom name="designer puzzles iigs - disk 2 - program.woz" size="1296257" crc="bb30e33b" sha1="f85e79e1fff7b7af4bcfb68210beddb6126f5477"/>
			</dataarea>
		</part>
	</software>

	<software name="mercury">
		<description>Mercury (Version 1.0)</description>
		<year>1989</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-06-25"/>
		<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. This is version 1.0. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1345426">
				<rom name="mercury iigs - disk 1 - system.woz" size="1345426" crc="43b4de3c" sha1="454548d46d73637756546557cb6dd49f38a22cb8"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1345427">
				<rom name="mercury iigs - disk 2 - program.woz" size="1345427" crc="f89fd07d" sha1="ef7cc05c80ca00c37d79a3604a2280b85c9b9e2a"/>
			</dataarea>
		</part>
	</software>

	<software name="strybkwv">
		<description>Storybook Weaver</description>
		<year>1990</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-06-25"/>
		<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. This is version 1.0. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1296282">
				<rom name="storybook weaver iigs - disk 1 - system.woz" size="1296282" crc="aff98402" sha1="d9eb47035807a144ea3d861c8f95ef609302329e"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1345435">
				<rom name="storybook weaver iigs - disk 2 - program.woz" size="1345435" crc="ddb0fb06" sha1="2dde4e9d2fe49fe8705bbb640a7e36542166c3ce"/>
			</dataarea>
		</part>
	</software>

	<software name="strywvwa">
		<description>Storybook Weaver: World of Adventure (Version 1.0)</description>
		<year>1991</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-06-25"/>
		<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 &amp; Jean Sharp, and distributed by MECC. This is version 1.0. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1345425">
				<rom name="storybook weaver - world of adventure iigs - disk 1 - system.woz" size="1345425" crc="34fe37e2" sha1="041e0a42c0577f5f0373b0be4c908d5d0ad1bed1"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1299346">
				<rom name="storybook weaver - world of adventure iigs - disk 2 - program.woz" size="1299346" crc="628cf0ea" sha1="1f0f71d46a71ce8b82ee24e1e1217199ff72d5f0"/>
			</dataarea>
		</part>
	</software>

	<software name="strywvmb">
		<description>Storybook Weaver: World of Make-Believe (Version 1.0)</description>
		<year>1991</year>
		<publisher>MECC</publisher>
		<info name="release" value="2021-06-25"/>
		<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. This is version 1.0. It requires a 1MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - System disk"/>
			<dataarea name="flop" size="1345417">
				<rom name="storybook weaver - world of make-believe iigs - disk 1 - system.woz" size="1345417" crc="0f23663b" sha1="dc41a0641411ffee8d86c4e7342c15c11acfb8d2"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1345418">
				<rom name="storybook weaver - world of make-believe iigs - disk 2 - program.woz" size="1345418" crc="2321b1c5" sha1="5db8b0f9141a28f1e8039908549cd5bc7e8d8872"/>
			</dataarea>
		</part>
	</software>

	<software name="paperboy">
		<description>Paperboy</description>
		<year>1988</year>
		<publisher>Mindscape</publisher>
		<info name="release" value="2021-07-02"/>
		<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. It requires a 256K Apple IIgs ROM 01.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1305356">
				<rom name="paperboy iigs.woz" size="1305356" crc="8fdf4e3c" sha1="4409b0d1168e0a693f82bf1fc7366cfe65595443"/>
			</dataarea>
		</part>
	</software>

	<software name="columngs">
		<description>Columns GS</description>
		<year>1991</year>
		<publisher>Quality Computers</publisher>
		<info name="release" value="2021-07-02"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 768K Apple IIgs ROM 01 or later. -->
		<!--"Columns GS" is a 1991 action game developed by Kenrick Mock and James Brookes, and distributed by Quality Computers. It requires a 768K Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296172">
				<rom name="columns iigs.woz" size="1296172" crc="d812dde7" sha1="069506469e9d558784a0e47cefdf29915d17a807"/>
			</dataarea>
		</part>
	</software>

	<software name="snoopyrm">
		<description>Snoopy's Reading Machine</description>
		<year>1990</year>
		<publisher>American School Publishers</publisher>
		<info name="release" value="2021-07-02"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1 MB Apple IIgs ROM 01 or later -->
		<!--"Snoopy's Reading Machine" is a 1990 educational game developed by Susan Mahoney and Associates, and distributed by American School Publishers. It requires a 1 MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296223">
				<rom name="snoopy's reading machine iigs.woz" size="1296223" crc="4cf5f0b6" sha1="b5a0fa27cd2cb586db45c00034f7b27599f709ed"/>
			</dataarea>
		</part>
	</software>

	<software name="chbrabc">
		<description>Charlie Brown's ABC's</description>
		<year>1990</year>
		<publisher>American School Publishers</publisher>
		<info name="release" value="2021-07-04"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 1 MB Apple IIgs ROM 01 or later. -->
		<!--"Charlie Brown's ABC's" is a 1990 educational game developed by Susan Mahoney &amp; Associates, and distributed by American School Publishers. It requires a 1 MB Apple IIgs ROM 01 or later.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Startup disk"/>
			<dataarea name="flop" size="1296195">
				<rom name="charlie brown's abc's iigs - disk 1 - startup.woz" size="1296195" crc="19dc28dc" sha1="4b69e7c157efbb2041bf1e807995db0e65bbe7c6"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Program disk"/>
			<dataarea name="flop" size="1312579">
				<rom name="charlie brown's abc's iigs - disk 2 - program.woz" size="1312579" crc="fa6a09bd" sha1="0f5ee238fecffcb794102dbcc17879a11de5d7c5"/>
			</dataarea>
		</part>
	</software>

	<software name="rrbit23">
		<description>Reader Rabbit (Version 2.3)</description>
		<year>1987</year>
		<publisher>The Learning Company</publisher>
		<info name="release" value="2021-07-25"/>
		<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. This is version 2.3. It requires a 256K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1296165">
				<rom name="reader rabbit iigs.woz" size="1296165" crc="fc417d0a" sha1="5d6c7179955c227182a5e48f0f1ef16de8b710e5"/>
			</dataarea>
		</part>
	</software>

	<software name="madlibs">
		<description>Mad Libs (Version 1.0)</description>
		<year>1987</year>
		<publisher>First Byte</publisher>
		<info name="release" value="2021-07-25"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Mad Libs" is a 1987 educational program developed and distributed by First Byte. This is version 1.0. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1328903">
				<rom name="mad libs iigs.woz" size="1328903" crc="91007135" sha1="73eba5eb4cb6b0b99d04c6b8aa9790ccb866b2d4"/>
			</dataarea>
		</part>
	</software>

	<software name="tarabn">
		<description>Tales From The Arabian Nights</description>
		<year>1988</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-07-26"/>
		<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 and June Stark, and distributed by Unicorn Software. It requires a 768K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1296716">
				<rom name="tales from the arabian nights iigs - disk 1.woz" size="1296716" crc="551d0a16" sha1="b446d573570b7686a76ce7071122dd68dcfce86b"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1296204">
				<rom name="tales from the arabian nights iigs - disk 2.woz" size="1296204" crc="06407198" sha1="9c8cf68514acfa818ce6e1807e5cfa05f40d8eb2"/>
			</dataarea>
		</part>
	</software>

	<software name="rdarama">
		<description>Read-A-Rama</description>
		<year>1989</year>
		<publisher>Unicorn Software</publisher>
		<info name="release" value="2021-07-26"/>
		<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 Hewitt, and distributed by Unicorn Software. It requires a 1MB Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Boot disk"/>
			<dataarea name="flop" size="1296719">
				<rom name="read-a-rama iigs - disk 1 - boot disk.woz" size="1296719" crc="e430df4a" sha1="96dba78e27ab06de97117a27542c3ce211a7bd44"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Level 1"/>
			<dataarea name="flop" size="1296205">
				<rom name="read-a-rama iigs - disk 2 - level 1.woz" size="1296205" crc="9b23b421" sha1="0fc3c37883a2358c7644785eaa7488184d431558"/>
			</dataarea>
		</part>
		<part name="flop3" interface="floppy_3_5">
			<feature name="part_id" value="Disk 3 - Level 2"/>
			<dataarea name="flop" size="1296216">
				<rom name="read-a-rama iigs - disk 3 - level 2.woz" size="1296216" crc="7420be24" sha1="1bb82fc0da0c56c291fda9c19213659123fde543"/>
			</dataarea>
		</part>
	</software>

	<software name="readnme">
		<description>Reading and Me (Version 1.0)</description>
		<year>1988</year>
		<publisher>Davidson &amp; Associates</publisher>
		<info name="release" value="2021-07-25"/>
		<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 &amp; Associates. This is version 1.0. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1 - Program disk"/>
			<dataarea name="flop" size="1328940">
				<rom name="reading and me iigs - disk 1 - program.woz" size="1328940" crc="598bd916" sha1="aeff5dc46e4175b69702fd393eea6fc3d95f089c"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2 - Data disk"/>
			<dataarea name="flop" size="1312556">
				<rom name="reading and me iigs - disk 2 - data.woz" size="1312556" crc="8c0d3e1f" sha1="ba53651eed2bd0393b8d83390555825302b9bba5"/>
			</dataarea>
		</part>
	</software>

	<software name="kquest2">
		<description>King's Quest II (Version 2.0A)</description>
		<year>1987</year>
		<publisher>Sierra On-Line</publisher>
		<info name="release" value="2021-09-28"/>
		<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, Jeff Stephenson, Chris Iden, Robert Heitman, Ken Williams, Sol Ackerman, Scott Murphy, Doug MacNeill, Mark Crowe, and Al Lowe, and distributed by Sierra On-Line. This is version 2.0A. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<feature name="part_id" value="Disk 1"/>
			<dataarea name="flop" size="1312707">
				<rom name="king's quest ii iigs - disk 1.woz" size="1312707" crc="df46df6b" sha1="bc29f617b36e77f064f13b371db1a0ed6e8cc1de"/>
			</dataarea>
		</part>
		<part name="flop2" interface="floppy_3_5">
			<feature name="part_id" value="Disk 2"/>
			<dataarea name="flop" size="1312707">
				<rom name="king's quest ii iigs - disk 2.woz" size="1312707" crc="23294f32" sha1="e0e383b140d7eafd3b94faeb12074564a8d0a24b"/>
			</dataarea>
		</part>
	</software>

	<software name="sltroyal">
		<description>Solitaire Royale (Version 1.0)</description>
		<year>1989</year>
		<publisher>Spectrum Holobyte</publisher>
		<info name="release" value="2021-08-26"/>
		<sharedfeat name="compatibility" value="A2GS"/>
		<!-- It requires a 512K Apple IIgs. -->
		<!--"Solitaire Royale" is a 1989 card game developed by Jake Hoelter, Jody Sather, Ilan "The Zipper" Zipkin, and Brad Fregger, and distributed by Spectrum Holobyte. This is version 1.0. It requires a 512K Apple IIgs.-->

		<part name="flop1" interface="floppy_3_5">
			<dataarea name="flop" size="1361746">
				<rom name="solitaire royale iigs.woz" size="1361746" crc="0a8a99ba" sha1="e3693a5d5f3534b4eb1a7ccc6ab8e96463fa0a28"/>
			</dataarea>
		</part>
	</software>

</softwarelist>