Yamaha_CX5F.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Yamaha</manufacturer>
  6. <code>CX5F</code>
  7. <release_year>1984</release_year>
  8. <description>Music Computer: Japanese version of the CX5M, with built in SFG-01.</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Note: Peter's Yamaha CX5 (or CX-5 as per the type plate) with serial
  12. 3001652 shows identical results. It has a simpler/cheaper keyboard, but the
  13. properties from software point of view are identical.
  14. For some reason, the CX5 contained an SFG-01, but the CX5F did not... -->
  15. <!-- Based on machine of Peter Hanraets, with serial nr. 6004872
  16. ident:
  17. VDP TMS99xx (4k/16k effect, sprite clones, no address latch, mirrored/mixed mode present
  18. Z80 scf: 01C529ED01D429FC (dunno)
  19. Z80 cpl: 3AFF12D7 (standard)
  20. Z80 out (c), 0: 0 (MSX)
  21. PSG pin 6/7 quirk: C (YES)
  22. YM2149 like PSG mask
  23. Keyboard matrix: graph-shift ghosting present
  24. Photos:
  25. - Type plate says: CX-5F
  26. - CPU: SHARP LH0080A
  27. - PSG: Yamaha YM2149
  28. - VDP: cannot be read, but board says TMS9928A (TMS9918A)
  29. keyboard: katakana no on 0-key (ANSI)
  30. -->
  31. <CassettePort/>
  32. <devices>
  33. <PPI id="ppi">
  34. <sound>
  35. <volume>16000</volume>
  36. </sound>
  37. <io base="0xA8" num="4"/>
  38. <keyboard_type>jp_ansi</keyboard_type>
  39. <has_keypad>false</has_keypad>
  40. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  41. <code_kana_locks>true</code_kana_locks>
  42. </PPI>
  43. <VDP id="VDP">
  44. <io base="0x98" num="4" type="O"/>
  45. <io base="0x98" num="2" type="I"/>
  46. <version>TMS99X8A</version>
  47. </VDP>
  48. <PSG id="PSG">
  49. <type>YM2149</type>
  50. <sound>
  51. <volume>21000</volume>
  52. </sound>
  53. <io base="0xA0" num="2" type="O"/>
  54. <io base="0xA2" num="1" type="I"/>
  55. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  56. </PSG>
  57. <PrinterPort id="Printer Port">
  58. <io base="0x90" num="2"/>
  59. </PrinterPort>
  60. <primary slot="0">
  61. <RAM id="Main RAM">
  62. <mem base="0x8000" size="0x8000"/>
  63. <initialContent encoding="hex">FF00</initialContent>
  64. </RAM>
  65. <ROM id="MSX BIOS with BASIC ROM">
  66. <rom>
  67. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  68. <filename>cx5f_basic-bios1.rom</filename>
  69. </rom>
  70. <mem base="0x0000" size="0x8000"/>
  71. </ROM>
  72. </primary>
  73. <primary external="true" slot="1"/>
  74. <!-- Note that this slot is not a standard MSX cartridgeslot, but a 50 pins
  75. male connector, carrying all MSX cartridgeslot signals. On a real machine
  76. you can use the Yamaha CA-01 Single Cartridge Adapter to change this slot
  77. into a normal MSX cartridge slot. As openMSX doesn't model these, consider
  78. this slot to have this adapter connected... -->
  79. <primary external="true" slot="2"/>
  80. <primary slot="3">
  81. <!-- 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. -->
  82. <YamahaSFG id="Yamaha SFG-01">
  83. <mem base="0x0000" size="0x10000"/>
  84. <sound>
  85. <volume>30000</volume>
  86. </sound>
  87. <rom>
  88. <sha1>49a1750c10e407293af6bce27a02e99307ceba12</sha1>
  89. <filename>sfg-01.rom</filename>
  90. </rom>
  91. </YamahaSFG>
  92. </primary>
  93. </devices>
  94. </msxconfig>