Sony_HB-10.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <!-- information provided by Ruben Arraya, thanks! -->
  5. <info>
  6. <manufacturer>Sony</manufacturer>
  7. <code>HB-10</code>
  8. <release_year></release_year>
  9. <description/>
  10. <type>MSX</type>
  11. </info>
  12. <CassettePort/>
  13. <devices>
  14. <PPI id="ppi">
  15. <sound>
  16. <volume>16000</volume>
  17. </sound>
  18. <io base="0xA8" num="4"/>
  19. <keyboard_type>jp_ansi</keyboard_type>
  20. <has_keypad>false</has_keypad>
  21. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected> <!-- not sure yet -->
  22. <code_kana_locks>true</code_kana_locks>
  23. <graph_locks>false</graph_locks>
  24. </PPI>
  25. <VDP id="VDP">
  26. <version>TMS9118</version>
  27. <io base="0x98" num="2"/>
  28. </VDP>
  29. <PSG id="PSG">
  30. <type>AY8910</type>
  31. <keyboardlayout>50on</keyboardlayout>
  32. <sound>
  33. <volume>21000</volume>
  34. </sound>
  35. <io base="0xA0" num="2" type="O"/>
  36. <io base="0xA2" num="1" type="I"/>
  37. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  38. </PSG>
  39. <PrinterPort id="Printer Port">
  40. <io base="0x90" num="2"/>
  41. </PrinterPort>
  42. <primary slot="0">
  43. <RAM id="Main RAM">
  44. <mem base="0xC000" size="0x4000"/>
  45. </RAM>
  46. <ROM id="MSX BIOS with BASIC ROM">
  47. <rom>
  48. <filename>hb-10_basic-bios1.rom</filename>
  49. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  50. </rom>
  51. <mem base="0x0000" size="0x8000"/>
  52. </ROM>
  53. </primary>
  54. <primary external="true" slot="1"/>
  55. <primary external="true" slot="2"/>
  56. <primary slot="3"/>
  57. </devices>
  58. </msxconfig>