Yamaha_SFG-01.xml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>FM Sound Synthesizer Unit</name>
  6. <manufacturer>Yamaha</manufacturer>
  7. <code>SFG-01</code>
  8. <release_year>1983</release_year>
  9. <description>Yamaha YM-2151 based sound cartridge with MIDI</description>
  10. <type>sound expansion</type>
  11. </info>
  12. <!-- Note that actually this device has a non-standard 60-pin female connector,
  13. incompatible with the MSX cartridge slot, but suitable for the side slot of the
  14. Yamaha CX5M series. However, a separate Yamaha UCN-01 Unit Connector can be
  15. bought which makes it possible to connect this device to any MSX. The unit is
  16. nothing more than a rewiring of the same signals to a standard cartridge slot
  17. connector. In openMSX we do not model these different slot connectors, so
  18. consider this device to have built in the Unit Connector. -->
  19. <devices>
  20. <primary slot="any">
  21. <secondary slot="any">
  22. <YamahaSFG id="Yamaha SFG-01">
  23. <mem base="0x0000" size="0x10000"/> <!-- 16kB ROM mirrored over the whole slot -->
  24. <sound>
  25. <volume>30000</volume>
  26. </sound>
  27. <rom>
  28. <sha1>49a1750c10e407293af6bce27a02e99307ceba12</sha1>
  29. <filename>sfg-01.rom</filename>
  30. </rom>
  31. </YamahaSFG>
  32. </secondary>
  33. </primary>
  34. </devices>
  35. </msxconfig>