(MESS) msx2_cart.xml: Added descriptions for the SCC+ cartridges that came with Snatcher and SD-Snatcher. (nw)

This commit is contained in:
Wilbert Pol 2014-05-09 06:58:18 +00:00
parent 2e6d848970
commit 8f2237dc93

View file

@ -3164,4 +3164,34 @@ LZ93A13 (32 pin) - 8KB banks
</software>
<!-- This is the sound cartridge that came with the game Snatcher. This should eventually be
combined in one software description including the Sound cartridge and the floppies.
This sound cartridge can also be used with the MSX Game Collections from Konami.
-->
<software name="snatcher">
<description>Snatcher Sound Cartridge</description>
<year>19??</year>
<publisher>Konami</publisher>
<part name="cart" interface="msx_cart">
<feature name="slot" value="sound_snatcher" />
<dataarea name="ram" size="65536">
</dataarea>
</part>
</software>
<!-- This is the sound cartridge that came with the game SD Snatcher. This should eventually be
combined in one software description including the Sound cartridge and the floppies.
This sound cartridge can _not_ be used with the MSX Game Collections from Konami.
-->
<software name="sdsnatch">
<description>SD-Snatcher Sound Cartridge</description>
<year>19??</year>
<publisher>Konami</publisher>
<part name="cart" interface="msx_cart">
<feature name="slot" value="sound_sdsnatch" />
<dataarea name="ram" size="65536">
</dataarea>
</part>
</software>
</softwarelist>