Philips_VG_8010.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Philips</manufacturer>
  6. <code>VG 8010/00</code>
  7. <release_year>1984</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="4"/>
  18. <keyboard_type>proto_int</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>TMS9129</version>
  26. <io base="0x98" num="2"/>
  27. </VDP>
  28. <PSG id="PSG">
  29. <type>AY8910</type>
  30. <sound>
  31. <volume>21000</volume>
  32. </sound>
  33. <io base="0xA0" num="2" type="O"/>
  34. <io base="0xA2" num="1" type="I"/>
  35. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  36. </PSG>
  37. <!-- Note: no printerport! -->
  38. <primary slot="0">
  39. <RAM id="Main RAM">
  40. <mem base="0x8000" size="0x8000"/>
  41. </RAM>
  42. <ROM id="MSX BIOS with BASIC ROM">
  43. <rom>
  44. <filename>vg8010_basic-bios1.rom</filename>
  45. <sha1>42252cf87deeb58181a7bfec7c874190a1351779</sha1> <!--confirmed by Manuel Bilderbeek, confirmed to be the same as VG 8000 by Bas Tilborghs; chip has label: VG8000v1.0 on Manuel's machine -->
  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. </devices>
  54. </msxconfig>