mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
438a497c37
Get rid of a couple of copies of the CC0 text. Add header comment to CC0 files to remind people editing them what the terms are. Also add some missing XML headers. The header comments in layouts won't bloat the binary - they get stripped out before compressing, same as any other comments.
36 lines
1 KiB
XML
36 lines
1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<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>
|