diff options
| author | 2014-05-20 20:17:06 +0000 | |
|---|---|---|
| committer | 2014-05-20 20:17:06 +0000 | |
| commit | ec72ebc33eb448b38e0ec62b2cd52810b6547e85 (patch) | |
| tree | 3f678ed985066461fa2f87364c5a4cc548b9cc45 /hash | |
| parent | 0121de2214414aa4fbe0601d4de663697baad0f1 (diff) | |
(MESS) msx.c: Added preliminary msx audio support. (nw)
Diffstat (limited to 'hash')
| -rw-r--r-- | hash/msx1_cart.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hash/msx1_cart.xml b/hash/msx1_cart.xml index e96335fc2b6..15050e35d9e 100644 --- a/hash/msx1_cart.xml +++ b/hash/msx1_cart.xml @@ -17025,6 +17025,18 @@ kept for now until finding out what those bytes affect... <!-- SORT --> + <software name="nms1205"> + <description>Philips NMS-1205 Music Module</description> + <year>198?</year> + <publisher>Philips</publisher> + <part name="cart" interface="msx_cart"> + <feature name="slot" value="msx_audio" /> + <dataarea name="rom" size="32768"> + <rom name="nms1205.bin" size="32768" crc="5ecaeef0" sha1="c7463e1fd0433c5d41b70670d6c10fd781b66426" offset="0" /> + </dataarea> + </part> + </software> + </softwarelist> |
