Sanyo_MPC-2.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Sanyo</manufacturer>
  6. <code>MPC-2/Wavy2</code>
  7. <release_year>1985?</release_year>
  8. <description>A simple 64kB Japanese MSX1 machine</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- This config is based on Alexandre Souza's machine with serial number 11248522
  12. Z80 scf: 01ED09ED01FC09FC (turboR)
  13. Z80 cpl: 3AFF12D7 (standard)
  14. Z80 out (c),0: FF (turboR)
  15. PSG pin 6/7 quirk: C (YES)
  16. PSGmask: AY8910
  17. mobo shows:
  18. PSG: GI AY-3-8910
  19. CPU: T7775 MSX-ENGINE
  20. VDP: T6950
  21. PPI: in T7775?
  22. printer port
  23. 2 normal slots
  24. last 32kB area of slot 0 shows 0xB0 bytes. (bad/no pull ups?)
  25. TODO: SWIOSCAN says: ID=135 found
  26. -->
  27. <CassettePort/>
  28. <devices>
  29. <PPI id="ppi">
  30. <sound>
  31. <volume>16000</volume>
  32. </sound>
  33. <io base="0xA8" num="4"/>
  34. <keyboard_type>jp_ansi</keyboard_type>
  35. <has_keypad>false</has_keypad>
  36. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected> <!-- TODO: not entirely sure. -->
  37. <code_kana_locks>true</code_kana_locks>
  38. <graph_locks>false</graph_locks>
  39. </PPI>
  40. <VDP id="VDP">
  41. <version>T6950NTSC</version>
  42. <io base="0x98" num="2"/>
  43. </VDP>
  44. <PSG id="PSG">
  45. <type>AY8910</type>
  46. <keyboardlayout>50on</keyboardlayout>
  47. <sound>
  48. <volume>21000</volume>
  49. </sound>
  50. <io base="0xA0" num="2" type="O"/>
  51. <io base="0xA2" num="1" type="I"/>
  52. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  53. </PSG>
  54. <PrinterPort id="Printer Port">
  55. <io base="0x90" num="2"/>
  56. </PrinterPort>
  57. <primary slot="0">
  58. <ROM id="MSX BIOS with BASIC ROM">
  59. <rom>
  60. <filename>mpc2_basic-bios1.rom</filename>
  61. <sha1>4d0c37ad722366ac7aa3d64291c3db72884deb2d</sha1>
  62. </rom>
  63. <mem base="0x0000" size="0x8000"/>
  64. </ROM>
  65. </primary>
  66. <primary external="true" slot="1"/>
  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>