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.
49 lines
1.7 KiB
XML
49 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
Acorn BBC Micro - Casper 68000 Co-Processor discs
|
|
|
|
Loading Instructions:
|
|
|
|
Hold down the SHIFT key and press and release the BREAK key.
|
|
-->
|
|
|
|
<softwarelist name="bbc_flop_68000" description="Casper 68000 2nd Processor discs">
|
|
|
|
<software name="casper">
|
|
<description>Casper Support Discs</description>
|
|
<year>1986</year>
|
|
<publisher>Delcomm</publisher>
|
|
<info name="format" value="DFS" />
|
|
<info name="usage" value="Requires Casper 68000 2nd Processor" />
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<feature name="part_id" value="Casper System Disc Version 2.2"/>
|
|
<dataarea name="flop" size="204800">
|
|
<rom name="casper system disc version 2_2.ssd" size="204800" crc="fa48e7e1" sha1="a3dffefdc13e4a44ec4e57b1cad27e912abdcd15"/>
|
|
</dataarea>
|
|
</part>
|
|
<part name="flop2" interface="floppy_5_25">
|
|
<feature name="part_id" value="Casper Test Disc Version 2.2"/>
|
|
<dataarea name="flop" size="204800">
|
|
<rom name="casper test disc version 2_2.ssd" size="204800" crc="67c43659" sha1="83b0361ab7908584aaedb9f5a42e9cf5c3cc6c1d"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="controlc">
|
|
<description>Control 'C'</description>
|
|
<year>1986</year>
|
|
<publisher>Delcomm</publisher>
|
|
<info name="format" value="DFS" />
|
|
<info name="usage" value="Requires Casper 68000 2nd Processor" />
|
|
<part name="flop1" interface="floppy_5_25">
|
|
<feature name="part_id" value="Casper Control C Version 0.1"/>
|
|
<dataarea name="flop" size="204800">
|
|
<rom name="casper control c version 0_1.ssd" size="204800" crc="f92958ef" sha1="3b68a54befb002e26c7a30a1d8f42dfae2b2f501"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|