mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
48 lines
1.5 KiB
XML
48 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
-->
|
|
<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>
|