Daewoo_CPC-51_Zemmix_V.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Daewoo</manufacturer>
  6. <code>CPC-51 Zemmix V</code>
  7. <release_year>1986</release_year>
  8. <description>MSX game console</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Note: not emulated is:
  12. - missing sound IN pin on the cartridge slot (you can't hear sound
  13. from cartridges with SCC)
  14. - the machine does not have a keyboard (not even an external connector)
  15. -->
  16. <devices>
  17. <PPI id="ppi">
  18. <sound>
  19. <volume>16000</volume>
  20. </sound>
  21. <io base="0xA8" num="4"/>
  22. <keyboard_type>kr</keyboard_type>
  23. <has_keypad>false</has_keypad>
  24. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  25. <code_kana_locks>true</code_kana_locks>
  26. <graph_locks>false</graph_locks>
  27. </PPI>
  28. <VDP id="VDP">
  29. <version>TMS9118</version>
  30. <io base="0x98" num="2"/>
  31. </VDP>
  32. <PSG id="PSG">
  33. <sound>
  34. <volume>21000</volume>
  35. </sound>
  36. <io base="0xA0" num="2" type="O"/>
  37. <io base="0xA2" num="1" type="I"/>
  38. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  39. </PSG>
  40. <primary slot="0">
  41. <secondary slot="0">
  42. <ROM id="MSX BIOS with BASIC ROM">
  43. <rom>
  44. <filename>cpc-51_basic-bios.rom</filename>
  45. <sha1>a08a940aa87313509e00bc5ac7494d53d8e03492</sha1>
  46. </rom>
  47. <mem base="0x0000" size="0x8000"/>
  48. </ROM>
  49. </secondary>
  50. <secondary slot="1"/>
  51. <secondary slot="2">
  52. <RAM id="Main RAM">
  53. <mem base="0x0000" size="0x10000"/>
  54. </RAM>
  55. </secondary>
  56. <secondary slot="3"/>
  57. </primary>
  58. <primary external="true" slot="1"/>
  59. <primary slot="2"/>
  60. <primary slot="3"/>
  61. </devices>
  62. </msxconfig>