CIEL_Expert-Turbo.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>CIEL</manufacturer>
  6. <code>Expert Turbo</code>
  7. <release_year>2000</release_year>
  8. <description/>
  9. <type>MSX2+</type>
  10. </info>
  11. <MapperReadBackBits>largest</MapperReadBackBits>
  12. <CassettePort/>
  13. <devices>
  14. <PPI id="ppi">
  15. <sound>
  16. <volume>16000</volume>
  17. </sound>
  18. <io base="0xA8" num="4"/>
  19. <keyboard_type>br_gradiente_1_1</keyboard_type> <!-- It has a Brazillian/Portuguese layout, with special composing capabilities in the ROM -->
  20. <has_keypad>false</has_keypad> <!-- The keypad of the Experts is not a real one. It uses the same keycodes of the standard 1,2,3,4... keys. I.e: If you press SHIFT+4 on the keypad, you'll get the $ sign -->
  21. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  22. <code_kana_locks>false</code_kana_locks>
  23. <graph_locks>false</graph_locks>
  24. </PPI>
  25. <VDP id="VDP">
  26. <version>V9958</version>
  27. <vram>128</vram>
  28. <io base="0x98" num="4" type="O"/>
  29. <io base="0x98" num="2" type="I"/>
  30. </VDP>
  31. <PSG id="PSG">
  32. <type>AY8910</type>
  33. <sound>
  34. <volume>21000</volume>
  35. <!-- PSG is mixed on right, with the YM2413 rhythm channels -->
  36. <!-- This way the computer has 6 channels on each side -->
  37. <balance channel="1-3">100</balance>
  38. </sound>
  39. <io base="0xA0" num="2" type="O"/>
  40. <io base="0xA2" num="1" type="I"/>
  41. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  42. </PSG>
  43. <RTC id="Real time clock">
  44. <sramname>ExpertTurbo.cmos</sramname>
  45. <io base="0xB4" num="2" type="O"/>
  46. <io base="0xB5" num="1" type="I"/>
  47. </RTC>
  48. <PrinterPort id="Printer Port">
  49. <io base="0x90" num="2"/>
  50. </PrinterPort>
  51. <ResetStatusRegister id="Reset Status register">
  52. <inverted>true</inverted>
  53. <io base="0xB7" num="1"/>
  54. </ResetStatusRegister>
  55. <CielTurbo id="CielTurbo">
  56. <io base="0xB6" num="1"/>
  57. </CielTurbo>
  58. <primary slot="0">
  59. <ROM id="MSX BIOS with BASIC ROM">
  60. <rom> <!-- From original EPROM dump -->
  61. <filename>2+FM cks-B414h.ROM</filename>
  62. <sha1>c5bfa85f7315fb11928b27a721a908c93b7d3fbf</sha1>
  63. <window base="0x8000" size="0x8000"/>
  64. </rom>
  65. <rom>
  66. <filename>ExpertTurbo_basic-bios2p.rom</filename>
  67. <sha1>5029cf47031b22bd5d1f68ebfd3be6d6da56dfe9</sha1>
  68. </rom>
  69. <mem base="0x0000" size="0x8000"/>
  70. </ROM>
  71. </primary>
  72. <primary slot="1">
  73. <secondary external="true" slot="0"/>
  74. <secondary slot="1">
  75. <ROM id="MSX2+ Sub ROM">
  76. <rom> <!-- From original EPROM dump -->
  77. <filename>2+FM cks-B414h.ROM</filename>
  78. <sha1>c5bfa85f7315fb11928b27a721a908c93b7d3fbf</sha1>
  79. <window base="0x0000" size="0x4000"/>
  80. </rom>
  81. <rom>
  82. <filename>ExpertTurbo_msx2psub.rom</filename>
  83. <sha1>cc1744c6c513d6409a142b4fb42fbe70a95d9b7f</sha1>
  84. </rom>
  85. <mem base="0x0000" size="0x4000"/>
  86. </ROM>
  87. <MSX-MUSIC id="MSX Music">
  88. <rom> <!-- From original EPROM dump -->
  89. <filename>2+FM cks-B414h.ROM</filename>
  90. <sha1>c5bfa85f7315fb11928b27a721a908c93b7d3fbf</sha1>
  91. <window base="0x4000" size="0x4000"/>
  92. </rom>
  93. <rom>
  94. <filename>ExpertTurbo_fmbasic.rom</filename>
  95. <sha1>befebc916bfdb5e8057040f0ae82b5517a7750db</sha1>
  96. </rom>
  97. <sound>
  98. <volume>9000</volume>
  99. <!-- melody channels left, rhythm channels right -->
  100. <balance channel="1-9">-100</balance>
  101. <balance channel="10-14">100</balance>
  102. </sound>
  103. <ym2413-core>NukeYKT</ym2413-core>
  104. <io base="0x7C" num="2" type="O"/>
  105. <mem base="0x4000" size="0x4000"/>
  106. </MSX-MUSIC>
  107. </secondary>
  108. <secondary external="true" slot="2"/>
  109. <secondary external="true" slot="3"/>
  110. </primary>
  111. <primary slot="2">
  112. <MemoryMapper id="Main RAM">
  113. <size>1024</size>
  114. <mem base="0x0000" size="0x10000"/>
  115. </MemoryMapper>
  116. </primary>
  117. <primary external="true" slot="2"/>
  118. </devices>
  119. </msxconfig>