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 KiB
XML
33 lines
1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
|
|
<softwarelist name="cgenie_flop_rom" description="EACA Colour Genie EG2000 ROMs">
|
|
|
|
<software name="cdosintf">
|
|
<description>Colour DOS Interface</description>
|
|
<year>1997</year>
|
|
<publisher><homebrew?></publisher>
|
|
<info name="author" value="C. Poetzsch, Jürgen Buchmüller" />
|
|
<part name="rom" interface="cgenie_flop_rom">
|
|
<dataarea name="rom" size="2772">
|
|
<rom name="newe000.bin" size="2772" crc="953491a7" sha1="8d6a739a9058b3834897a15bcda5348b94008f5a"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="colmon2">
|
|
<description>Colour-Monitor 2.0</description>
|
|
<year>198?</year>
|
|
<publisher><unknown></publisher>
|
|
<info name="usage" value="Enter CALL E000 to start" />
|
|
<part name="rom" interface="cgenie_flop_rom">
|
|
<dataarea name="rom" size="0x1000">
|
|
<rom name="colour_monitor_2.bin" size="0x1000" crc="a6b08d4d" sha1="2398f8ea430468dbd29fb0fabe89b2c21c2404f7"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|