Boosted_audio.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>MSX-Audio</name>
  6. <manufacturer>Philips</manufacturer>
  7. <code/>
  8. <release_year>2009</release_year>
  9. <description>Philips NMS-1205 Music Module, upgraded with the MSXPro expansion that includes 256KB of SampleRAM and the MSX-Audio BIOS that makes it a fully compatible MSX-Audio device.</description>
  10. <type>sound expansion</type>
  11. </info>
  12. <devices>
  13. <MSX-AUDIO id="MSX-Audio">
  14. <io base="0xC0" num="2"/>
  15. <io base="0x0A" num="1" type="O"/>
  16. <type>Philips</type>
  17. <sound>
  18. <volume>12000</volume>
  19. </sound>
  20. <sampleram>256</sampleram>
  21. </MSX-AUDIO>
  22. <MusicModuleMIDI id="Philips NMS-1205 MIDI">
  23. <io base="0x00" num="2" type="O"/>
  24. <io base="0x04" num="2" type="I"/>
  25. </MusicModuleMIDI>
  26. <primary slot="any">
  27. <secondary slot="any">
  28. <ROM id="MSX-Audio BIOS for the NMS-1205">
  29. <mem base="0x0000" size="0x3000"/>
  30. <mem base="0x4000" size="0x3000"/>
  31. <mem base="0x8000" size="0x3000"/>
  32. <mem base="0xC000" size="0x3000"/>
  33. <mappertype>Normal0000</mappertype>
  34. <rom>
  35. <sha1>3b02e5f45603df2c180f9c07d59b2ccc5a87bd0a</sha1> <!-- MSX-Audio BIOS v1.3 -->
  36. <sha1>dde213b6d9324b94e78ed8df753042469bd31ef0</sha1> <!-- MSX-Audio v1.2pre4 with aditional fixes by SuperSoniqs -->
  37. <sha1>05e9f40bb7bdc46b557d445c717cb84ad75252f6</sha1> <!-- MSX-Audio v1.2pre4 -->
  38. <sha1>7f115ff923a1cc0d1944cf280168add946fde854</sha1> <!-- MSX-Audio BIOS v1.0, patched to disable the I/O port configuration, the mute-switch and the SYNTHE-switch -->
  39. <filename>msxaudio12pre4a.rom</filename>
  40. </rom>
  41. </ROM>
  42. <RAM id="MSX-Audio BIOS base WorkRAM">
  43. <mem base="0x3000" size="0x1000"/>
  44. <mem base="0x7000" size="0x1000"/>
  45. <size>0x1000</size>
  46. </RAM>
  47. <RAM id="MSX-Audio BIOS expanded WorkRAM">
  48. <mem base="0xB000" size="0x1000"/>
  49. <mem base="0xF000" size="0x1000"/>
  50. <size>0x1000</size>
  51. </RAM>
  52. </secondary>
  53. </primary>
  54. </devices>
  55. </msxconfig>