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.
92 lines
3.9 KiB
XML
92 lines
3.9 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="gl2000" description="VTech Genius Leader 2000 cartridges">
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader 2000/2000 Classic/2000 Plus/2000 Compact/4000 Quadro/4004 Quadro L/3000 S/6000 SL
|
|
A (later) sticker says compatibility extends to all Leader 2000 - 7007 SL -->
|
|
<software name="englisha">
|
|
<description>Englisch für Anfänger</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-2215" />
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="27-5585-00" size="0x20000" crc="e583cee5" sha1="9ae1c0fc5327ae3abb8e37a6cf979cba1250d9aa"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader 2000/2000 Classic/2000 Plus/2000 Compact/4000 Quadro/4004 Quadro L/3000 S/6000 SL
|
|
A (later) sticker says compatibility extends to all Leader 2000 - 7007 SL -->
|
|
<software name="englishf">
|
|
<description>Englisch für Fortgeschrittene</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-2496" />
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="27-5775-01" size="0x20000" crc="2d1c0575" sha1="b5c2c3655d650c3901b6f966fd3af9fde1c06b2c"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader 2000/2000 Classic/2000 Plus/2000 Compact/4000 Quadro/4004 Quadro L/3000 S/6000 SL
|
|
A (later) sticker says compatibility extends to 7007 SL -->
|
|
<software name="franzosi">
|
|
<description>Französisch für Anfänger</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-12074" />
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="27-5919-00" size="0x20000" crc="40f8908d" sha1="c27c842e806233aa27baa586837e4f24e367bd1a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader 2000/2000 Classic/2000 Plus/2000 Compact/4000 Quadro/4004 Quadro L/3000 S/6000 SL
|
|
A (later) sticker says compatibility extends to all Leader 2000 - 7007 SL -->
|
|
<software name="schrkurs">
|
|
<description>Schreibmaschinenkurs</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-2232" />
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="27-5775-00" size="0x20000" crc="04d231af" sha1="1dc39539b212336a64721e0f353678d00c5be250"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader 2000/2000 Classic/2000 Plus/2000 Compact/4000 Quadro/4004 Quadro L/3000 S/6000 SL
|
|
A (later) sticker says compatibility extends to all Leader 2000 - 7007 SL -->
|
|
<software name="snws">
|
|
<description>Super Naturwissenschaften</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-1587" />
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="80-1587" size="0x10000" crc="55eef702" sha1="52923c2b337a49a006affbd30f953c406dc745c6"/>
|
|
<rom size="0x10000" loadflag="continue"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader 1000/2000/2000 Plus
|
|
A (later) sticker says compatibility extends to Leader 3000S/4000 Quadro/4004 Quadro L/6000 SL -->
|
|
<software name="bol">
|
|
<description>Berühmte Orte und Leute</description>
|
|
<year>1993</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-1589" />
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="80-1587" size="0x20000" crc="55eef702" sha1="52923c2b337a49a006affbd30f953c406dc745c6"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|