(MESS) msx1_cart.xml: Removed nms1205v11, it was just a hacked up version of nms1205 to skip the internal software when booting. (nw)

This commit is contained in:
Wilbert Pol 2014-05-26 18:36:05 +00:00
parent a8e9dccfb3
commit 27f2c334d5

View File

@ -14548,26 +14548,6 @@ kept for now until finding out what those bytes affect...
</dataarea>
<!--
This memory is currently declared as a memory region inside the nms1205 implementation otherwise the
legacy FM implementations cannot find it.
<dataarea name="ram" size="32768">
</dataarea>
-->
</part>
</software>
<!-- Unsure about the correctness of this dump. It boots straight into basic and you have to stasrt the internal software by doing 'call musicbox' -->
<software name="nms1205v11" cloneof="nms1205">
<description>Philips NMS-1205 Music Module v1.1</description>
<year>198?</year>
<publisher>Philips</publisher>
<part name="cart" interface="msx_cart">
<feature name="slot" value="msxaud_nms1205" />
<dataarea name="rom" size="32768">
<!-- SUM16: DE5C -->
<rom name="nms1205_de5c.bin" size="32768" crc="d8a17006" sha1="f081a884505af9a1080b2b57e86b6da93b784301" offset="0" />
</dataarea>
<!--
This memory is currently declared as a memory region inside the nms1205 implementation otherwise the
legacy FM implementations cannot find it.
<dataarea name="ram" size="32768">
</dataarea>