Pioneer_PX-7.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Pioneer</manufacturer>
  6. <code>PX-7</code>
  7. <release_year>1984?</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. From: http://usbsecretbase.michikusa.jp/px-7_v60/px-7_pcb.html
  13. CPU: NEC D780C -1
  14. PSG: YM2149F
  15. VDP: TMS9928ANL (TMS9918 with RGB output)
  16. PPI: NEC D8255AC-2
  17. -->
  18. <CassettePort/>
  19. <devices>
  20. <PPI id="ppi">
  21. <sound>
  22. <volume>16000</volume>
  23. </sound>
  24. <io base="0xA8" num="4"/>
  25. <keyboard_type>jp_ansi</keyboard_type>
  26. <has_keypad>false</has_keypad>
  27. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  28. <code_kana_locks>true</code_kana_locks>
  29. <graph_locks>false</graph_locks>
  30. <!-- there are three extra keys -->
  31. <!-- row 9, bit 0: super-impose -->
  32. <!-- row 9, bit 1: video -->
  33. <!-- row 9, bit 2: computer -->
  34. </PPI>
  35. <VDP id="VDP">
  36. <version>TMS9928A</version>
  37. <io base="0x98" num="2"/>
  38. </VDP>
  39. <PSG id="PSG">
  40. <!-- volume of SCC sounds off on real hardware. How to measure? -->
  41. <sound>
  42. <volume>21000</volume>
  43. <balance channel="1">0</balance>
  44. <balance channel="2">-100</balance>
  45. <balance channel="3">100</balance>
  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>px-7_basic-bios1.rom</filename>
  58. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  59. </rom>
  60. <mem base="0x0000" size="0x8000"/>
  61. </ROM>
  62. <RAM id="Main RAM">
  63. <mem base="0x8000" size="0x8000"/>
  64. </RAM>
  65. </primary>
  66. <primary external="true" slot="1"/>
  67. <primary slot="2">
  68. <PioneerLDControl id="PBASIC">
  69. <rom>
  70. <filename>px-7_pbasic.rom</filename>
  71. <sha1>665d805f96616e1037f1823050657b7849899283</sha1>
  72. </rom>
  73. <mem base="0x4000" size="0x4000"/>
  74. <device idref="ppi"/>
  75. <device idref="VDP"/>
  76. </PioneerLDControl>
  77. </primary>
  78. <primary external="true" slot="3"/>
  79. </devices>
  80. </msxconfig>