Toshiba_HX-23.xml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Toshiba</manufacturer>
  6. <code>HX-23</code>
  7. <release_year>1985</release_year>
  8. <description>Rare Japanese MSX2 with stereo PSG and 64kB of VRAM</description>
  9. <type>MSX2</type>
  10. </info>
  11. <!-- by FRS -->
  12. <!-- CPU is a Sharp LH0080A -->
  13. <!-- ROMs are assumed to be the same as HX-23F, which was used as a base for
  14. this config. -->
  15. <CassettePort/>
  16. <devices>
  17. <PPI id="ppi"> <!-- Embedded inside the TCX-1012 MSX-Engine -->
  18. <sound>
  19. <volume>16000</volume>
  20. </sound>
  21. <io base="0xA8" num="4"/>
  22. <keyboard_type>jp_jis</keyboard_type>
  23. <has_keypad>false</has_keypad>
  24. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  25. <code_kana_locks>true</code_kana_locks>
  26. <graph_locks>false</graph_locks>
  27. </PPI>
  28. <VDP id="VDP">
  29. <version>V9938</version>
  30. <vram>64</vram> <!-- Eight 4164 DRAM chips -->
  31. <io base="0x98" num="8" type="O"/>
  32. <io base="0x98" num="8" type="I"/>
  33. <!-- TV-Encoder: LVA510 -->
  34. </VDP>
  35. <PSG id="PSG">
  36. <type>AY8910</type>
  37. <keyboardlayout>jis</keyboardlayout>
  38. <sound>
  39. <volume>21000</volume>
  40. <!-- There's a switch in the back to select stereo or mono sound -->
  41. <balance channel="1">0</balance>
  42. <balance channel="2">100</balance>
  43. <balance channel="3">-100</balance>
  44. </sound>
  45. <!-- The PSG I/O ports are mirrored from A0h to A7h -->
  46. <io base="0xA0" num="2" type="O"/>
  47. <io base="0xA2" num="1" type="I"/>
  48. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  49. </PSG>
  50. <RTC id="Real time clock">
  51. <sramname>hx-23.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>Toshiba_HX-23F_IC2_basicbios.bin</filename>
  62. <sha1>0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd</sha1> <!-- direct EPROM dump by FRS -->
  63. </rom>
  64. <mem base="0x0000" size="0x8000"/>
  65. </ROM>
  66. <RAM id="Main RAM 1">
  67. <mem base="0x8000" size="0x8000"/>
  68. </RAM>
  69. </primary>
  70. <primary external="true" slot="1"/>
  71. <primary external="true" slot="2"/>
  72. <primary slot="3">
  73. <secondary slot="0">
  74. <RAM id="Main RAM 2">
  75. <mem base="0x0000" size="0x8000"/>
  76. </RAM>
  77. </secondary>
  78. <secondary slot="2">
  79. <ROM id="MSX Sub ROM">
  80. <mem base="0x0000" size="0x4000"/>
  81. <rom>
  82. <sha1>6ecf73a1dd55b363c2e68cc6245ece979aec1fc5</sha1> <!-- direct EPROM dump by FRS -->
  83. <filename>Toshiba_HX-23F_IC52_subrom-jwp.bin</filename>
  84. <window base="0x0000" size="0x4000"/>
  85. </rom>
  86. </ROM>
  87. <ROM id="Japanese Word Processor part2">
  88. <rom>
  89. <sha1>6ecf73a1dd55b363c2e68cc6245ece979aec1fc5</sha1> <!-- direct EPROM dump by FRS -->
  90. <filename>Toshiba_HX-23F_IC52_subrom-jwp.bin</filename>
  91. <window base="0x4000" size="0x4000"/>
  92. </rom>
  93. <mem base="0x8000" size="0x4000"/>
  94. </ROM>
  95. </secondary>
  96. <secondary slot="3">
  97. <ROM id="RS-232 BIOS and Japanese Word Processor part1">
  98. <rom>
  99. <sha1>0958361ac9b19782cf7017b2e762b416e0203f37</sha1> <!-- direct EPROM dump by FRS -->
  100. <filename>Toshiba_HX-23F_IC3_rs232-jwp.bin</filename>
  101. </rom>
  102. <mem base="0x4000" size="0x8000"/>
  103. </ROM>
  104. </secondary>
  105. </primary>
  106. </devices>
  107. </msxconfig>