diff options
| author | 2016-09-05 15:26:57 +0300 | |
|---|---|---|
| committer | 2016-09-05 15:26:57 +0300 | |
| commit | fec44e7e18fed0f1c5c7f0824e9cb7c8d4210e80 (patch) | |
| tree | 74217831dfebc2062a1c2ab8900852e1ad6c1932 /hash/pc1640_hdd.xml | |
| parent | 9d84623ab5b78b0d306b4f8047ed1a9f15ba7fff (diff) | |
pc1640: Added a software list for hard disks, and a preinstalled HD20 image to it. [Curt Coder]
Diffstat (limited to 'hash/pc1640_hdd.xml')
| -rw-r--r-- | hash/pc1640_hdd.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/hash/pc1640_hdd.xml b/hash/pc1640_hdd.xml new file mode 100644 index 00000000000..17131e9652b --- /dev/null +++ b/hash/pc1640_hdd.xml @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> +<softwarelist name="pc1640_hdd" description="Amstrad PC1640 hard disks"> + + <software name="hd20"> + <description>Amstrad PC1640 HD20</description> + <year>1987</year> + <publisher>Amstrad</publisher> + + <!-- Amstrad 40095 (Alps DRMD20A12A), Tandon TM-262 --> + <part name="hdd" interface="scsi_hdd"> + <diskarea name="harddriv"> + <disk name="40095" sha1="d3c8b579e40063e98331e667caf7bd3667b18d1c" writeable="yes" /> + </diskarea> + </part> + </software> + +</softwarelist> |
