Sanyo_MPC-10.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Sanyo</manufacturer>
  6. <code>MPC-10/Wavy10</code>
  7. <release_year>?</release_year>
  8. <description>A simple Japanese MSX1 machine</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Thanks to Werner Kai for the details!
  12. Based on serial number 10219293
  13. CPU is a NEC
  14. missing: light pen controller
  15. -->
  16. <CassettePort/>
  17. <devices>
  18. <PPI id="ppi">
  19. <sound>
  20. <volume>16000</volume>
  21. </sound>
  22. <io base="0xA8" num="4"/>
  23. <keyboard_type>jp_ansi</keyboard_type>
  24. <has_keypad>false</has_keypad>
  25. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  26. <code_kana_locks>true</code_kana_locks>
  27. <graph_locks>false</graph_locks>
  28. </PPI>
  29. <VDP id="VDP">
  30. <version>TMS9918A</version>
  31. <io base="0x98" num="2"/>
  32. </VDP>
  33. <PSG id="PSG">
  34. <type>AY8910</type>
  35. <keyboardlayout>50on</keyboardlayout>
  36. <sound>
  37. <volume>21000</volume>
  38. </sound>
  39. <io base="0xA0" num="2" type="O"/>
  40. <io base="0xA2" num="1" type="I"/>
  41. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  42. </PSG>
  43. <PrinterPort id="Printer Port">
  44. <io base="0x90" num="2"/>
  45. </PrinterPort>
  46. <primary slot="0">
  47. <ROM id="MSX BIOS with BASIC ROM">
  48. <rom>
  49. <filename>mpc-10_basic-bios1.rom</filename>
  50. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1> <!-- ROM dump by Werner Kai -->
  51. </rom>
  52. <mem base="0x0000" size="0x8000"/>
  53. </ROM>
  54. <RAM id="Main RAM">
  55. <mem base="0x8000" size="0x8000"/>
  56. </RAM>
  57. </primary>
  58. <primary external="true" slot="1"/>
  59. <!-- Note: this connector is actually a non-standard expansion connector on the back -->
  60. <primary external="true" slot="2"/>
  61. </devices>
  62. </msxconfig>