Philips_VG_8020.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Philips</manufacturer>
  6. <code>VG 8020/00</code>
  7. <release_year>?</release_year>
  8. <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="8"/>
  18. <keyboard_type>int</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"/> <!-- mirroring confirmed by l_oliveira -->
  27. <saturationPr>75</saturationPr>
  28. <saturationPb>50</saturationPb>
  29. </VDP>
  30. <PSG id="PSG">
  31. <type>YM2149</type>
  32. <sound>
  33. <volume>21000</volume>
  34. </sound>
  35. <io base="0xA0" num="2" type="O"/>
  36. <io base="0xA2" num="1" type="I"/>
  37. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  38. </PSG>
  39. <PrinterPort id="Printer Port">
  40. <io base="0x90" num="2"/>
  41. </PrinterPort>
  42. <primary slot="0">
  43. <ROM id="MSX BIOS with BASIC ROM">
  44. <rom>
  45. <filename>vg8020_basic-bios1.rom</filename>
  46. <sha1>829c00c3114f25b3dae5157c0a238b52a3ac37db</sha1>
  47. </rom>
  48. <mem base="0x0000" size="0x8000"/>
  49. </ROM>
  50. </primary>
  51. <primary external="true" slot="1"/>
  52. <primary external="true" slot="2"/>
  53. <primary slot="3">
  54. <RAM id="Main RAM">
  55. <mem base="0x0000" size="0x10000"/>
  56. </RAM>
  57. </primary>
  58. </devices>
  59. </msxconfig>