mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fc940e1e16
- Add serial numbers for most cartridges - Add diacritics, box-cover subtitles and alt_title fields as appropriate - Add Microsoft to publisher field of BASIC cartridges and SOLI to publisher field of LOGO cartridges
26 lines
772 B
XML
26 lines
772 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
|
|
Thanks to DCMOTO (http://dcmoto.free.fr) for info!
|
|
|
|
The BASIC 128 cartridge is useful only on a TO7/70!
|
|
-->
|
|
<softwarelist name="to770_cart" description="Thomson TO7/70 cartridges">
|
|
|
|
<software name="basic128">
|
|
<description>BASIC 128 (v1.0)</description>
|
|
<year>1984</year>
|
|
<publisher>Thomson / Microsoft</publisher>
|
|
<info name="alt_title" value="BASIC 128 Microsoft 1.0" />
|
|
<info name="serial" value="MB 97-128" />
|
|
|
|
<part name="cart" interface="to_cart">
|
|
<dataarea name="rom" size="32768">
|
|
<rom name="basic128.bin" size="32768" crc="c9bc204f" sha1="e4c2a684e9186f49c8092d16f0f74764f51ad86c" offset="0" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|