Toshiba_HX-22I.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <!-- Thanks to Werner Kai for the details! -->
  5. <!-- CPU is a Sharp LH0080A -->
  6. <info>
  7. <manufacturer>Toshiba</manufacturer>
  8. <code>HX-22I</code>
  9. <release_year>1985</release_year>
  10. <description/>
  11. <type>MSX</type>
  12. </info>
  13. <CassettePort/>
  14. <devices>
  15. <PPI id="ppi">
  16. <sound>
  17. <volume>16000</volume>
  18. </sound>
  19. <io base="0xA8" num="4"/>
  20. <keyboard_type>int</keyboard_type>
  21. <has_keypad>false</has_keypad>
  22. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  23. <code_kana_locks>false</code_kana_locks>
  24. <graph_locks>false</graph_locks>
  25. </PPI>
  26. <VDP id="VDP">
  27. <version>TMS9929A</version>
  28. <io base="0x98" num="2"/>
  29. <saturation>100</saturation> <!-- TMS9x2x and RGB output -->
  30. </VDP>
  31. <PSG id="PSG">
  32. <type>AY8910</type>
  33. <sound>
  34. <volume>21000</volume>
  35. </sound>
  36. <io base="0xA0" num="2" type="O"/>
  37. <io base="0xA2" num="1" type="I"/>
  38. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  39. </PSG>
  40. <PrinterPort id="Printer Port">
  41. <io base="0x90" num="2"/>
  42. </PrinterPort>
  43. <MSX-RS232 id="RS-232">
  44. <io base="0x80" num="8"/>
  45. <toshiba_rs232c_switch>true</toshiba_rs232c_switch>
  46. </MSX-RS232>
  47. <primary slot="0">
  48. <RAM id="Main RAM 1">
  49. <mem base="0x8000" size="0x8000"/>
  50. </RAM>
  51. <ROM id="MSX BIOS with BASIC ROM">
  52. <rom>
  53. <filename>HX22IIC2.BIN</filename>
  54. <sha1>829c00c3114f25b3dae5157c0a238b52a3ac37db</sha1> <!-- direct ROM dump by Werner Kai -->
  55. </rom>
  56. <mem base="0x0000" size="0x8000"/>
  57. </ROM>
  58. </primary>
  59. <primary external="true" slot="1"/>
  60. <primary external="true" slot="2"/>
  61. <primary slot="3">
  62. <secondary slot="0">
  63. <RAM id="Main RAM 2">
  64. <mem base="0x0000" size="0x8000"/>
  65. </RAM>
  66. </secondary>
  67. <secondary slot="3">
  68. <ROM id="Word Processor ROM">
  69. <rom>
  70. <sha1>3289336b2c12161fd926a7e5ce865770ae7038af</sha1> <!-- direct ROM dump by Werner Kai -->
  71. <filename>HX22IIC3.BIN</filename>
  72. </rom>
  73. <mem base="0x0000" size="0x10000"/>
  74. </ROM>
  75. </secondary>
  76. </primary>
  77. </devices>
  78. </msxconfig>