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.
24 lines
653 B
XML
24 lines
653 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
Thanks to DCMOTO (http://dcmoto.free.fr) for info!
|
|
|
|
The BASIC 128 cartridge is useful only on a TO7/70!
|
|
-->
|
|
<softwarelist name="to770_cart" description="Thomson TO7/70 cartridges">
|
|
|
|
<software name="basic128">
|
|
<description>BASIC 128 (v1.0)</description>
|
|
<year>1984</year>
|
|
<publisher>Thomson</publisher>
|
|
|
|
<part name="cart" interface="to_cart">
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="basic128.bin" size="32768" crc="c9bc204f" sha1="e4c2a684e9186f49c8092d16f0f74764f51ad86c" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|