This file is indexed.

/usr/share/openmsx/extensions/OPL3Cartridge2_stereo.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <name>OPL3 Cartridge</name>
    <manufacturer>MSXpro</manufacturer>
    <code/>
    <release_year>2011</release_year>
    <description>Yamaha OPL3 sound expansion, version 2. Using the stereo version of the MSX-Audio BIOS.</description>
    <type>sound expansion</type>
  </info>

  <devices>
    <OPL3Cartridge id="OPL3 Cartridge">
      <io base="0xC0" num="4"/>
      <sound>
        <volume>12000</volume>
      </sound>
    </OPL3Cartridge>

    <primary slot="any">
      <secondary slot="any">
       <ROM id="MSX-Audio BIOS stereo for the OPL3">
         <mem base="0x0000" size="0x3000"/>
         <mem base="0x4000" size="0x3000"/>
         <mem base="0x8000" size="0x3000"/>
         <mem base="0xC000" size="0x3000"/>
         <mappertype>Normal0000</mappertype>
         <rom>
           <!-- MSX-Audio BIOS v1.3
                download: http://frs.badcoffee.info/tools.html -->
           <sha1>9c924cc79b17cfe468fc7c969868be86ccbe9d46</sha1>
           <filename>msxaudio13.OPL3_stereo.rom</filename>
         </rom>
       </ROM>
       <RAM id="MSX-Audio BIOS base WorkRAM">
         <mem base="0x3000" size="0x1000"/>
         <mem base="0x7000" size="0x1000"/>
         <size>0x1000</size>
       </RAM>
       <RAM id="MSX-Audio BIOS expanded WorkRAM">
         <mem base="0xB000" size="0x1000"/>
         <mem base="0xF000" size="0x1000"/>
         <size>0x1000</size>
       </RAM>
      </secondary>
    </primary>
  </devices>
</msxconfig>