Sony_HB-75P.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Sony</manufacturer>
  6. <code>HB-75P</code>
  7. <release_year>1983</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. Information from serial 444434 (http://bilgisayarlarim.com/Sony/HB-75P):
  13. CPU: NEC D780C-1
  14. PPI: NEC D8255AC-5
  15. PSG: Yamaha YM2149F
  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>
  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. <saturation>100</saturation> <!-- TMS9x2x and RGB output -->
  34. </VDP>
  35. <PSG id="PSG">
  36. <type>YM2149</type> <!-- probably there are also series with AY8910 -->
  37. <sound>
  38. <volume>21000</volume>
  39. </sound>
  40. <io base="0xA0" num="2" type="O"/>
  41. <io base="0xA2" num="1" type="I"/>
  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>hb-75p_basic-bios1.rom</filename>
  51. <sha1>8963fc041975f31dc2ab1019cfdd4967999de53e</sha1> <!-- Confirmed on Sjoerd Lammertsma's machine -->
  52. </rom>
  53. <mem base="0x0000" size="0x8000"/>
  54. </ROM>
  55. <ROM id="Personal Data Bank">
  56. <rom>
  57. <filename>hb-75p_firmware.rom</filename>
  58. <sha1>b262aedc71b445303f84efe5e865cbb71fd7d952</sha1> <!-- Confirmed on Sjoerd Lammertsma's machine -->
  59. </rom>
  60. <mem base="0x8000" size="0x4000"/>
  61. </ROM>
  62. </primary>
  63. <primary external="true" slot="1"/>
  64. <primary slot="2">
  65. <RAM id="Main RAM">
  66. <mem base="0x0000" size="0x10000"/>
  67. </RAM>
  68. </primary>
  69. <primary external="true" slot="3"/>
  70. </devices>
  71. </msxconfig>