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.
58 lines
1.7 KiB
XML
58 lines
1.7 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="advision" description="Entex AdventureVision cartridges">
|
|
<software name="defender">
|
|
<description>Defender</description>
|
|
<year>1982</year>
|
|
<publisher>Entex Industries</publisher>
|
|
<info name="serial" value="6075" />
|
|
|
|
<part name="cart" interface="advision_cart">
|
|
<dataarea name="rom" size="4096">
|
|
<rom name="defender.bin" size="4096" crc="3e280096" sha1="33e6bc08b3e8a951942e078102e90fbc8ba729a8"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="turtles">
|
|
<description>Turtles</description>
|
|
<year>1982</year>
|
|
<publisher>Entex Industries</publisher>
|
|
<info name="serial" value="6076" />
|
|
|
|
<part name="cart" interface="advision_cart">
|
|
<dataarea name="rom" size="4096">
|
|
<rom name="turtles.bin" size="4096" crc="33a23eba" sha1="88748cf4080646e0a2f115a7f6e6001916314816"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="scobra">
|
|
<description>Super Cobra</description>
|
|
<year>1982</year>
|
|
<publisher>Entex Industries</publisher>
|
|
<info name="serial" value="6077" />
|
|
|
|
<part name="cart" interface="advision_cart">
|
|
<dataarea name="rom" size="4096">
|
|
<rom name="supcobra.bin" size="4096" crc="b6045c9e" sha1="fd059081d8d82f51dd1415cc3710f1fa5ebb1336"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="spacefrc">
|
|
<description>Space Force</description>
|
|
<year>1982</year>
|
|
<publisher>Entex Industries</publisher>
|
|
<info name="serial" value="6078" />
|
|
|
|
<part name="cart" interface="advision_cart">
|
|
<dataarea name="rom" size="4096">
|
|
<rom name="spcforce.bin" size="4096" crc="c70d4028" sha1="86c1a6eb8a5070f4be32bf4e83c0d5951e831d27"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|