mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
a3e90c182c
new WORKING machine ------ Dora the Explorer - Dora TV Adventure Globe [Sean Riddle, David Haywood] -Set some of the previous ekara additions to unsupported as they actually use the alt seeprom hookup that isn't currently functional, and lock up in places as a result. [David Haywood]
59 lines
1.9 KiB
XML
59 lines
1.9 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="ekara_japan_gk" description="Takara e-kara (Japan) GK-xx series cartridges">
|
|
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit -->
|
|
<!--
|
|
Japanese cart listing (by GK code) * = dumped
|
|
* = dumped
|
|
|
|
A secondary 4-digit naming scheme GKxxxx (no extension) appears on a sticker on the cartridge PCB only
|
|
|
|
(check what units these are for)
|
|
|
|
*GK-1 Detective Conan
|
|
*GK-2 Disney Princess: Princess Debut
|
|
*GK-3 Disney Tinkerbell to Tinkle Star Uranai
|
|
|
|
(more? what's the GK highest number?)
|
|
|
|
-->
|
|
|
|
<software name="gk1">
|
|
<description>GK-1 - Detective Conan (Japan)</description>
|
|
<year>2004</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x200000">
|
|
<rom name="gk1.bin" size="0x200000" crc="775608cd" sha1="8b53fd4e8ced709df2716c839abfd7e41cc719d2"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="gk2" supported="no">
|
|
<description>GK-2 - Disney Princess: Princess Debut (Japan)</description>
|
|
<year>2004</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<feature name="slot" value="rom_24c08_epitch"/> <!-- FIXME: actually 24c04 -->
|
|
<dataarea name="rom" size="0x200000">
|
|
<rom name="gk2.u1" size="0x200000" crc="d4413f35" sha1="ef9999422adfea77c7ca4abd4f2f21e75d66be77"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="gk3" supported="no">
|
|
<description>GK-3 - Disney Tinkerbell to Tinkle Star Uranai (Japan)</description>
|
|
<year>2004</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<feature name="slot" value="rom_24c08_epitch"/> <!-- FIXME: actually 24c04 -->
|
|
<dataarea name="rom" size="0x200000">
|
|
<rom name="gk3.u1" size="0x200000" crc="5877877b" sha1="c789b96ffcb3c303d552b236e01fd5fb587df7d3"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|