Pioneer_PX-V60.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Pioneer</manufacturer>
  6. <code>PX-V60</code>
  7. <release_year>1985?</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. From: http://usbsecretbase.michikusa.jp/px-7_v60/px-v60_pcb.html
  13. MSX-ENGINE: S3527
  14. CPU: Sharp LH0080A
  15. VDP: TMS9128NL (TMS9918 with RGB output)
  16. -->
  17. <CassettePort/>
  18. <devices>
  19. <PPI id="ppi">
  20. <sound>
  21. <volume>16000</volume>
  22. </sound>
  23. <io base="0xA8" num="4"/>
  24. <keyboard_type>jp_ansi</keyboard_type>
  25. <has_keypad>false</has_keypad>
  26. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  27. <code_kana_locks>true</code_kana_locks>
  28. <graph_locks>false</graph_locks>
  29. <!-- there are three extra keys -->
  30. <!-- row 9, bit 0: super-impose -->
  31. <!-- row 9, bit 1: video -->
  32. <!-- row 9, bit 2: computer -->
  33. </PPI>
  34. <VDP id="VDP">
  35. <version>TMS9128</version>
  36. <io base="0x98" num="8"/> <!-- S3527 mirrors -->
  37. </VDP>
  38. <PSG id="PSG">
  39. <!-- volume of SCC sounds off on real hardware. How to measure? -->
  40. <sound>
  41. <volume>21000</volume>
  42. </sound>
  43. <type>YM2149</type> <!-- in S3527 MSX-ENGINE -->
  44. <io base="0xA0" num="2" type="O"/>
  45. <io base="0xA2" num="1" type="I"/>
  46. <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  47. </PSG>
  48. <PrinterPort id="Printer Port">
  49. <io base="0x90" num="2"/>
  50. </PrinterPort>
  51. <primary slot="0">
  52. <ROM id="MSX BIOS with BASIC ROM">
  53. <rom>
  54. <filename>px-v60_basic-bios1.rom</filename>
  55. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  56. </rom>
  57. <mem base="0x0000" size="0x8000"/>
  58. </ROM>
  59. <RAM id="Main RAM">
  60. <mem base="0x8000" size="0x8000"/>
  61. </RAM>
  62. </primary>
  63. <primary external="true" slot="1"/>
  64. <primary slot="2">
  65. <PioneerLDControl id="PBASIC">
  66. <rom>
  67. <filename>px-v60_pbasic.rom</filename>
  68. <sha1>4f0102cdc27216fd9bcdb9663db728d2ccd8ca6d</sha1>
  69. </rom>
  70. <mem base="0x4000" size="0x4000"/>
  71. <device idref="ppi"/>
  72. <device idref="VDP"/>
  73. </PioneerLDControl>
  74. </primary>
  75. <primary external="true" slot="3"/>
  76. </devices>
  77. </msxconfig>