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.
32 lines
915 B
XML
32 lines
915 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="alphatro_flop" description="Triumph-Adler Alphatronic PC diskettes">
|
|
|
|
<software name="cpm">
|
|
<description>CP/M 2.2 / 3.1</description>
|
|
<year>198?</year>
|
|
<publisher>Triumph-Adler</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="128877">
|
|
<rom name="roycpm.td0" size="128877" crc="bf47c534" sha1="e69cc39d9a6229c5e5a2055e8950d085b34e607d"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="basic">
|
|
<description>Disk Basic 5.26b</description>
|
|
<year>1984</year>
|
|
<publisher>Microsoft</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="64140">
|
|
<rom name="dskbasic.td0" size="64140" crc="38834574" sha1="27a813ba8f7bb7f024ff5ebc49374bd46e005c65"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|