mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +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.
31 lines
943 B
XML
31 lines
943 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="chessmstdm" description="Chess-Master Diamond Modules">
|
|
|
|
<software name="pm10">
|
|
<description>PM10 Openings</description>
|
|
<year>1987</year>
|
|
<publisher>VEB Mikroelektronik Erfurt</publisher>
|
|
<part name="cart" interface="chessmstdm_cart">
|
|
<dataarea name="rom" size="0x2000">
|
|
<rom name="PM10_bm400.bin" size="0x2000" crc="aa784d7a" sha1="fd2d6cac9805a5aaf4f51b7c974d0314a402c186"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="pm11">
|
|
<description>PM11 Endings</description>
|
|
<year>1987</year>
|
|
<publisher>VEB Mikroelektronik Erfurt</publisher>
|
|
<part name="cart" interface="chessmstdm_cart">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom name="PM11_bm403_bm607.bin" size="0x4000" crc="5af4f3e2" sha1="7c9befc6182d65ca0c7d53820a0f84a3a55b9c78"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|