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.1 KiB
XML
33 lines
1.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
|
|
<softwarelist name="poly_flop" description="Poly diskettes">
|
|
|
|
<software name="cpm1">
|
|
<description>Proteus Z80 CP/M Operating System (CP/M 2.2, BIOS 3.3)</description>
|
|
<year>198?</year>
|
|
<publisher><unknown></publisher>
|
|
<sharedfeat name="compatibility" value="PROTEUS" />
|
|
<part name="flop1" interface="floppy_8">
|
|
<dataarea name="flop" size="622592">
|
|
<rom name="cpm1-noskew.cpm" size="622592" crc="a96ef84a" sha1="fbddd9a8a0c97f7903a3c7c0586e48eea30f1cb3"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="flex">
|
|
<description>Proteus 6809 FLEX Operating System (Version 2.8:3 - 1.1:2)</description>
|
|
<year>1982</year>
|
|
<publisher><unknown></publisher>
|
|
<sharedfeat name="compatibility" value="PROTEUS" />
|
|
<part name="flop1" interface="floppy_8">
|
|
<dataarea name="flop" size="591360">
|
|
<rom name="flex.dsk" size="591360" crc="502feea7" sha1="9449239ff70840446fdd010cf1036daaaf9c644e"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|