Sanyo_MPC-6.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Sanyo</manufacturer>
  6. <code>MPC-6/Wavy6</code>
  7. <release_year>?</release_year>
  8. <description>A simple 64kB Japanese MSX1 machine</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- This config is based on Werner Kai's machine with serial number 10722198
  12. https://plus.google.com/u/0/photos/112629367302659371233/albums/6155639394500784817
  13. Z80 scf: 01C501ED01D401C (NEC)
  14. Z80 cpl: 3AFF12D7 (standard)
  15. Z80 out (c),0: 0 (MSX)
  16. PSG pin 6/7 quirk: C (YES)
  17. PSGmask: YM2149-like
  18. Seems to have pull ups.
  19. mobo shows:
  20. PSG: GI AY-3-8910
  21. CPU: NEC D780C-1
  22. VDP: TMS9918ANL
  23. PPI: NEC D8255AC-2
  24. back cartridge slot is not MSX, but expansion slot
  25. -->
  26. <CassettePort/>
  27. <devices>
  28. <PPI id="ppi">
  29. <sound>
  30. <volume>16000</volume>
  31. </sound>
  32. <io base="0xA8" num="4"/>
  33. <keyboard_type>jp_ansi</keyboard_type>
  34. <has_keypad>false</has_keypad>
  35. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  36. <code_kana_locks>true</code_kana_locks>
  37. <graph_locks>false</graph_locks>
  38. </PPI>
  39. <VDP id="VDP">
  40. <version>TMS9918A</version>
  41. <io base="0x98" num="2"/>
  42. </VDP>
  43. <PSG id="PSG">
  44. <type>AY8910</type>
  45. <keyboardlayout>50on</keyboardlayout>
  46. <sound>
  47. <volume>21000</volume>
  48. </sound>
  49. <io base="0xA0" num="2" type="O"/>
  50. <io base="0xA2" num="1" type="I"/>
  51. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  52. </PSG>
  53. <PrinterPort id="Printer Port">
  54. <io base="0x90" num="2"/>
  55. </PrinterPort>
  56. <primary slot="0">
  57. <ROM id="MSX BIOS with BASIC ROM">
  58. <rom>
  59. <filename>mpc-6_basic-bios1.rom</filename>
  60. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  61. </rom>
  62. <mem base="0x0000" size="0x8000"/>
  63. </ROM>
  64. </primary>
  65. <primary external="true" slot="1"/>
  66. <!-- Note: this connector is actually a non-standard expansion connector on the back -->
  67. <primary external="true" slot="2"/>
  68. <primary slot="3">
  69. <RAM id="Main RAM">
  70. <mem base="0x0000" size="0x10000"/>
  71. </RAM>
  72. </primary>
  73. </devices>
  74. </msxconfig>