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.
58 lines
2.7 KiB
XML
58 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="jakks_gamekey_dy" description="JAKKS Pacific 'DY' Game Keys">
|
|
|
|
<!-- This list is for the 'DY' coded Game Keys, for Disney base systems (not Disney Princess) -->
|
|
|
|
<!-- One of them doesn't use the /OE signal from the game, and has 16 10K resistors tying the data lines high.
|
|
Silkscreened onto both PCBs is the text A1 A2 A3 A4 with 2 boxes next to each with H and L. Both PCBs are marked A1 H A3 L. -->
|
|
|
|
<software name="sbwlgoof" supported="no"> <!-- AT24C04 SEEPROM -->
|
|
<description>Sports Bowling & Goofy's Underwater Adventure (V1.31 - JUN 15 2005)</description>
|
|
<year>2005</year>
|
|
<publisher>JAKKS Pacific / HotGen Ltd</publisher>
|
|
<part name="cart" interface="jakks_gamekey">
|
|
<feature name="slot" value="rom_24lc04"/>
|
|
<dataarea name="rom" size="0x800000">
|
|
<rom name="dy_disneygkbowlinggoofy.bin" size="0x200000" crc="d2147aa4" sha1="0db986aac68868a2ff4936e93178da8c592ac81d" offset="0" />
|
|
<rom size="0x200000" offset="0x200000" loadflag="reload" />
|
|
<rom size="0x200000" offset="0x400000" loadflag="reload" />
|
|
<rom size="0x200000" offset="0x600000" loadflag="reload" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="stenfchs" supported="no"> <!-- AT24C04 SEEPROM -->
|
|
<description>Sports Tennis & Face Chase (15 JUN 2005 C)</description>
|
|
<year>2005</year>
|
|
<publisher>JAKKS Pacific / HotGen Ltd</publisher>
|
|
<part name="cart" interface="jakks_gamekey">
|
|
<feature name="slot" value="rom_24lc04"/>
|
|
<dataarea name="rom" size="0x800000">
|
|
<rom name="dy_disneygktennisfacechase.bin" size="0x200000" crc="ba37ccf2" sha1="c7204a0499b6949f3f70f0f5c042d353435406fb" offset="0" />
|
|
<rom size="0x200000" offset="0x200000" loadflag="reload" />
|
|
<rom size="0x200000" offset="0x400000" loadflag="reload" />
|
|
<rom size="0x200000" offset="0x600000" loadflag="reload" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="stenfcha" supported="no"> <!-- AT24C04 SEEPROM -->
|
|
<description>Sports Tennis & Face Chase & Riches of Agrabah (15 JUN 2005 A)</description>
|
|
<year>2005</year>
|
|
<publisher>JAKKS Pacific / HotGen Ltd</publisher>
|
|
<part name="cart" interface="jakks_gamekey">
|
|
<feature name="slot" value="rom_24lc04"/>
|
|
<dataarea name="rom" size="0x800000">
|
|
<rom name="disneygktennisfaceagrabah.bin" size="0x200000" crc="f3fd0759" sha1="1272e7e34acfce5dbe55b39bff888f5dd16c63f9" offset="0" />
|
|
<rom size="0x200000" offset="0x200000" loadflag="reload" />
|
|
<rom size="0x200000" offset="0x400000" loadflag="reload" />
|
|
<rom size="0x200000" offset="0x600000" loadflag="reload" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|