Yamaha_CX11.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Yamaha</manufacturer>
  6. <code>CX11</code>
  7. <release_year>1985</release_year>
  8. <description>"Music Computer"</description>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. Information given by Alexandre Souza, from machine with serial 001070.
  13. MSX-ENGINE: X3527
  14. CPU: SHARP LH0080A
  15. TV-Encoder: LVA510
  16. There is RGB out, as well as CVBS and RF.
  17. Unlike the other machines like this one (CX5MII and family) it does not
  18. have a mini-slot and not even a place on the motherboard for it.
  19. See also http://tabajara-labs.blogspot.com/2018/07/a-transformacao-do-yamaha-cx-11-para.html
  20. Serial number of the SFG-01 unit: 1018276
  21. -->
  22. <CassettePort/>
  23. <devices>
  24. <PPI id="ppi">
  25. <sound>
  26. <volume>16000</volume>
  27. </sound>
  28. <io base="0xA8" num="4"/>
  29. <keyboard_type>jp_ansi</keyboard_type>
  30. <has_keypad>false</has_keypad>
  31. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  32. <code_kana_locks>true</code_kana_locks>
  33. <graph_locks>false</graph_locks>
  34. </PPI>
  35. <VDP id="VDP">
  36. <io base="0x98" num="8" type="O"/> <!-- S-3527 mirrors -->
  37. <io base="0x98" num="8" type="I"/> <!-- S-3527 mirrors -->
  38. <version>V9938</version>
  39. <vram>16</vram>
  40. </VDP>
  41. <PSG id="PSG">
  42. <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
  43. <sound>
  44. <volume>21000</volume>
  45. </sound>
  46. <io base="0xA0" num="2" type="O"/>
  47. <io base="0xA2" num="1" type="I"/>
  48. <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  49. </PSG>
  50. <PrinterPort id="Printer Port">
  51. <io base="0x90" num="2"/>
  52. </PrinterPort>
  53. <primary slot="0">
  54. <RAM id="Main RAM">
  55. <mem base="0x8000" size="0x8000"/>
  56. </RAM>
  57. <ROM id="MSX BIOS with BASIC ROM">
  58. <rom>
  59. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  60. <filename>cx11_basic-bios1.rom</filename>
  61. </rom>
  62. <mem base="0x0000" size="0x8000"/>
  63. </ROM>
  64. </primary>
  65. <primary external="true" slot="1"/>
  66. <primary external="true" slot="2"/>
  67. <primary slot="3">
  68. <!-- Note that this device can be plugged out. What is left is not a
  69. standard MSX cartridgeslot, but a 60 pins card edge connector, carrying all
  70. MSX cartridgeslot signals. -->
  71. <YamahaSFG id="Yamaha SFG-01">
  72. <mem base="0x0000" size="0x10000"/>
  73. <sound>
  74. <volume>30000</volume>
  75. </sound>
  76. <rom>
  77. <sha1>49a1750c10e407293af6bce27a02e99307ceba12</sha1>
  78. <filename>sfg-01.rom</filename>
  79. </rom>
  80. </YamahaSFG>
  81. </primary>
  82. </devices>
  83. </msxconfig>