mirror of
https://github.com/holub/mame
synced 2025-10-04 08:28:39 +03:00
57 lines
1.8 KiB
XML
57 lines
1.8 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<softwarelist name="ekara_japan_d" description="Takara e-kara (Japan) D-xx / DCxxxx- series cartridges">
|
|
<!-- cartridges contain ROM + SEEPROM only, the XaviX CPU and BIOS are in the base unit
|
|
|
|
***********************************************************************************
|
|
|
|
Japanese cart listing (by D code) (D-xx on cartridge / box, DC in cart identifier code)
|
|
* = dumped
|
|
|
|
These are for use with 4 units
|
|
1. e-Kara
|
|
2. Taiko De Popira
|
|
3. Popira
|
|
4. Popira 2
|
|
|
|
note BAT and BHT aren't the same series
|
|
|
|
D-1 DC0001- (unknown)
|
|
*D-2 DC0002-BAT BAT Volume 6
|
|
D-3 DC0003-BHT BHT (Best Artists?) Volume 9? (most other BHT carts are in G series, or P series)
|
|
D-4 DC0004- (unknown)
|
|
*D-5 DC0005-TPJ TV Pop Volume 9
|
|
D-6 DC0006- (seen)
|
|
D-7 DC0007- (seen)
|
|
D-8 DC0008- (seen)
|
|
|
|
(more? what's the D highest number?)
|
|
|
|
-->
|
|
|
|
<software name="dc0002">
|
|
<description>BAT Volume 6 (Japan) (DC0002-BAT)</description>
|
|
<year>2003</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<feature name="slot" value="rom_24lc02"/>
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="dc0002-bat.u1" size="0x100000" crc="bb4e13a7" sha1="f9d3a669de1b7ad3080eb428575905ee2170458c" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="dc0005">
|
|
<description>TV Pop Volume 9 (Japan) (DC0005-TPJ)</description>
|
|
<year>2004</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<feature name="slot" value="rom_24lc02"/>
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="dc0005-tpj.u1" size="0x100000" crc="515c125f" sha1="a7c7bf758b1afecb8fb55eb5766343325c1acc89" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|