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.
47 lines
1.2 KiB
XML
47 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="abc800_hdd" description="Luxor ABC 800 hard disks">
|
|
|
|
<software name="abc850">
|
|
<description>ABC 850</description>
|
|
<year>1983</year>
|
|
<publisher>Luxor</publisher>
|
|
|
|
<!-- Rodime RO202 -->
|
|
<part name="hdd" interface="scsi_hdd">
|
|
<diskarea name="harddriv">
|
|
<disk name="ro202" sha1="622142fd96e62fc7751c4c97e1921561c308ca5a" writeable="yes" />
|
|
</diskarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="abc852">
|
|
<description>ABC 852</description>
|
|
<year>1986</year>
|
|
<publisher>Luxor</publisher>
|
|
|
|
<!-- BASF 6185 -->
|
|
<part name="hdd" interface="scsi_hdd">
|
|
<diskarea name="harddriv">
|
|
<disk name="basf6185" sha1="0f01c5ca209a358bb665d782eb99e944e09f673e" writeable="yes" />
|
|
</diskarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="abc856">
|
|
<description>ABC 856</description>
|
|
<year>1986</year>
|
|
<publisher>Luxor</publisher>
|
|
|
|
<!-- Micropolis 1325 -->
|
|
<part name="hdd" interface="scsi_hdd">
|
|
<diskarea name="harddriv">
|
|
<disk name="micr1325" sha1="bb96f8b3d367ebee731cdc967baf4efb0f213913" writeable="yes" />
|
|
</diskarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|