mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
6c3aedf8bb
* new NOT WORKING machines Dance Dance Revolution Family Mat (Japan) [Sean Riddle, Peter Wilhelmsen, David Haywood] Popira (Yellow, single player) (Japan) [Sean Riddle, David Haywood] Taiko De Popira (Japan) [Sean Riddle, David Haywood] new NOT WORKING clones e-kara (Japan) [Sean Riddle] new Software List entries ekara_japan_sp.xml: sp02 (SP-02) [Sean Riddle, David Haywood] (need to establish full title) also split the ekara software list up a bit so they're easier / more logical as different carts are meant for different devices; the popira unit can use the 'GC' carts for example. Dance Dance Revolution Family Mat and Popira are actually playable, but until I fix the timers in the driver the music is half speed like the e-kara stuff, and because these are music games, they're being eft as NOT WORKING until I sort that out. * documentation update, thanks to Santeri Saarimaa for error message ranslation" * add a reference * missed an input (nw) * (nw) * (nw) * (nw) * ref (nw) * there's some kind of nvram (nw) * tweak timer a bit (nw) * further tweak for now (nw)
42 lines
1.5 KiB
XML
42 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<softwarelist name="ekara_japan_sp" description="Takara e-kara SP-xx series cartridges">
|
|
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit
|
|
some cartridges also contain an SEEPROM
|
|
|
|
***********************************************************************************
|
|
|
|
Japanese cart listing (by SP code) * = dumped
|
|
|
|
These are for use with 5 different units
|
|
1. e-Kara
|
|
2. Popira (Yellow)
|
|
3. Popira 2 (Blue/Green) ( https://www.youtube.com/watch?v=iY1I-jfXw7U )
|
|
4. Taiko de Popira
|
|
5. Jumping Popira (Stepping Mat type thing) ( https://www.youtube.com/watch?v=yJruMOBdLFY )
|
|
|
|
If you plug this into a DDR Family Mat you get the message (in Japanese)
|
|
|
|
"please play this cartridge on e-kara series, popira, popira 2, taiko de popira or jumping popira"
|
|
|
|
gives 'memory error' if plugged into Popira (needs cartridge SEEPROM emulating)
|
|
gives 'eep-rom error' if plugged into Taiko de Popira (same reason)
|
|
|
|
SP-1 (unknown)
|
|
*SP-2 (unknown)
|
|
|
|
(more? what's the SP highest number?)
|
|
|
|
-->
|
|
|
|
<software name="sp02"> <!-- also has SEEPROM inside -->
|
|
<description>SP-02</description>
|
|
<year>2000</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x200000">
|
|
<rom name="ekarasp02.bin" size="0x200000" crc="c8a84ded" sha1="02ffa04cdc7732fd3ab75505c5cc68bda130c7ee" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|