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
969 B
XML
35 lines
969 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="ekara_japan_gk" description="Takara e-kara (Japan) GK-xx series cartridges">
|
|
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit -->
|
|
<!--
|
|
Japanese cart listing (by GK code) * = dumped
|
|
* = dumped
|
|
|
|
A secondary 4-digit naming scheme GKxxxx (no extension) appears on a sticker on the cartridge PCB only
|
|
|
|
(check what units these are for)
|
|
|
|
*GK-1 Detective Conan
|
|
GK-2 (unknown)
|
|
GK-3 (seen)
|
|
|
|
(more? what's the GK highest number?)
|
|
|
|
-->
|
|
|
|
<software name="gk1">
|
|
<description>GK-1 - Detective Conan (Japan)</description>
|
|
<year>2004</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x200000">
|
|
<rom name="gk1.bin" size="0x200000" crc="775608cd" sha1="8b53fd4e8ced709df2716c839abfd7e41cc719d2"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|