Philips_VG_8010F.xml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Philips</manufacturer>
  6. <code>VG 8010/19</code>
  7. <release_year>1984</release_year>
  8. <description>French version of the VG 8010</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>proto_fr</keyboard_type>
  19. <has_keypad>false</has_keypad>
  20. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  21. <code_kana_locks>true</code_kana_locks>
  22. <graph_locks>true</graph_locks>
  23. </PPI>
  24. <VDP id="VDP">
  25. <version>TMS9929A</version>
  26. <io base="0x98" num="2"/>
  27. </VDP>
  28. <PSG id="PSG">
  29. <sound>
  30. <volume>21000</volume>
  31. </sound>
  32. <io base="0xA0" num="2" type="O"/>
  33. <io base="0xA2" num="1" type="I"/>
  34. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  35. </PSG>
  36. <!-- Note: no printerport! -->
  37. <primary slot="0">
  38. <RAM id="Main RAM">
  39. <mem base="0x8000" size="0x8000"/>
  40. </RAM>
  41. <ROM id="MSX BIOS with BASIC ROM">
  42. <rom>
  43. <filename>vg8010-19_basic-bios1.rom</filename>
  44. <sha1>898630ad1497dc9a329580c682ee55c4bcb9c30c</sha1> <!-- Confirmed by Bas Tilborghs -->
  45. </rom>
  46. <mem base="0x0000" size="0x8000"/>
  47. </ROM>
  48. </primary>
  49. <primary external="true" slot="1"/>
  50. <primary external="true" slot="2"/>
  51. <primary slot="3"/>
  52. </devices>
  53. </msxconfig>