mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
438a497c37
Get rid of a couple of copies of the CC0 text. Add header comment to CC0 files to remind people editing them what the terms are. Also add some missing XML headers. The header comments in layouts won't bloat the binary - they get stripped out before compressing, same as any other comments.
35 lines
915 B
XML
35 lines
915 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<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"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|