mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00

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.
43 lines
1.3 KiB
XML
43 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="bml3_flop" description="Hitachi Basic Master Level 3 disk images">
|
|
|
|
<software name="hiwriter">
|
|
<description>HI-Writer 1.5</description>
|
|
<year>19??</year>
|
|
<publisher>Hisoft Pty. Ltd.</publisher>
|
|
<part name="disk" interface="floppy_5_25">
|
|
<dataarea name="flop" size="346800">
|
|
<rom name="hiwriter.d88" size="346800" crc="637f3b94" sha1="0bf7fdb528e03aa2409f386e63e257f5aa013c8f" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="hidata">
|
|
<description>HI-Writer Data</description>
|
|
<year>19??</year>
|
|
<publisher><unknown></publisher>
|
|
<part name="disk" interface="floppy_5_25">
|
|
<dataarea name="flop" size="185008">
|
|
<rom name="hidata.d88" size="185008" crc="bc610e83" sha1="162432ff9be34a87f20a02664c0aa1f8e0cb674b" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="tetris">
|
|
<description>Tetris</description>
|
|
<year>1991</year>
|
|
<publisher><homebrew></publisher>
|
|
<info name="programmer" value="Jonathan Edwards" />
|
|
<part name="disk" interface="floppy_5_25">
|
|
<dataarea name="flop" size="346800">
|
|
<rom name="tetris.d88" size="346800" crc="f19034fc" sha1="de8385deac89f149837d76d920113c9010182def" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|