Sharp_HB-8000_1.2.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Sharp</manufacturer>
  6. <code>HB-8000 v1.2</code>
  7. <release_year>1987</release_year>
  8. <description>Black model of the Hotbit, with an updated BIOS</description>
  9. <type>MSX</type>
  10. </info>
  11. <CassettePort/>
  12. <devices>
  13. <PPI id="ppi">
  14. <sound>
  15. <volume>16000</volume>
  16. </sound>
  17. <io base="0xA8" num="4"/>
  18. <keyboard_type>br_hotbit</keyboard_type>
  19. <has_keypad>false</has_keypad>
  20. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  21. <code_kana_locks>false</code_kana_locks>
  22. <graph_locks>false</graph_locks>
  23. </PPI>
  24. <VDP id="VDP">
  25. <version>TMS9128</version>
  26. <io base="0x98" num="2"/>
  27. <saturation>50</saturation> <!-- LM1889 encoder -->
  28. </VDP>
  29. <PSG id="PSG">
  30. <sound>
  31. <volume>21000</volume>
  32. </sound>
  33. <io base="0xA0" num="2" type="O"/>
  34. <io base="0xA2" num="1" type="I"/>
  35. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  36. </PSG>
  37. <PrinterPort id="Printer Port">
  38. <io base="0x90" num="2"/>
  39. </PrinterPort>
  40. <primary slot="0">
  41. <ROM id="MSX BIOS with BASIC ROM">
  42. <rom>
  43. <filename>hotbit_1.2_basic-bios1.rom</filename>
  44. <sha1>9425815446d468058705bae545ffa13646744a87</sha1> <!-- verified on Jetze's machine -->
  45. </rom>
  46. <mem base="0x0000" size="0x8000"/>
  47. </ROM>
  48. </primary>
  49. <primary external="true" slot="1"/>
  50. <primary external="true" slot="2"/>
  51. <primary slot="3">
  52. <RAM id="Main RAM">
  53. <initialContent encoding="gz-base64">eJz7z/B/QOEAW/8fAASAf4E=</initialContent> <!-- line1 = (chr(0) + chr(255))*8; line2 = (chr(255) + chr(0))*8; line1 + line2; at least, as seen on Fábio Santos' machine -->
  54. <mem base="0x0000" size="0x10000"/>
  55. </RAM>
  56. </primary>
  57. </devices>
  58. </msxconfig>