mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
21 lines
743 B
XML
21 lines
743 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
-->
|
|
<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>
|