mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
(MESS) msx2_cart.xml: Added descriptions for the SCC+ cartridges that came with Snatcher and SD-Snatcher. (nw)
This commit is contained in:
parent
2e6d848970
commit
8f2237dc93
1 changed files with 30 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue