SN76489.xml 636 B

1234567891011121314151617181920
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>SN76489 Digital Complex Sound Generator</name>
  6. <manufacturer>Texas Instruments</manufacturer>
  7. <code>SN76489</code>
  8. <description>This extension contains an SN76489 sound chip on I/O ports $48 and $49 (mirror), the same as Franky, which makes it compatible with software like Grauw's VGMPlay.</description>
  9. <type>sound expansion</type>
  10. </info>
  11. <devices>
  12. <SNPSG id="SN76489">
  13. <io base="0x48" num="2" type="O"/>
  14. <sound>
  15. <volume>21000</volume>
  16. </sound>
  17. </SNPSG>
  18. </devices>
  19. </msxconfig>