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.
21 lines
568 B
XML
21 lines
568 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<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>
|