mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +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
739 B
XML
22 lines
739 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="jakks_gamekey_dp" description="JAKKS Pacific 'DP' Game Keys">
|
|
|
|
<!-- This list is for the 'DP' coded Game Keys, for Disney Princess -->
|
|
|
|
<software name="snowwhit">
|
|
<description>Snow White and the Seven Dwarfs - Memory Chase & Rescue Race</description>
|
|
<year>2005</year>
|
|
<publisher>JAKKS Pacific / Taniko</publisher>
|
|
<part name="cart" interface="jakks_gamekey">
|
|
<dataarea name="rom" size="0x800000">
|
|
<rom name="jakksdisneyprincessmemorychaserescueracegk.bin" size="0x200000" crc="affca84b" sha1="f3b3a4c2db48c2c93cd616db18094470ec070068" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|