Sony_HB-201.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <!--
  5. Based on Werner Kai's black Sony HB-201 with serial 214484
  6. VDP: TMS9118NL
  7. PPI: NEC D8255AC-5
  8. CPU: Sharp LH0080A
  9. PSG: Yamaha YM2149F
  10. Z80 scf: 01C529ED01D429C (dunno)
  11. Z80 cpl: 3AF12D7 (standard)
  12. Z80 out (c),0: 0 (MSX)
  13. PSG pin 6/7 quirk: C (YES)
  14. Unmapped area of page 3 in slot 0-0 shows 0xB0 on every location
  15. https://plus.google.com/u/0/photos/112629367302659371233/albums/6155580084905562801
  16. -->
  17. <info>
  18. <manufacturer>Sony</manufacturer>
  19. <code>HB-201</code>
  20. <release_year>1985</release_year>
  21. <description/>
  22. <type>MSX</type>
  23. </info>
  24. <CassettePort/>
  25. <devices>
  26. <PPI id="ppi">
  27. <sound>
  28. <volume>16000</volume>
  29. </sound>
  30. <io base="0xA8" num="4"/>
  31. <keyboard_type>jp_ansi</keyboard_type>
  32. <has_keypad>false</has_keypad>
  33. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  34. <code_kana_locks>true</code_kana_locks>
  35. <graph_locks>false</graph_locks>
  36. </PPI>
  37. <VDP id="VDP">
  38. <version>TMS9118</version>
  39. <io base="0x98" num="2"/>
  40. </VDP>
  41. <PSG id="PSG">
  42. <type>YM2149</type>
  43. <keyboardlayout>50on</keyboardlayout>
  44. <sound>
  45. <volume>21000</volume>
  46. </sound>
  47. <io base="0xA0" num="2" type="O"/>
  48. <io base="0xA2" num="1" type="I"/>
  49. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  50. </PSG>
  51. <PrinterPort id="Printer Port">
  52. <io base="0x90" num="2"/>
  53. </PrinterPort>
  54. <primary slot="0">
  55. <ROM id="MSX BIOS with BASIC ROM">
  56. <rom>
  57. <filename>hb-201_basic-bios1.rom</filename>
  58. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  59. </rom>
  60. <mem base="0x0000" size="0x8000"/>
  61. </ROM>
  62. <ROM id="Personal Data Bank">
  63. <rom>
  64. <filename>hb-201_firmware.rom</filename>
  65. <sha1>0f4f09f1a6ef7535b243afabfb44a3a0eb0498d9</sha1>
  66. </rom>
  67. <mem base="0x8000" size="0x4000"/>
  68. </ROM>
  69. </primary>
  70. <primary external="true" slot="1"/>
  71. <primary external="true" slot="2"/>
  72. <primary slot="3">
  73. <RAM id="Main RAM">
  74. <mem base="0x0000" size="0x10000"/>
  75. </RAM>
  76. </primary>
  77. </devices>
  78. </msxconfig>