mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +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.
22 lines
645 B
XML
22 lines
645 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
|
|
<softwarelist name="conchess_standard" description="Conchess Standard Modules">
|
|
|
|
<software name="l">
|
|
<description>Conchess L</description>
|
|
<year>1983</year>
|
|
<publisher>Consumenta Computer / Loproc</publisher>
|
|
<part name="cart" interface="conchess_cart">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom value="0x00" size="0x2000" offset="0x0000" loadflag="fill" />
|
|
<rom name="l_book.bin" size="0x2000" crc="a2e2682f" sha1="a0cd3297e46943eaff2466c65dde0857828ff929" offset="0x2000" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|