OPL3Cartridge2_mono.xml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>OPL3 Cartridge</name>
  6. <manufacturer>MSXpro</manufacturer>
  7. <code/>
  8. <release_year>2011</release_year>
  9. <description>Yamaha OPL3 sound expansion, version 2. Using the mono version of the 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. <primary slot="any">
  20. <secondary slot="any">
  21. <ROM id="MSX-Audio BIOS mono for the OPL3">
  22. <mem base="0x0000" size="0x3000"/>
  23. <mem base="0x4000" size="0x3000"/>
  24. <mem base="0x8000" size="0x3000"/>
  25. <mem base="0xC000" size="0x3000"/>
  26. <mappertype>Normal0000</mappertype>
  27. <rom>
  28. <!-- MSX-Audio BIOS v1.3
  29. download: http://frs.badcoffee.info/tools.html -->
  30. <sha1>b344b5b7988f459354a2db49d7d339ceeee7d864</sha1>
  31. <filename>msxaudio13.OPL3_mono.rom</filename>
  32. </rom>
  33. </ROM>
  34. <RAM id="MSX-Audio BIOS base WorkRAM">
  35. <mem base="0x3000" size="0x1000"/>
  36. <mem base="0x7000" size="0x1000"/>
  37. <size>0x1000</size>
  38. </RAM>
  39. <RAM id="MSX-Audio BIOS expanded WorkRAM">
  40. <mem base="0xB000" size="0x1000"/>
  41. <mem base="0xF000" size="0x1000"/>
  42. <size>0x1000</size>
  43. </RAM>
  44. </secondary>
  45. </primary>
  46. </devices>
  47. </msxconfig>