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.
73 lines
2.2 KiB
XML
73 lines
2.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="ekara_japan_bh" description="Takara e-kara (Japan) BH-xx series cartridges">
|
|
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit -->
|
|
<!--
|
|
Japanese cart listing (by BH code) * = dumped
|
|
* = dumped
|
|
|
|
A secondary 4-digit naming scheme BHxxxx (no extension) appears on a sticker on the cartridge PCB only
|
|
|
|
For e-kara only
|
|
|
|
These are probably all just titled 'Best Hit Collection'
|
|
|
|
BH-01 (unknown)
|
|
*BH-02 Best Hit Collection
|
|
*BH-03 Best Hit Collection
|
|
BH-04 (unknown)
|
|
*BH-05 Best Hit Collection)
|
|
*BH-06 Best Hit Collection
|
|
|
|
(more? what's the BH highest number?)
|
|
|
|
-->
|
|
|
|
<software name="bh02">
|
|
<description>BH-02 Best Hit Collection (Japan)</description>
|
|
<year>2005</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="bh02.bin" size="0x100000" crc="05ada4d7" sha1="abee397597f04f89b80bca69fa2daa4e2af7056b"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="bh03">
|
|
<description>BH-03 Best Hit Collection (Japan)</description>
|
|
<year>2005</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="bh03.bin" size="0x100000" crc="d17cafd4" sha1="b74fd0f77a726547d4001d4177a5ccd2ea35536a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="bh05">
|
|
<description>BH-05 Best Hit Collection (Japan)</description>
|
|
<year>2005</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="bh05.bin" size="0x100000" crc="9713f0c1" sha1="1ccd666771dcaed304e69c7dee06ae11df4ab091"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="bh06">
|
|
<description>BH-06 Best Hit Collection (Japan)</description>
|
|
<year>2005</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="bh06.bin" size="0x100000" crc="6e264ecb" sha1="6c3e4253565242c0c6dcdab7698f5b1e28544b2e"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|