diff options
| author | 2014-05-24 18:28:39 +0000 | |
|---|---|---|
| committer | 2014-05-24 18:28:39 +0000 | |
| commit | 7b51d02baf5e05a1cd3bd041eef1aa5e36922704 (patch) | |
| tree | 5dbac8d1ef31889fcdcedf417112f128b7fc5ca7 /hash | |
| parent | 0df6ace63c0d99c8c3778a7e29c2351507780a4d (diff) | |
(MESS) msx.c: Some small msx audio related updates (nw)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/msx1_cart.xml | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/hash/msx1_cart.xml b/hash/msx1_cart.xml index a9b0e069291..c646a97f513 100644 --- a/hash/msx1_cart.xml +++ b/hash/msx1_cart.xml @@ -14537,18 +14537,64 @@ kept for now until finding out what those bytes affect... </software> <software name="nms1205"> - <description>Philips NMS-1205 Music Module</description> + <description>Philips NMS-1205 Music Module v1.2</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 should be DE54, not verified --> <rom name="nms1205.bin" size="32768" crc="5ecaeef0" sha1="c7463e1fd0433c5d41b70670d6c10fd781b66426" 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> +--> + </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> +--> + </part> + </software> + +<!-- + <software name="nms1205v10" cloneof="nms1205" supported="no"> + <description>Philips NMS-1205 Music Module v1.0</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: 53BF --> + <rom name="nms1205_53bf.bin" size="32768" crc="6e68bd44" sha1="146d9738b6d534277dab9b41a07556ffec9065b9" status="baddump" 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> +- -> </part> </software> +--> <!-- Dictionary ROMs? --> <software name="natjis" supported="no"> |
