Yamaha_CX7-128.xml 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <!--
  5. Note: info taken from Peter Hanraets's machine, with serial number 001267 .
  6. No pictures of the mobo were available, but it looks like
  7. the CX7, CX7M and YIS604 share the same motherboard.
  8. Such mobo has an S-3527.
  9. I'm not certain if this machine was delivered without SFG-05 and software module.
  10. But we can't seem to find another reason that this model is different than the
  11. CX7M/128. Still, Peter's machine did have the SFG-05, but not the software (FMV2).
  12. We'll assume it was built in later and this model didn't have the SFG-05, which seems
  13. to be consistent with the price difference (99000 Yen vs 129000 Yen).
  14. -->
  15. <info>
  16. <manufacturer>Yamaha</manufacturer>
  17. <code>CX7/128</code>
  18. <release_year>1985</release_year>
  19. <description>"Music Computer"</description>
  20. <type>MSX2</type>
  21. </info>
  22. <MapperReadBackBits>largest</MapperReadBackBits>
  23. <CassettePort/>
  24. <devices>
  25. <PPI id="ppi">
  26. <sound>
  27. <volume>16000</volume>
  28. </sound>
  29. <io base="0xA8" num="4"/>
  30. <keyboard_type>jp_ansi</keyboard_type>
  31. <has_keypad>false</has_keypad>
  32. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  33. <code_kana_locks>true</code_kana_locks>
  34. </PPI>
  35. <VDP id="VDP">
  36. <version>V9938</version>
  37. <vram>128</vram>
  38. <io base="0x98" num="8" type="O"/> <!-- S-3527 mirrors -->
  39. <io base="0x98" num="8" type="I"/> <!-- S-3527 mirrors -->
  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. <RTC id="Real time clock">
  51. <sramname>cx7-128.cmos</sramname>
  52. <io base="0xB4" num="2" type="O"/>
  53. <io base="0xB5" num="1" type="I"/>
  54. </RTC>
  55. <PrinterPort id="Printer Port">
  56. <io base="0x90" num="2"/>
  57. </PrinterPort>
  58. <primary slot="0">
  59. <ROM id="MSX BIOS with BASIC ROM">
  60. <rom>
  61. <filename>cx7-128_basic_bios2.rom</filename>
  62. <sha1>0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd</sha1>
  63. </rom>
  64. <mem base="0x0000" size="0x8000"/>
  65. </ROM>
  66. </primary>
  67. <primary external="true" slot="1"/>
  68. <primary external="true" slot="2"/>
  69. <primary slot="3">
  70. <secondary slot="0">
  71. <ROM id="MSX Sub ROM">
  72. <rom>
  73. <filename>cx7-128_msx2sub.rom</filename>
  74. <sha1>b8e30d604d319d511cbfbc61e5d8c38fbb9c5a33</sha1>
  75. </rom>
  76. <mem base="0x0000" size="0x4000"/>
  77. </ROM>
  78. </secondary>
  79. <secondary slot="1"/> <!-- mini cartridge slot -->
  80. <secondary slot="2">
  81. <MemoryMapper id="Main RAM">
  82. <size>128</size>
  83. <mem base="0x0000" size="0x10000"/>
  84. <initialContent encoding="gz-base64">eJz7/58ywEAhoNB6iu0f6u4ftX9gwUC7n1L7AT7T/hA=</initialContent> <!--1010010101011010 where 1= (chr(255) * 64) and 0= (chr(0) * 64)) -->
  85. </MemoryMapper>
  86. </secondary>
  87. <secondary slot="3"/> <!-- module slot -->
  88. </primary>
  89. </devices>
  90. </msxconfig>