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.
32 lines
902 B
XML
32 lines
902 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="mbc200" description="Sanyo MBC-200/MBC-1200 diskettes">
|
|
|
|
<software name="boot">
|
|
<description>Boot disk</description>
|
|
<year>198?</year>
|
|
<publisher>Sanyo</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="176855">
|
|
<rom name="mbc1200.imd" size="176855" crc="33bdf336" sha1="f908e66f3fe6896e9ba066893a6efe577327cf0a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="boota" cloneof="boot">
|
|
<description>Boot disk (Alt)</description>
|
|
<year>198?</year>
|
|
<publisher>Sanyo</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="176855">
|
|
<rom name="sanyo12.imd" size="176855" crc="073d0deb" sha1="d44df2692025e068daba1d250d00e996e452b132"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|