This file is indexed.

/usr/share/openmsx/extensions/DDX_3.0.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>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>roms/ddx_3.0.rom</filename>
            <sha1>9e8256c90c37619dccdc2c8a6aa4539fb742a4b3</sha1>
          </rom>
        </WD2793>
      </secondary>
    </primary>
  </devices>
</msxconfig>