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.
30 lines
945 B
XML
30 lines
945 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="mc1502_flop" description="MC-1502 disk images">
|
|
|
|
<software name="sfdos">
|
|
<description>Sigma Four DOS (modified MS-DOS x.xx)</description>
|
|
<year>19??</year>
|
|
<publisher>Sigma Four</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="737280">
|
|
<rom name="sigma-four-dos.ima" size="737280" sha1="d354bdcb4d5480e0cc8245a2c3c2fd61ada701ed" crc="ad8008ec"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="ots14">
|
|
<description>One Track System 1.4 (alternate OS)</description>
|
|
<year>1991</year>
|
|
<publisher>MMV</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="694040">
|
|
<rom name="one-track-system.imd" size="694040" sha1="962e15ec0501d1bd249d05984efd9e9871fa2ce9" crc="62d4ef70"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|