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="pet_hdd" description="Commodore PET hard disks">
|
|
|
|
<software name="d9060">
|
|
<description>Commodore D9060</description>
|
|
<year>1983</year>
|
|
<publisher>Commodore</publisher>
|
|
|
|
<!-- Tandon TM602S -->
|
|
<part name="hdd" interface="scsi_hdd">
|
|
<diskarea name="harddriv">
|
|
<disk name="tm602s" sha1="9125cb84213ffbeafaa2868b79ffcda5a29fad7a" writeable="yes" />
|
|
</diskarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="d9090">
|
|
<description>Commodore D9090</description>
|
|
<year>1983</year>
|
|
<publisher>Commodore</publisher>
|
|
|
|
<!-- Tandon TM603S -->
|
|
<part name="hdd" interface="scsi_hdd">
|
|
<diskarea name="harddriv">
|
|
<disk name="tm603s" sha1="6ef9e04bd7e6a128d07a75ce4fd0af9258bd2e9f" writeable="yes" />
|
|
</diskarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="softbox">
|
|
<description>SoftBox CP/M 2.2</description>
|
|
<year>1981</year>
|
|
<publisher>Small Systems Engineering</publisher>
|
|
|
|
<!-- Corvus Model 11 (10 MB): IMI 5012H -->
|
|
<part name="hdd" interface="corvus_hdd">
|
|
<diskarea name="harddriv">
|
|
<disk name="imi5012h" sha1="ae7bdad4dfeee1351e67ffcbf8c634006c03697f" writeable="yes" />
|
|
</diskarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|