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.
22 lines
743 B
XML
22 lines
743 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="jakks_gamekey_mv" description="JAKKS Pacific 'MV' Game Keys">
|
|
|
|
<!-- This list is for the 'MV' coded Game Keys, for Marvel (Spider-Man) -->
|
|
|
|
<software name="bcatdoc">
|
|
<description>Black Cat & Doc Ock</description>
|
|
<year>2005</year>
|
|
<publisher>JAKKS Pacific / Digital Eclipse</publisher>
|
|
<part name="cart" interface="jakks_gamekey">
|
|
<feature name="slot" value="rom_24lc04"/>
|
|
<dataarea name="rom" size="0x800000">
|
|
<rom name="jakksspidermanblackcatdocockgk.bin" size="0x200000" crc="34645c17" sha1="0112a0c16350ac02204486492d8cae7b7df5e011" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|