mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +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.
37 lines
1.5 KiB
XML
37 lines
1.5 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="nes_ntbrom" description="Nintendo Entertainment System - Nantettatte!! Baseball mini-cartridges">
|
|
|
|
<software name="ntb_91">
|
|
<description>Nantettatte!! Baseball '91 Kaimaku Hen (Jpn)</description>
|
|
<year>1991</year>
|
|
<publisher>Sunsoft</publisher>
|
|
<info name="release" value="19910531"/>
|
|
<info name="alt_title" value="なんてったって!! ベースボール 子ガメカセット '91開幕編"/>
|
|
<part name="cart" interface="ntb_cart">
|
|
<feature name="slot" value="ntbrom" />
|
|
<dataarea name="rom" size="16384">
|
|
<rom name="nantettatte!! baseball '91 kaimaku hen (j) [u].bin" size="16384" crc="fdb61142" sha1="134d2999eca761133236d7abc7cafbd703c628b7" offset="00000" status="baddump" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="ntb_ob">
|
|
<description>Nantettatte!! Baseball OB Allstar Hen (Jpn)</description>
|
|
<year>1991</year>
|
|
<publisher>Sunsoft</publisher>
|
|
<info name="release" value="19910228"/>
|
|
<info name="alt_title" value="なんてったって!!ベースボール 子ガメカセット OBオールスター編"/>
|
|
<part name="cart" interface="ntb_cart">
|
|
<feature name="slot" value="ntbrom" />
|
|
<dataarea name="rom" size="16384">
|
|
<rom name="nantettatte!! baseball ob allstar hen (j) [u].bin" size="16384" crc="dc0bd3c3" sha1="89ba2b4bf7ba7f7db4f902e4ce20c6dee526433b" offset="00000" status="baddump" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|