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.
90 lines
3.1 KiB
XML
90 lines
3.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="vic1001_flop" description="Commodore VIC-1001 / VIC-20 diskettes">
|
|
|
|
<software name="simpcalc">
|
|
<description>SimpliCalc</description>
|
|
<year>1981</year>
|
|
<publisher>Commodore</publisher>
|
|
<info name="serial" value="VIC-3301" />
|
|
<info name="ram" value="16K" />
|
|
<sharedfeat name="compatibility" value="NTSC,PAL"/>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="333744">
|
|
<rom name="simplicalc[cbm_1981](vic20).g64" size="333744" crc="5cccae94" sha1="1c4fceb35a64db38f8909547e895355d9c396e82"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="vicfile">
|
|
<description>VicFile</description>
|
|
<year>1981</year>
|
|
<publisher>Commodore</publisher>
|
|
<info name="serial" value="VIC-3304" />
|
|
<info name="ram" value="16K" />
|
|
<sharedfeat name="compatibility" value="NTSC,PAL"/>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="333744">
|
|
<rom name="vicfile[cbm_1981](vic20).g64" size="333744" crc="0051ea87" sha1="408fb1af3959bc79aa100ed729c51e30e5ae31ec"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="vicfilea" cloneof="vicfile">
|
|
<description>VicFile (Alt)</description>
|
|
<year>1981</year>
|
|
<publisher>Commodore</publisher>
|
|
<info name="serial" value="VIC-3304" />
|
|
<info name="ram" value="16K" />
|
|
<sharedfeat name="compatibility" value="NTSC,PAL"/>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="333744">
|
|
<rom name="vicfile[cbm_198x](alt)(vic20).g64" size="333744" crc="ca9dc8ea" sha1="ea7e443cd3afa99ee12846604898b3c16863cdd3"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="vicwrite">
|
|
<description>VicWriter</description>
|
|
<year>1981</year>
|
|
<publisher>Commodore</publisher>
|
|
<info name="serial" value="VIC-3305" />
|
|
<info name="ram" value="8K" />
|
|
<sharedfeat name="compatibility" value="NTSC,PAL"/>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="333744">
|
|
<rom name="vicwriter[cbm_1981](vic20).g64" size="333744" crc="2a75180c" sha1="54fd41c6f11614d6b1e6763aa64ee92b9cc53f1a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="speakez">
|
|
<description>SpeakEasy</description>
|
|
<year>1983</year>
|
|
<publisher>Personal Peripheral Products</publisher>
|
|
<sharedfeat name="compatibility" value="NTSC,PAL"/>
|
|
<sharedfeat name="requirement" value="vic1001_cart:speakez"/>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="174848">
|
|
<rom name="speakeasy.d64" size="174848" crc="bfd060ca" sha1="d2c5b5c2b6c5ef01891e3256a4aad8ec2bbbbfe5"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="data20dm">
|
|
<description>Data 20 Display Manager</description>
|
|
<year>1982</year>
|
|
<publisher>Data 20 Corporation</publisher>
|
|
<sharedfeat name="compatibility" value="NTSC,PAL"/>
|
|
<sharedfeat name="requirement" value="vic1001_cart:data20dm"/>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="174848">
|
|
<rom name="data20.d64" size="174848" crc="06664680" sha1="1586afa380272d333801992c829707e26f81c455"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|