Philips_VG_8020F.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Philips</manufacturer>
  6. <code>VG 8020/19</code>
  7. <release_year>?</release_year>
  8. <description>French version of the VG 8020(/20)</description>
  9. <type>MSX</type>
  10. </info>
  11. <CassettePort/>
  12. <devices>
  13. <PPI id="ppi">
  14. <sound>
  15. <volume>16000</volume>
  16. </sound>
  17. <io base="0xA8" num="4"/>
  18. <keyboard_type>fr</keyboard_type>
  19. <has_keypad>false</has_keypad>
  20. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  21. <code_kana_locks>false</code_kana_locks>
  22. <graph_locks>false</graph_locks>
  23. </PPI>
  24. <VDP id="VDP">
  25. <version>TMS9929A</version>
  26. <io base="0x98" num="8"/> <!-- S-3527 mirrors -->
  27. <saturation>100</saturation> <!-- TMS9x2x and RGB output -->
  28. </VDP>
  29. <PSG id="PSG">
  30. <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
  31. <sound>
  32. <volume>21000</volume>
  33. </sound>
  34. <io base="0xA0" num="2" type="O"/>
  35. <io base="0xA2" num="1" type="I"/>
  36. <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  37. </PSG>
  38. <PrinterPort id="Printer Port">
  39. <io base="0x90" num="2"/>
  40. </PrinterPort>
  41. <primary slot="0">
  42. <ROM id="MSX BIOS with BASIC ROM">
  43. <rom>
  44. <filename>vg8020-19_basic-bios1.rom</filename>
  45. <sha1>ae4a6632d4456ef44603e72f5acd5bbcd6c0d124</sha1> <!-- Confirmed by Bas Tilborghs -->
  46. </rom>
  47. <mem base="0x0000" size="0x8000"/>
  48. </ROM>
  49. </primary>
  50. <primary external="true" slot="1"/>
  51. <primary external="true" slot="2"/>
  52. <primary slot="3">
  53. <secondary slot="0"/>
  54. <secondary slot="1"/>
  55. <secondary slot="2">
  56. <RAM id="Main RAM">
  57. <mem base="0x0000" size="0x10000"/>
  58. </RAM>
  59. </secondary>
  60. <secondary slot="3"/>
  61. </primary>
  62. </devices>
  63. </msxconfig>