audio2.xml 850 B

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <!-- This extension implements the Y8950 chip on the alternative I/O ports -->
  4. <!-- Note: it doesn't come with the MIDI part of the Music Module, which is
  5. used by some software to detect the Music Module. That software is not
  6. interested in MSX-Audio 2, by the way... -->
  7. <msxconfig>
  8. <info>
  9. <name>MSX-AUDIO 2</name>
  10. <manufacturer/>
  11. <code/>
  12. <release_year>1986</release_year>
  13. <description>Generic Yamaha Y8950 MSX-AUDIO, on alternative I/O ports.</description>
  14. <type>sound expansion</type>
  15. </info>
  16. <devices>
  17. <MSX-AUDIO id="Generic MSX-Audio 2">
  18. <io base="0xC2" num="2"/>
  19. <type>Philips</type>
  20. <sound>
  21. <volume>12000</volume>
  22. </sound>
  23. <sampleram>256</sampleram>
  24. </MSX-AUDIO>
  25. </devices>
  26. </msxconfig>