Toshiba_HX-10.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Toshiba</manufacturer>
  6. <code>HX-10</code>
  7. <release_year>1984?</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. Info from serial 244634, see http://bilgisayarlarim.com/Toshiba/HX-10/
  13. CPU: Sharp LH0080A Z80A-CPU-D
  14. PSG: GI AY-3-8910A
  15. Toshiba TCX-1007
  16. -->
  17. <CassettePort/>
  18. <devices>
  19. <PPI id="ppi">
  20. <sound>
  21. <volume>16000</volume>
  22. </sound>
  23. <io base="0xA8" num="4"/>
  24. <keyboard_type>gb</keyboard_type> <!-- It's not fully GB... There's something weird with typing a `, that goes with row/col 2 1 (like int), but in normal GB that works with CODE 1 4. -->
  25. <has_keypad>false</has_keypad>
  26. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  27. <code_kana_locks>false</code_kana_locks>
  28. <graph_locks>false</graph_locks>
  29. </PPI>
  30. <VDP id="VDP">
  31. <version>TMS9929A</version>
  32. <io base="0x98" num="2"/>
  33. </VDP>
  34. <PSG id="PSG">
  35. <type>AY8910</type>
  36. <sound>
  37. <volume>21000</volume>
  38. </sound>
  39. <io base="0xA0" num="2" type="O"/>
  40. <io base="0xA2" num="1" type="I"/>
  41. <keyboardlayout>JIS</keyboardlayout> <!-- verified on Manuel's real HX-10! -->
  42. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  43. </PSG>
  44. <PrinterPort id="Printer Port">
  45. <io base="0x90" num="2"/>
  46. </PrinterPort>
  47. <primary slot="0">
  48. <ROM id="MSX BIOS with BASIC ROM">
  49. <rom>
  50. <filename>hx-10_basic-bios1.rom</filename>
  51. <sha1>4dad9de7c28b452351cc12910849b51bd9a37ab3</sha1>
  52. </rom>
  53. <mem base="0x0000" size="0x8000"/>
  54. </ROM>
  55. </primary>
  56. <primary external="true" slot="1"/>
  57. <primary slot="2">
  58. <RAM id="Main RAM">
  59. <mem base="0x0000" size="0x10000"/>
  60. </RAM>
  61. </primary>
  62. <!-- Note: this connector is actually a non-standard expansion connector on the back -->
  63. <primary external="true" slot="3"/>
  64. </devices>
  65. </msxconfig>