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.
33 lines
992 B
XML
33 lines
992 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="softbox" description="SSE SoftBox diskettes">
|
|
|
|
<software name="cpm22">
|
|
<description>SoftBox CP/M 2.2 Distribution Disk</description>
|
|
<year>1981</year>
|
|
<publisher>Small Systems Engineering</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="533248">
|
|
<rom name="softbox-distrib.d80" size="533248" crc="48b070d5" sha1="acab30ea2859433bb75312936d6380dad3c61a00"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="corvus11">
|
|
<description>SoftBox CP/M 2.2 (Corvus Model 11)</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>
|