mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
96 lines
3 KiB
XML
96 lines
3 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
|
|
<!--
|
|
license:CC0-1.0
|
|
-->
|
|
|
|
<!--
|
|
|
|
Known modules:
|
|
|
|
1st series:
|
|
- Spelling I: VSM: 16KB CM62086
|
|
- Spelling II: VSM: 16KB CM6????
|
|
- Spelling III: VSM: 16KB CM62087
|
|
- other: ?
|
|
|
|
2nd series:
|
|
- Spelling 1 (Expansion Module 1): VSM: 16KB CM6????
|
|
- Spelling 2 (Expansion Module 2): VSM: 16KB CM62216
|
|
- Spelling 3 (Expansion Module 3): VSM: 16KB CM62215
|
|
- Spelling 4 (Expansion Module 4): VSM: 16KB CM62217
|
|
- Sentence Superstars (Expansion Module 5): VSM: 16KB CM6????
|
|
- Vowel Detectives (Expansion Module 6): VSM: 16KB CM62219
|
|
|
|
For the 2nd series, the first 4 are (C) Tiger Electronics, modules 5 and 6 are
|
|
(C) Coleco Industries. The cartridge labels don't show the title, but simply say
|
|
"Expansion Module x" where x = 1-6.
|
|
|
|
It is assumed that the 1st series Spelling modules are the same as the Expansion
|
|
modules. CM62215 was confirmed to be the same as CM62087.
|
|
|
|
-->
|
|
|
|
<softwarelist name="k28" description="K-2-8 (model 7-232) modules">
|
|
|
|
<software name="spell1">
|
|
<description>Spelling 1 (Expansion Module 1)</description>
|
|
<year>1985</year>
|
|
<publisher>Tiger Electronics</publisher>
|
|
<info name="serial" value="8111"/>
|
|
<part name="cart" interface="k28">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom name="cm62086" size="0x4000" crc="0349798b" sha1="afdad242f9c7dec0c5fd83670e3d8f1637140e76" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="spell2">
|
|
<description>Spelling 2 (Expansion Module 2)</description>
|
|
<year>1985</year>
|
|
<publisher>Tiger Electronics</publisher>
|
|
<info name="serial" value="8112"/>
|
|
<part name="cart" interface="k28">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom name="cm62216" size="0x4000" crc="1c99306f" sha1="7bfadeec79bdc231c4e3447149e2f6542cfe077d" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="spell3">
|
|
<description>Spelling 3 (Expansion Module 3)</description>
|
|
<year>1985</year>
|
|
<publisher>Tiger Electronics</publisher>
|
|
<info name="serial" value="8113"/>
|
|
<part name="cart" interface="k28">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom name="cm62215" size="0x4000" crc="f2deb9a2" sha1="9fb264b869d1298ebd76811931bed83ac122fe4b" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="spell4">
|
|
<description>Spelling 4 (Expansion Module 4)</description>
|
|
<year>1985</year>
|
|
<publisher>Tiger Electronics</publisher>
|
|
<info name="serial" value="8114"/>
|
|
<part name="cart" interface="k28">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom name="cm62217" size="0x4000" crc="995936b2" sha1="8bd0fea4ade9972d1d6cb521f9367c971c7eead6" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
<software name="vdetect">
|
|
<description>Vowel Detectives (Expansion Module 6)</description>
|
|
<year>1987</year>
|
|
<publisher>Coleco</publisher>
|
|
<info name="serial" value="8116"/>
|
|
<part name="cart" interface="k28">
|
|
<dataarea name="rom" size="0x4000">
|
|
<rom name="cm62219" size="0x4000" crc="177b5cb5" sha1="2ed44fea8f931fc8aa46dafdda1c6c30b8c9dc01" />
|
|
</dataarea>
|
|
</part>
|
|
</software>
|
|
|
|
</softwarelist>
|