Toshiba_HX-10D.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Toshiba</manufacturer>
  6. <code>HX-10D</code>
  7. <release_year></release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Thanks to Ricardo Jurczyk Pinheiro for the information.
  12. Serial: 113565
  13. CPU: SHARP LH0080A Z80A-CPU-Z
  14. PPI: Toshiba TMP8255AP-5
  15. Z80 scf: 01ED29ED01FC29FC (standard)
  16. Z80 cpl: 3AFF12D7 (standard)
  17. Z80 out (c),0: 0 (MSX)
  18. PSG pin 6/7 quirk: C (YES)
  19. -->
  20. <CassettePort/>
  21. <devices>
  22. <PPI id="ppi">
  23. <sound>
  24. <volume>16000</volume>
  25. </sound>
  26. <io base="0xA8" num="4"/>
  27. <keyboard_type>jp_jis</keyboard_type>
  28. <has_keypad>false</has_keypad>
  29. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  30. <code_kana_locks>true</code_kana_locks>
  31. <graph_locks>false</graph_locks>
  32. </PPI>
  33. <VDP id="VDP">
  34. <version>TMS9918A</version>
  35. <io base="0x98" num="2"/>
  36. </VDP>
  37. <PSG id="PSG">
  38. <type>AY8910</type> <!-- although ident.bas shows YM2149 PSG mask, it's likely it's still an AY-3-8910, because that one is also in the European HX-10. The one in this model has a heat sink on the PSG so we can't tell for sure -->
  39. <sound>
  40. <volume>21000</volume>
  41. </sound>
  42. <io base="0xA0" num="2" type="O"/>
  43. <io base="0xA2" num="1" type="I"/>
  44. <keyboardlayout>JIS</keyboardlayout>
  45. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  46. </PSG>
  47. <primary slot="0">
  48. <ROM id="MSX BIOS with BASIC ROM">
  49. <rom>
  50. <filename>hx-10d_basic-bios1.rom</filename>
  51. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</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>