Pioneer_PX-7UK.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Pioneer</manufacturer>
  6. <code>PX-7(UK)</code>
  7. <release_year>1984?</release_year>
  8. <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>gb</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. <!-- there are three extra keys -->
  24. <!-- row 9, bit 0: super-impose -->
  25. <!-- row 9, bit 1: video -->
  26. <!-- row 9, bit 2: computer -->
  27. </PPI>
  28. <VDP id="VDP">
  29. <version>TMS9129</version>
  30. <io base="0x98" num="2"/>
  31. </VDP>
  32. <PSG id="PSG">
  33. <!-- volume of SCC sounds off on real hardware. How to measure? -->
  34. <sound>
  35. <volume>21000</volume>
  36. <balance channel="1">0</balance>
  37. <balance channel="2">-100</balance>
  38. <balance channel="3">100</balance>
  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>px-7uk_basic-bios1.rom</filename>
  51. <sha1>8963fc041975f31dc2ab1019cfdd4967999de53e</sha1>
  52. </rom>
  53. <mem base="0x0000" size="0x8000"/>
  54. </ROM>
  55. <RAM id="Main RAM">
  56. <mem base="0x8000" size="0x8000"/>
  57. </RAM>
  58. </primary>
  59. <primary external="true" slot="1"/>
  60. <primary slot="2">
  61. <PioneerLDControl id="PBASIC">
  62. <!-- This is a PAL machine. The Pioneer LD-7000 will not work.
  63. Are there any laserdisc players which will work? -->
  64. <laserdisc>false</laserdisc>
  65. <rom>
  66. <filename>px-7uk_pbasic.rom</filename>
  67. <sha1>4f0102cdc27216fd9bcdb9663db728d2ccd8ca6d</sha1>
  68. </rom>
  69. <mem base="0x4000" size="0x4000"/>
  70. <device idref="ppi"/>
  71. <device idref="VDP"/>
  72. </PioneerLDControl>
  73. </primary>
  74. <primary external="true" slot="3"/>
  75. </devices>
  76. </msxconfig>