mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
682d586fdf
* Cleaned up spaces in software list comments. * megadriv.xml: Improperly indented sharedfeat tag. * gbcolor.xml: Converted "GBC only" comments into sharedfeat tags. * a5200.hsi: Fixed a few dispossessed tags. * Various softlists: Fixed improperly entabulated tags. * Various softlists: More entabulation fixes.
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>
|