mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +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.
54 lines
1.6 KiB
XML
54 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0
|
|
|
|
Not dumped yet:
|
|
- Chemical Engineering
|
|
- Statistics
|
|
|
|
Not included in list:
|
|
- 8KB RAM, battery backed
|
|
|
|
-->
|
|
|
|
<softwarelist name="ti74_cart" description="TI-74 cartridges">
|
|
|
|
<software name="finance">
|
|
<description>Finance</description>
|
|
<year>1985</year>
|
|
<publisher>Texas Instruments</publisher>
|
|
<info name="usage" value="Load with RUN "DIR", then load program from list" />
|
|
<part name="cart" interface="ti74_cart">
|
|
<dataarea name="rom" size="0x8000">
|
|
<rom name="finance.bin" size="0x8000" crc="36afa310" sha1="a051c393f35f11ef51dc8c4e785e6fec0eb4d774" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="maths">
|
|
<description>Mathematics</description>
|
|
<year>1985</year>
|
|
<publisher>Texas Instruments</publisher>
|
|
<info name="usage" value="Load with RUN "DIR", then load program from list" />
|
|
<part name="cart" interface="ti74_cart">
|
|
<dataarea name="rom" size="0x8000">
|
|
<rom name="mathematics.bin" size="0x8000" crc="afb0821f" sha1="9fc3b054df0fdc93eab3e7824f28d4f733f97547" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="pascal">
|
|
<description>Learn Pascal</description>
|
|
<year>1985</year>
|
|
<publisher>Texas Instruments</publisher>
|
|
<info name="usage" value="Load with RUN "PASCAL"" />
|
|
<part name="cart" interface="ti74_cart">
|
|
<dataarea name="rom" size="0x8000">
|
|
<rom name="pascal.bin" size="0x8000" crc="e4135cff" sha1="eab92188fb19545f677ede926c2c0b6af26b7e25" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|