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.
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="gl6000sl" description="VTech Genius Leader 6000SL cartridges">
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader 6000 SL -->
|
|
<software name="tabellen" supported="no">
|
|
<description>Tabellenkalkulation</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="80-12072" />
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="27-5776-00" size="0x20000" crc="454761e0" sha1="04741e121d8f22e86f39375a11f2e38ad382af57"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- According to the boxart, this is compatible with: Leader 6000 SL -->
|
|
<software name="update" supported="no">
|
|
<description>Update - Rechtschreibreform</description>
|
|
<year>199?</year>
|
|
<publisher>Video Technology</publisher>
|
|
<info name="serial" value="" />
|
|
<part name="rom" interface="genius_cart">
|
|
<dataarea name="rom" size="0x80000">
|
|
<rom name="27-05985-000-000.u1" size="0x80000" crc="139906cd" sha1="69072eaa70d9cf80f08a3f67b5755967a96deb01"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|