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.
53 lines
1.7 KiB
XML
53 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="plus4_flop" description="Commodore Plus/4 diskettes">
|
|
|
|
<software name="1551demo">
|
|
<description>Commodore 1551 Test Demo</description>
|
|
<year>198?</year>
|
|
<publisher>Commodore</publisher>
|
|
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="174848">
|
|
<rom name="1551-demo.d64" size="174848" crc="bf6da2a0" sha1="67b694cf6551991d6b87f7bdc03f8f58aa55dbce"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="ace">
|
|
<description>ACE: Air Combat Emulator</description>
|
|
<year>1985</year>
|
|
<publisher>Cascade</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="333744">
|
|
<rom name="ace[cascade_1985](plus4).g64" size="333744" crc="ecaab593" sha1="40d0edd9ced2a7e40b39dce13176615985267bc4"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="typingpr">
|
|
<description>Typing Professor</description>
|
|
<year>1984</year>
|
|
<publisher>Commodore</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="333744">
|
|
<rom name="typing_professor[cbm_1984](plus4).g64" size="333744" crc="cbd6750a" sha1="f6963a92d9ebaa1125a0203c16e1293fe3d38852"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="zork2">
|
|
<description>Zork II: The Wizard of Frobozz (R48)</description>
|
|
<year>1984</year>
|
|
<publisher>Commodore</publisher>
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<dataarea name="flop" size="333744">
|
|
<rom name="zork_ii[infocom_1984](r48)(plus4).g64" size="333744" crc="053bfe1a" sha1="b55d2be8ca179d758fad8871bba55e3b84a9f5ee"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|