OPL3Cartridge.xml 581 B

123456789101112131415161718192021
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>OPL3 Cartridge</name>
  6. <manufacturer>Luciano Sturaro</manufacturer>
  7. <code/>
  8. <release_year>2004</release_year>
  9. <description>Yamaha OPL3 based sound expansion, version 1. This is the older version without MSX-Audio BIOS.</description>
  10. <type>sound expansion</type>
  11. </info>
  12. <devices>
  13. <OPL3Cartridge id="OPL3 Cartridge">
  14. <io base="0xC0" num="4"/>
  15. <sound>
  16. <volume>12000</volume>
  17. </sound>
  18. </OPL3Cartridge>
  19. </devices>
  20. </msxconfig>