diff options
author | 2012-10-13 16:51:35 +0000 | |
---|---|---|
committer | 2012-10-13 16:51:35 +0000 | |
commit | 028157a38f5672c692576e94d573f78175f2b9c5 (patch) | |
tree | 7c216d5db6d1ac659a785b3368261f8d6c4f20e0 /hash/amiga500_flop.xml | |
parent | 6f7f63b16a31a8c06624c7f2c8666b9c5acc3042 (diff) |
(MESS) amiga: renamed machines to ami500n/p & ami1000n/p and added placeholder lists for system disks. [David Haywood]
Diffstat (limited to 'hash/amiga500_flop.xml')
-rw-r--r-- | hash/amiga500_flop.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/hash/amiga500_flop.xml b/hash/amiga500_flop.xml new file mode 100644 index 00000000000..29e7f670dc8 --- /dev/null +++ b/hash/amiga500_flop.xml @@ -0,0 +1,29 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> + +<!-- This list contains the system floppies distributed with the Amiga 500, it is not a general purpose Software List --> + +<softwarelist name="amiga500_flop" description="Amiga 500 System Floppies"> + + <software name="wb13"> + <description>Workbench v1.3 rev 34.207 (GB)</description> + <year>1988</year> + <publisher>Commodore</publisher> + + <part name="flop1" interface="floppy_3_5"> + <feature name="part_id" value="Workbench" /> + <dataarea name="flop" size="901120"> + <rom name="workbench v1.3 rev 34.20 (1988)(commodore)(a500-a2000)(gb)(disk 1 of 2)(workbench).adf" size="901120" crc="30bef4c6" sha1="44bace7520746691969d08f28dd68ef5ab2f15fb" offset="0"/> + </dataarea> + </part> + + <part name="flop2" interface="floppy_3_5"> + <feature name="part_id" value="Extras" /> + <dataarea name="flop" size="901120"> + <rom name="workbench v1.3 rev 34.20 (1988)(commodore)(a500-a2000)(gb)(disk 2 of 2)(extras).adf" size="901120" crc="2f9cea9f" sha1="7fe6b33427eb860fad67540146480d62349e27ca" offset="0"/> + </dataarea> + </part> + </software> + +</softwarelist> + |