mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00

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
677 B
XML
22 lines
677 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
|
|
<softwarelist name="mephisto_smondial2" description="Mephisto Super Mondial II Modules">
|
|
|
|
<software name="college">
|
|
<description>College Module</description>
|
|
<year>1988</year>
|
|
<publisher>Hegener + Glaser</publisher>
|
|
<part name="cart" interface="smondial2_cart">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom name="college_7.7.88" size="0x4000" crc="02fbdf33" sha1="7d1c87b446ef00f4a533f5193f33b3e05af9ff33" offset="0" /> <!-- TC57256AD-12, first half empty -->
|
|
<rom size="0x4000" offset="0" loadflag="continue"/>
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|