Yamaha_CX5M.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Yamaha</manufacturer>
  6. <code>CX5M</code>
  7. <release_year>1984</release_year>
  8. <description>The famous synthesizer MSX, one of the few models that got to the USA. This is the first version with built in SFG-01.</description>
  9. <type>MSX</type>
  10. </info>
  11. <CassettePort/>
  12. <devices>
  13. <PPI id="ppi">
  14. <sound>
  15. <volume>16000</volume>
  16. </sound>
  17. <io base="0xA8" num="4"/>
  18. <keyboard_type>gb</keyboard_type>
  19. <has_keypad>false</has_keypad>
  20. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  21. <code_kana_locks>false</code_kana_locks>
  22. <graph_locks>false</graph_locks>
  23. </PPI>
  24. <VDP id="VDP">
  25. <io base="0x98" num="4" type="O"/>
  26. <io base="0x98" num="2" type="I"/>
  27. <version>TMS9929A</version>
  28. </VDP>
  29. <PSG id="PSG">
  30. <type>YM2149</type>
  31. <sound>
  32. <volume>21000</volume>
  33. </sound>
  34. <io base="0xA0" num="2" type="O"/>
  35. <io base="0xA2" num="1" type="I"/>
  36. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  37. </PSG>
  38. <PrinterPort id="Printer Port">
  39. <io base="0x90" num="2"/>
  40. </PrinterPort>
  41. <primary slot="0">
  42. <RAM id="Main RAM">
  43. <mem base="0x8000" size="0x8000"/>
  44. </RAM>
  45. <ROM id="MSX BIOS with BASIC ROM">
  46. <rom>
  47. <sha1>8963fc041975f31dc2ab1019cfdd4967999de53e</sha1>
  48. <filename>cx5m_basic-bios1.rom</filename>
  49. </rom>
  50. <mem base="0x0000" size="0x8000"/>
  51. </ROM>
  52. </primary>
  53. <primary external="true" slot="1"/>
  54. <!-- Note that this slot is not a standard MSX cartridgeslot, but a 50 pins
  55. male connector, carrying all MSX cartridgeslot signals. On a real machine
  56. you can use the Yamaha CA-01 Single Cartridge Adapter to change this slot
  57. into a normal MSX cartridge slot. As openMSX doesn't model these, consider
  58. this slot to have this adapter connected... -->
  59. <primary external="true" slot="2"/>
  60. <primary slot="3">
  61. <!-- Note that this device can be plugged out. What is left is not a standard MSX cartridgeslot, but a 60 pins male edge connector, carrying all MSX cartridgeslot signals. -->
  62. <YamahaSFG id="Yamaha SFG-01">
  63. <mem base="0x0000" size="0x10000"/>
  64. <sound>
  65. <volume>30000</volume>
  66. </sound>
  67. <rom>
  68. <sha1>49a1750c10e407293af6bce27a02e99307ceba12</sha1>
  69. <filename>sfg-01.rom</filename>
  70. </rom>
  71. </YamahaSFG>
  72. </primary>
  73. </devices>
  74. </msxconfig>