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.
27 lines
990 B
XML
27 lines
990 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
-->
|
|
<softwarelist name="pb2000c" description="Casio PB-2000C memory cards">
|
|
<software name="prolog">
|
|
<description>PROLOG interpreter (OM-51P)</description>
|
|
<year>1989</year>
|
|
<publisher>Casio</publisher>
|
|
<part name="cart" interface="pb2000c_card">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="prolog.bin" size="0x10000" crc="c64243bc" sha1="8f3fc028a81d844127a95a4839739a0e10340ca9" offset="0x00000" loadflag="load16_byte" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
<software name="basic">
|
|
<description>BASIC interpreter (OM-53B)</description>
|
|
<year>1989</year>
|
|
<publisher>Casio</publisher>
|
|
<part name="cart" interface="pb2000c_card">
|
|
<dataarea name="rom" size="0x20000">
|
|
<rom name="basic.bin" size="0x10000" crc="dd9cc2bd" sha1="b89741d208ee43d0b177ce1ffaf11395bbaa8e24" offset="0x00000" loadflag="load16_byte" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
</softwarelist>
|