Toshiba_HX-23F.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Toshiba</manufacturer>
  6. <code>HX-23F</code>
  7. <release_year>1985</release_year>
  8. <description>A Toshiba HX-23 with RS-232C and 128kB of VRAM</description>
  9. <type>MSX2</type>
  10. </info>
  11. <!-- by FRS -->
  12. <!-- CPU is a Sharp LH0080A -->
  13. <CassettePort/>
  14. <devices>
  15. <PPI id="ppi"> <!-- Embedded inside the TCX-1012 MSX-Engine -->
  16. <sound>
  17. <volume>16000</volume>
  18. </sound>
  19. <io base="0xA8" num="4"/>
  20. <keyboard_type>jp_jis</keyboard_type>
  21. <has_keypad>false</has_keypad>
  22. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  23. <code_kana_locks>true</code_kana_locks>
  24. <graph_locks>false</graph_locks>
  25. </PPI>
  26. <VDP id="VDP">
  27. <version>V9938</version>
  28. <vram>128</vram>
  29. <!-- Very unusual VRAM design with eight 4164 DRAM chips for the 1st
  30. bank and two 4464 DRAM chips for the 2nd bank -->
  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-23f.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. <MSX-RS232 id="RS-232">
  59. <io base="0x80" num="8"/>
  60. <toshiba_rs232c_switch>true</toshiba_rs232c_switch>
  61. </MSX-RS232>
  62. <primary slot="0">
  63. <ROM id="MSX BIOS with BASIC ROM">
  64. <rom>
  65. <filename>Toshiba_HX-23F_IC2_basicbios.bin</filename>
  66. <sha1>0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd</sha1> <!-- direct EPROM dump by FRS -->
  67. </rom>
  68. <mem base="0x0000" size="0x8000"/>
  69. </ROM>
  70. <RAM id="Main RAM 1">
  71. <mem base="0x8000" size="0x8000"/>
  72. </RAM>
  73. </primary>
  74. <primary external="true" slot="1"/>
  75. <primary external="true" slot="2"/>
  76. <primary slot="3">
  77. <secondary slot="0">
  78. <RAM id="Main RAM 2">
  79. <mem base="0x0000" size="0x8000"/>
  80. </RAM>
  81. </secondary>
  82. <secondary slot="2">
  83. <ROM id="MSX Sub ROM">
  84. <mem base="0x0000" size="0x4000"/>
  85. <rom>
  86. <sha1>6ecf73a1dd55b363c2e68cc6245ece979aec1fc5</sha1> <!-- direct EPROM dump by FRS -->
  87. <filename>Toshiba_HX-23F_IC52_subrom-jwp.bin</filename>
  88. <window base="0x0000" size="0x4000"/>
  89. </rom>
  90. </ROM>
  91. <ROM id="Japanese Word Processor part2">
  92. <rom>
  93. <sha1>6ecf73a1dd55b363c2e68cc6245ece979aec1fc5</sha1> <!-- direct EPROM dump by FRS -->
  94. <filename>Toshiba_HX-23F_IC52_subrom-jwp.bin</filename>
  95. <window base="0x4000" size="0x4000"/>
  96. </rom>
  97. <mem base="0x8000" size="0x4000"/>
  98. </ROM>
  99. </secondary>
  100. <secondary slot="3">
  101. <ROM id="RS-232 BIOS and Japanese Word Processor part1">
  102. <rom>
  103. <sha1>0958361ac9b19782cf7017b2e762b416e0203f37</sha1> <!-- direct EPROM dump by FRS -->
  104. <filename>Toshiba_HX-23F_IC3_rs232-jwp.bin</filename>
  105. </rom>
  106. <mem base="0x4000" size="0x8000"/>
  107. </ROM>
  108. </secondary>
  109. </primary>
  110. </devices>
  111. </msxconfig>