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.
53 lines
2.1 KiB
XML
53 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="leapfrog_ltleappad_cart" description="LeapFrog Little Touch LeapPad cartridges">
|
|
|
|
<software name="babyfwords" supported="no">
|
|
<description>Baby's First Words (USA)</description>
|
|
<year>2003</year>
|
|
<publisher>LeapFrog</publisher>
|
|
<info name="serial" value="500-10247"/>
|
|
<part name="cart" interface="leapfrog_ltleappad_cart">
|
|
<feature name="pcb" value="CT337V0"/>
|
|
<feature name="pcb_rev" value="1A"/>
|
|
<feature name="u1" value="Macronix ROM: MX23L3210"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
|
<dataarea name="rom" size="0x400000">
|
|
<rom name="500-10247 - Baby's First Words.bin" size="0x400000" crc="a28fdb10" sha1="c9209222dd28b546047fb4352ef8a88d2892c460" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="poohlovesu" supported="no">
|
|
<description>Disney Pooh Loves You! (USA)</description>
|
|
<year>2004</year>
|
|
<publisher>LeapFrog</publisher>
|
|
<info name="serial" value="500-11375"/>
|
|
<part name="cart" interface="leapfrog_ltleappad_cart">
|
|
<feature name="pcb" value="CT205V6"/>
|
|
<feature name="pcb_rev" value="1A"/>
|
|
<feature name="u1" value="Sunplus 16MBit ROM: SPR1600A"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
|
<dataarea name="rom" size="0x200000">
|
|
<rom name="500-11375 - Pooh Loves You.bin" size="0x200000" crc="b91d260f" sha1="babc3c084cec8929b80257a0b0fbfc85fc2eb16e" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="ifiwere" supported="no">
|
|
<description>If I were... (USA)</description>
|
|
<year>2003</year>
|
|
<publisher>LeapFrog</publisher>
|
|
<info name="serial" value="500-11468"/>
|
|
<part name="cart" interface="leapfrog_ltleappad_cart">
|
|
<feature name="pcb" value="CT316V0"/>
|
|
<feature name="pcb_rev" value="1A"/>
|
|
<feature name="u1" value="Sunplus ROM: SPR32100A"/> <!-- ROM on epoxy blob, but type silkscreened on the PCB -->
|
|
<dataarea name="rom" size="0x400000">
|
|
<rom name="500-11468 UBL - If I were.bin" size="0x400000" crc="297cb62a" sha1="4bddc6ea95f92fc33690b349277b1e0234d67ce1" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|