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.
22 lines
697 B
XML
22 lines
697 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
Wafadrive 'cartridges'
|
|
These are infinite tape loop based devices that act like discs
|
|
-->
|
|
<softwarelist name="spectrum_wafadrive" description="Sinclair ZX Wafadrive tapes/cartridges">
|
|
|
|
<software name="spctrlwr" supported="no">
|
|
<description>Spectral Writer</description>
|
|
<year>1984</year>
|
|
<publisher>Softek International Ltd</publisher>
|
|
<part name="cass" interface="wafadrive_cart">
|
|
<dataarea name="wafa" size="77450">
|
|
<rom name="spectral writer.wdr" size="77450" crc="3faa506e" sha1="4da9ecaa055ce307ad830cdff4b293d6dca9ecca"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|