Hitachi_MB-H1.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Hitachi</manufacturer>
  6. <code>MB-H1</code>
  7. <release_year></release_year>
  8. <description>The Humanicatio...</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Thanks to Ricardo Jurczyk Pinheiro for the information.
  12. Serial: 4008501A
  13. Z80: Sharp LH0080A
  14. PSG: GI AY-3-8910
  15. PPI: NEC D8255AC-5
  16. VDP: TMS9918ANL
  17. Z80 scf: 01ED29ED01FC29FC (standard)
  18. Z80 cpl: 3AFF12D7 (standard)
  19. Z80 out (c),0: 0 (MSX)
  20. PSG pin 6/7 quirk: C (YES)
  21. -->
  22. <CassettePort/>
  23. <devices>
  24. <PPI id="ppi">
  25. <sound>
  26. <volume>16000</volume>
  27. </sound>
  28. <io base="0xA8" num="4"/>
  29. <keyboard_type>jp_ansi</keyboard_type>
  30. <has_keypad>false</has_keypad>
  31. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  32. <code_kana_locks>true</code_kana_locks>
  33. <graph_locks>false</graph_locks>
  34. </PPI>
  35. <VDP id="VDP">
  36. <version>TMS9918A</version>
  37. <io base="0x98" num="2"/>
  38. </VDP>
  39. <PSG id="PSG">
  40. <type>AY8910</type> <!-- in contrast to ident.bas, so YM2149 PSG mask -->
  41. <keyboardlayout>50on</keyboardlayout>
  42. <sound>
  43. <volume>21000</volume>
  44. </sound>
  45. <io base="0xA0" num="2" type="O"/>
  46. <io base="0xA2" num="1" type="I"/>
  47. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  48. </PSG>
  49. <PrinterPort id="Printer Port">
  50. <io base="0x90" num="2"/>
  51. </PrinterPort>
  52. <primary slot="0">
  53. <RAM id="Main RAM">
  54. <mem base="0x8000" size="0x8000"/>
  55. </RAM>
  56. <ROM id="MSX BIOS with BASIC ROM">
  57. <rom>
  58. <filename>mb-h1_basic-bios1.rom</filename>
  59. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  60. </rom>
  61. <mem base="0x0000" size="0x8000"/>
  62. </ROM>
  63. </primary>
  64. <primary external="true" slot="1"/>
  65. <primary external="true" slot="2"/>
  66. <primary slot="3">
  67. <ROM id="MB-H1 firmware">
  68. <rom>
  69. <filename>mb-h1_firmware.rom</filename>
  70. <sha1>3e005832138ffde8b1c36025754f81c2112b236d</sha1>
  71. </rom>
  72. <mem base="0x4000" size="0x2000"/>
  73. </ROM>
  74. </primary>
  75. </devices>
  76. </msxconfig>