diff options
author | 2013-11-07 14:30:10 +0000 | |
---|---|---|
committer | 2013-11-07 14:30:10 +0000 | |
commit | f3b07e86bdb66dee14a42f787ec8885634368013 (patch) | |
tree | 2ab246b607ec81b0aef62e76ff36609fa85b3ab0 /hash/v1050_hdd.xml | |
parent | 6df57e4b5aeea1b53fa4ba40f1b3a0eff3e9bffc (diff) |
(MESS) v1050_hdd.xml: Added hard disk software list with preformatted 5MB and 10MB CP/M images. [Curt Coder]
Diffstat (limited to 'hash/v1050_hdd.xml')
-rw-r--r-- | hash/v1050_hdd.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/hash/v1050_hdd.xml b/hash/v1050_hdd.xml new file mode 100644 index 00000000000..135e79feb4d --- /dev/null +++ b/hash/v1050_hdd.xml @@ -0,0 +1,33 @@ +<?xml version="1.0"?> +<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd"> +<softwarelist name="v1050_hdd" description="Visual Technology Visual 1050 hard disks"> + + <software name="cpm3hd10"> + <description>CP/M Plus v3.0 (BIOS 2.0, 10MB)</description> + <year>1982</year> + <publisher>Digital Research</publisher> + <info name="serial" value="CP2768-1"/> + + <!-- CMI CM-5412 --> + <part name="hdd" interface="scsi_hdd"> + <diskarea name="harddriv"> + <disk name="cm-5412" sha1="65708f2c715ac6e887bf1a5ebc940cc842b0d9e1" writeable="yes" /> + </diskarea> + </part> + </software> + + <software name="cpm3hd5" cloneof="cpm3hd10"> + <description>CP/M Plus v3.0 (BIOS 2.0, 5MB)</description> + <year>1982</year> + <publisher>Digital Research</publisher> + <info name="serial" value="CP2768-1"/> + + <!-- Tandon TM-501 --> + <part name="hdd" interface="scsi_hdd"> + <diskarea name="harddriv"> + <disk name="tm501" sha1="05be122ba238b47b700554bf8bfa0dd39bf920fb" writeable="yes" /> + </diskarea> + </part> + </software> + +</softwarelist> |