mame/hash/jpopira_jp.xml
Vas Crabb 97b6717027 (nw) Clean up the mess on master
This effectively reverts b380514764 and
c24473ddff, restoring the state at
598cd52272.

Before pushing, please check that what you're about to push is sane.
Check your local commit log and ensure there isn't anything out-of-place
before pushing to mainline.  When things like this happen, it wastes
everyone's time.  I really don't need this in a week when real work™ is
busting my balls and I'm behind where I want to be with preparing for
MAME release.
2019-03-26 11:13:37 +11:00

45 lines
1.5 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="jpopira_jp" description="Takara Jumping Popira (Japan) JP-xx series cartridges">
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit
***********************************************************************************
Japanese cart listing (by JP code) * = dumped
A secondary 4-digit naming scheme JPxxxx (no extension) appears on a sticker on the cartridge PCB only
These are for use with Jumping Popira ONLY (form factor is the same as e-Kara cartridges)
*JP-01 'Jumping Popira' JP-1
*JP-02 'Jumping Popira' JP-2
(more? what's the highest JP number?)
-->
<software name="jp01" supported="no">
<description>JP-01 (Japan)</description>
<year>2004</year>
<publisher>Takara</publisher>
<part name="cart" interface="ekara_cart">
<feature name="slot" value="rom_24lc04"/>
<dataarea name="rom" size="0x200000">
<rom name="jp1.bin" size="0x200000" crc="106544c5" sha1="1bff363ce13c0eaf344a8f36ed004c78e0ddd007" offset="0" />
</dataarea>
</part>
</software>
<software name="jp02" supported="no">
<description>JP-02 (Japan)</description>
<year>2004</year>
<publisher>Takara</publisher>
<part name="cart" interface="ekara_cart">
<feature name="slot" value="rom_24lc04"/>
<dataarea name="rom" size="0x200000">
<rom name="jp2.bin" size="0x200000" crc="f66d8ee8" sha1="3624c89197b1579fc60d5c40ff30bca248428a6c" offset="0" />
</dataarea>
</part>
</software>
</softwarelist>