summaryrefslogtreecommitdiffstatshomepage
path: root/hash
diff options
context:
space:
mode:
author Wilbert Pol <wilbert@jdg.info>2014-05-09 06:58:18 +0000
committer Wilbert Pol <wilbert@jdg.info>2014-05-09 06:58:18 +0000
commit8f2237dc9316233f4d23ebb689101392db2bb68f (patch)
tree9fa9047d5bb6f2a617912a47c78d3aac8308a8b3 /hash
parent2e6d84897003ed81668c7260798d8287321c81cb (diff)
(MESS) msx2_cart.xml: Added descriptions for the SCC+ cartridges that came with Snatcher and SD-Snatcher. (nw)
Diffstat (limited to 'hash')
-rw-r--r--hash/msx2_cart.xml30
1 files changed, 30 insertions, 0 deletions
diff --git a/hash/msx2_cart.xml b/hash/msx2_cart.xml
index c61b4fd7b43..5d61353db86 100644
--- a/hash/msx2_cart.xml
+++ b/hash/msx2_cart.xml
@@ -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>