12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" ?>
- <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
- <msxconfig>
- <info>
- <name>DDX 3.0</name>
- <manufacturer>Digital Design</manufacturer>
- <code/>
- <release_year></release_year>
- <description>Double Sided Double Density port-based external floppy disk drive.</description>
- <type>external disk drive</type>
- </info>
- <devices>
- <primary slot="any">
- <secondary slot="any">
- <WD2793 id="DDX_3.0 FDC">
- <connectionstyle>Microsol</connectionstyle>
- <io base="0xD0" num="5"/>
- <drives>1</drives>
- <mem base="0x4000" size="0x4000"/>
- <rom>
- <filename>ddx_3.0.rom</filename>
- <sha1>a363015286341ffabcdc38ef0d890897ed51e322</sha1> <!-- DDX 3.0d -->
- <sha1>124126cee840e43c7668c11c2bec2f34b3d00c68</sha1> <!-- DDX 3.0 -->
- <!-- <sha1>9e8256c90c37619dccdc2c8a6aa4539fb742a4b3</sha1> bad, has 16kB of overdump, otherwise identical to 12412 (DDX 3.0) -->
- </rom>
- </WD2793>
- </secondary>
- </primary>
- </devices>
- </msxconfig>
|