slotexpander.xml 593 B

123456789101112131415161718192021
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>Slot Expander</name>
  6. <manufacturer/>
  7. <code/>
  8. <release_year/>
  9. <description>Generic 4x slot expander. Creates 4 secondary slots in the primary slot it has been placed in.</description>
  10. <type>slot expander</type>
  11. </info>
  12. <devices>
  13. <primary slot="any">
  14. <secondary external="true" slot="0"/>
  15. <secondary external="true" slot="1"/>
  16. <secondary external="true" slot="2"/>
  17. <secondary external="true" slot="3"/>
  18. </primary>
  19. </devices>
  20. </msxconfig>