/usr/share/openmsx/extensions/Microsol_CDX-2.xml is in openmsx-data 0.10.0-1ubuntu1.
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 | <?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
<info>
<name>Microsol Disk Drive</name>
<manufacturer>Microsol</manufacturer>
<code>CDX-2</code>
<release_year>1986</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="Microsol CDX-2/FDC">
<connectionstyle>Microsol</connectionstyle>
<io base="0xD0" num="5"/>
<drives>1</drives>
<mem base="0x4000" size="0x4000"/>
<rom>
<filename>roms/cdx-2.rom</filename>
<sha1>ffc1bafca38d20ed6e9a27c90c6ab089a8482d89</sha1>
</rom>
</WD2793>
</secondary>
</primary>
</devices>
</msxconfig>
|