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.
37 lines
1.4 KiB
XML
37 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
|
|
<softwarelist name="mtx_rom" description="Memotech MTX ROM extensions">
|
|
|
|
<software name="newword">
|
|
<description>MTX Colour NewWord</description>
|
|
<year>1984</year>
|
|
<publisher>NewStar Software</publisher>
|
|
<info name="usage" value="ROM 2" />
|
|
<part name="rom" interface="mtx_rom">
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="newword0.rom" size="8192" crc="5433bd01" sha1="56897f385476864337b7b994c1b46f50eaa57128" offset="0x0000"/>
|
|
<rom name="newword1.rom" size="8192" crc="10980c03" sha1="8245c42fb1eda43b67fa483e50e4ee3bc5f3f29f" offset="0x2000"/>
|
|
<rom name="newword2.rom" size="8192" crc="cbff7130" sha1="b4ab27def6020ba8e32959a1b988fce77bcc1d7f" offset="0x4000"/>
|
|
<rom name="newword3.rom" size="8192" crc="e6bbc33b" sha1="26faa4a8d952c4659f610e94608b630456ab89aa" offset="0x6000"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="pascal">
|
|
<description>Hisoft PASCAL</description>
|
|
<year>1984</year>
|
|
<publisher>Hisoft</publisher>
|
|
<info name="usage" value="ROM 2" />
|
|
<part name="rom" interface="mtx_rom">
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="pascal0.rom" size="8192" crc="fcdf9cd9" sha1="fd8409659bc89f9cf1df367b7160bab396ddd88b" offset="0x0000"/>
|
|
<rom name="pascal1.rom" size="8192" crc="39d105ca" sha1="21ed29f79388c41d1f87268cab478e174536a208" offset="0x2000"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|