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.
65 lines
2.1 KiB
XML
65 lines
2.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="pcw16" description="Amstrad PCW16 disk images">
|
|
|
|
<software name="osrd112">
|
|
<description>OS Rescue Disk 1.12</description>
|
|
<year>1997</year>
|
|
<publisher>Amstrad</publisher>
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="1474560">
|
|
<rom name="os rescue disk 1.12.dsk" size="1474560" crc="bb8fb2d8" sha1="623ec354522d87b038d383e0b2a622375efc0f15"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="cpm22hd">
|
|
<description>CP/M 2.2 Program Disk (1.44M)</description>
|
|
<year>1999</year>
|
|
<publisher>John Elliott</publisher>
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="1474560">
|
|
<rom name="cpm 2.2 program disk 1440.dsk" size="1474560" crc="8466fddb" sha1="30d8350df60d5ec68c97372b471573ece185a18f"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
|
|
<software name="cpm22dd">
|
|
<description>CP/M 2.2 Program Disk (720K)</description>
|
|
<year>1999</year>
|
|
<publisher>John Elliott</publisher>
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="737280">
|
|
<rom name="cpm 2.2 program disk 720.dsk" size="737280" crc="683b9cd9" sha1="3d2beb02d1ae2e11cb1af5238a496532ecdbd624"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="cpm22sod">
|
|
<description>CP/M 2.2 Start-of-day Disk</description>
|
|
<year>1999</year>
|
|
<publisher>John Elliott</publisher>
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="737280">
|
|
<rom name="cpm 2.2 start-of-day.dsk" size="737280" crc="c46ab250" sha1="b948c48334955637630ef54400b9db815e33c8a4"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
|
|
<software name="cpm31sod">
|
|
<description>CP/M 3.1 Start-of-day Disk</description>
|
|
<year>1999</year>
|
|
<publisher>John Elliott</publisher>
|
|
<part name="flop1" interface="floppy_3_5">
|
|
<dataarea name="flop" size="737280">
|
|
<rom name="cpm 3.1 start-of-day.dsk" size="737280" crc="369938b5" sha1="8eb48ac28786cde266e02469995f4bc30db9696a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|