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.
21 lines
677 B
XML
21 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>
|