Sony_HB-10P.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Sony</manufacturer>
  6. <code>HB-10P</code>
  7. <release_year/>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!-- hap:
  12. CPU: NEC D780C-1
  13. PPI/PSG: Yamaha S3527 - ANSI
  14. VDP: Toshiba T6950
  15. crystal: 3.579545 and 22.168 near the VDP (PAL = 22.168/5=4.4336).. not synced
  16. -->
  17. <CassettePort/>
  18. <devices>
  19. <PPI id="ppi">
  20. <sound>
  21. <volume>16000</volume>
  22. </sound>
  23. <io base="0xA8" num="8"/> <!-- mirroring confirmed by hap -->
  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>T6950PAL</version>
  32. <io base="0x98" num="8"/> <!-- mirroring confirmed by hap -->
  33. <initialContent encoding="hex">FF00</initialContent>
  34. </VDP>
  35. <PSG id="PSG">
  36. <type>YM2149</type> <!-- not checked -->
  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>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  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-10p_basic-bios1.rom</filename>
  51. <sha1>5e7c8eab238712d1e18b0219c0f4d4dae180420d</sha1>
  52. </rom>
  53. <mem base="0x0000" size="0x8000"/>
  54. </ROM>
  55. <!-- NOTE: page 3 actually mirrors page 3 of the RAM in slot 3!
  56. This also happens in older versions of the Sony HB-20P. -->
  57. <Mirror id="Main RAM mirror">
  58. <mem base="0xc000" size="0x4000"/>
  59. <ps>3</ps>
  60. </Mirror>
  61. </primary>
  62. <primary external="true" slot="1"/>
  63. <primary external="true" slot="2"/>
  64. <primary slot="3">
  65. <RAM id="Main RAM">
  66. <mem base="0x0000" size="0x10000"/>
  67. </RAM>
  68. </primary>
  69. </devices>
  70. </msxconfig>