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.
34 lines
1 KiB
XML
34 lines
1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="ekara_japan_ac" description="Takara e-kara (Japan) ACxxxx series cartridges">
|
|
<!-- cartridges contain the ROM only, the XaviX CPU and BIOS are in the base unit -->
|
|
|
|
<!--
|
|
Japanese cart listing (by AC code) * = dumped
|
|
* = dumped
|
|
|
|
this numbering is a little unusual, maybe the 'A' series Pichi Pichi Pitch
|
|
are actually 1-8 here, just lacking the actual AC markings.
|
|
see ekara_japan_a.xml
|
|
|
|
*AC0009-KIR / KR-1 Kirarin Cartridge Vol.1 (bundled with Kirarin microphone)
|
|
|
|
(more?)
|
|
|
|
-->
|
|
|
|
<software name="ac0009" supported="no">
|
|
<description>KR-1 Kirarin Cartridge Vol.1 (Japan) (AC0009-KIR)</description>
|
|
<year>2007</year>
|
|
<publisher>Takara</publisher>
|
|
<part name="cart" interface="ekara_cart">
|
|
<dataarea name="rom" size="0x100000">
|
|
<rom name="ekara_ac0009-kir.bin" size="0x100000" crc="351c99c3" sha1="86c2d231d0d07f5e214e19f49dc1bda3aac42eb0"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|