/usr/share/openmsx/extensions/DDX_3.0.xml is in openmsx-data 0.12.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | <?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>
|