mame/hash/mpu1000.xml
Vas Crabb 438a497c37 (nw) More license shuffling
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.
2020-03-07 22:02:56 +11:00

22 lines
610 B
XML

<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<!--
license:CC0
-->
<softwarelist name="mpu1000" description="Acetronic MPU-1000 cartridges">
<software name="challeng">
<description>Challenge!</description>
<year>19??</year>
<publisher>Acetronic?</publisher>
<info name="serial" value="9"/>
<part name="cart" interface="vc4000_cart">
<feature name="slot" value="std" />
<dataarea name="rom" size="2048">
<rom name="challenge.bin" size="2048" crc="a0f5320a" sha1="ce1ab1ad5e085a3237e0de645fa3238d7702d578"/>
</dataarea>
</part>
</software>
</softwarelist>