mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
97b6717027
This effectively revertsb380514764
andc24473ddff
, restoring the state at598cd52272
. 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.
32 lines
906 B
XML
32 lines
906 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<softwarelist name="ekara_japan_en" description="Takara e-kara (Japan) EN-xx series cartridges">
|
|
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit -->
|
|
<!--
|
|
Japanese cart listing (by EN code) * = dumped
|
|
* = dumped
|
|
|
|
These don't seem to have a secondary numbering scheme (eg ENxxxx-xxx)
|
|
|
|
(check what units these are for)
|
|
|
|
EN-1 (unknown)
|
|
EN-2 (unknown)
|
|
*EN-3 (unknown)
|
|
|
|
(more? what's the EN highest number?)
|
|
|
|
-->
|
|
|
|
<software name="en3">
|
|
<description>EN-3 (Japan)</description>
|
|
<year>2004</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="en-3.u1" size="0x100000" crc="e3686ff4" sha1="e7e9a53a778739c406b2b226300d2f525cd9676b" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|