ESE_MEGA-SCSI.xml 873 B

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <name>MEGA SCSI</name>
  6. <manufacturer>ESE Artists' Factory</manufacturer>
  7. <code/>
  8. <release_year>1995</release_year>
  9. <description>SCSI interface with hard disk.</description>
  10. <type>external hard disk</type>
  11. </info>
  12. <devices>
  13. <primary slot="any">
  14. <secondary slot="any">
  15. <MegaSCSI id="MEGA-SCSI">
  16. <mem base="0x4000" size="0x8000"/>
  17. <sramsize>1024</sramsize>
  18. <sramname>MEGA-SCSI_1024.sram</sramname>
  19. <target id="1">
  20. <type>SCSIHD</type>
  21. <filename>SCSIhd1.dsk</filename>
  22. <size>100</size>
  23. </target>
  24. <target id="2">
  25. <type>SCSILS120</type>
  26. </target>
  27. </MegaSCSI>
  28. </secondary>
  29. </primary>
  30. </devices>
  31. </msxconfig>