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.
39 lines
1.2 KiB
XML
39 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
Thanks to DCMOTO (http://dcmoto.free.fr) for info!
|
|
This list is exclusively for Italian MO5 and MO6 software
|
|
-->
|
|
<softwarelist name="pro128_flop" description="Olivetti Prodest PC 128 floppy disks">
|
|
|
|
<!-- Compilations (Games) -->
|
|
|
|
<software name="microflp">
|
|
<description>MicroFloppy Compilation</description>
|
|
<year>1987</year>
|
|
<publisher>Olivetti Prodest</publisher>
|
|
|
|
<part name="flop1" interface="thom_flop">
|
|
<dataarea name="flop" size="327680">
|
|
<rom name="microfloppy compilation (infogrames) (emile n'guyen) (1987) (pc128).fd" size="327680" crc="4fea64b4" sha1="a028e5b2d0ec34454a12d5dbd29160f496d73d8f"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<!-- Games -->
|
|
|
|
<software name="sortelig">
|
|
<description>Sortileges</description>
|
|
<year>1987</year>
|
|
<publisher>Olivetti Prodest</publisher>
|
|
|
|
<part name="flop1" interface="thom_flop">
|
|
<dataarea name="flop" size="327680">
|
|
<rom name="sortileges (infogrames) (william hennebois, alain vialon, laurent droulez) (1986) (pc128).fd" size="327680" crc="37df7268" sha1="d0384751ae3514cb1ad2849e8943f4c4a2100d03"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|