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.
31 lines
900 B
XML
31 lines
900 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
|
|
<softwarelist name="hx20_rom" description="Epson HX-20 Optional ROMs">
|
|
|
|
<software name="forth" supported="no">
|
|
<description>Forth</description>
|
|
<year>1982</year>
|
|
<publisher>HCCS Associates</publisher>
|
|
<part name="rom" interface="opt_rom">
|
|
<dataarea name="rom" size="8192">
|
|
<rom name="forth.bin" size="8192" crc="1319f181" sha1="72af6cf0a30fee45aea31c8ae1031bba5ad9f62d"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="skiwritr" supported="no">
|
|
<description>SkiWriter</description>
|
|
<year>1983</year>
|
|
<publisher>SkiSoft</publisher>
|
|
<part name="rom" interface="opt_rom">
|
|
<dataarea name="rom" size="8192">
|
|
<rom name="skiwriter_1983.bin" size="8192" crc="28fe9f30" sha1="6c5f0a4d08cb347b87b57db8aef250b78343a81b"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|