1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" ?>
- <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
- <msxconfig>
- <info>
- <name>MEGA SCSI</name>
- <manufacturer>ESE Artists' Factory</manufacturer>
- <code/>
- <release_year>1995</release_year>
- <description>SCSI interface with hard disk.</description>
- <type>external hard disk</type>
- </info>
- <devices>
- <primary slot="any">
- <secondary slot="any">
- <MegaSCSI id="MEGA-SCSI">
- <mem base="0x4000" size="0x8000"/>
- <sramsize>1024</sramsize>
- <sramname>MEGA-SCSI_1024.sram</sramname>
- <target id="1">
- <type>SCSIHD</type>
- <filename>SCSIhd1.dsk</filename>
- <size>100</size>
- </target>
- <target id="2">
- <type>SCSILS120</type>
- </target>
- </MegaSCSI>
- </secondary>
- </primary>
- </devices>
- </msxconfig>
|