Sony_HB-101P.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Sony</manufacturer>
  6. <code>HB-101P</code>
  7. <release_year>1985?</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. Info from serial 408477, see http://bilgisayarlarim.com/Sony/HB-101P
  13. CPU: Sharp LH0080A Z80A-CPU-D
  14. VDP: TMS9129NL
  15. PPI: NEC D8255AC-5
  16. PSG: Yamaha YM2149F
  17. x-tal: single 10.6875
  18. -->
  19. <CassettePort/>
  20. <devices>
  21. <PPI id="ppi">
  22. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  23. <sound>
  24. <volume>16000</volume>
  25. </sound>
  26. <io base="0xA8" num="4"/>
  27. <keyboard_type>int</keyboard_type>
  28. <has_keypad>false</has_keypad>
  29. <code_kana_locks>false</code_kana_locks>
  30. <graph_locks>false</graph_locks>
  31. </PPI>
  32. <VDP id="VDP">
  33. <version>TMS9129</version>
  34. <io base="0x98" num="2"/>
  35. </VDP>
  36. <PSG id="PSG">
  37. <type>YM2149</type>
  38. <keyboardlayout>50on</keyboardlayout>
  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. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  45. </PSG>
  46. <PrinterPort id="Printer Port">
  47. <io base="0x90" num="2"/>
  48. </PrinterPort>
  49. <primary slot="0">
  50. <RAM id="Main RAM">
  51. <mem base="0x8000" size="0x8000"/>
  52. </RAM>
  53. <ROM id="MSX BIOS with BASIC ROM">
  54. <rom>
  55. <filename>hb-101p_basic-bios1.rom</filename>
  56. <sha1>5e7c8eab238712d1e18b0219c0f4d4dae180420d</sha1> <!-- same as Sony HB-201P, verified by Ruben Arraya -->
  57. </rom>
  58. <mem base="0x0000" size="0x8000"/>
  59. </ROM>
  60. </primary>
  61. <primary external="true" slot="1"/>
  62. <primary external="true" slot="2"/>
  63. <primary slot="3">
  64. <ROM id="Personal Data Bank">
  65. <rom>
  66. <filename>hb-101p_firmware.rom</filename>
  67. <sha1>8ffc24677fd9d2606a79718764261cdf02434f0a</sha1> <!-- different than Sony HB-201P, verified by Ruben Arraya -->
  68. </rom>
  69. <mem base="0x4000" size="0x4000"/>
  70. </ROM>
  71. </primary>
  72. </devices>
  73. </msxconfig>