This file is indexed.

/usr/share/openmsx/extensions/Boosted_audio.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
50
51
52
53
54
55
56
57
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <name>MSX-Audio</name>
    <manufacturer>Philips</manufacturer>
    <code/>
    <release_year>2009</release_year>
    <description>Philips NMS-1205 Music Module, upgraded with the MSXPro expansion that includes 256KB of SampleRAM and the MSX-Audio BIOS that makes it a fully compatible MSX-Audio device.</description>
    <type>sound expansion</type>
  </info>
  <devices>
    <MSX-AUDIO id="MSX-Audio">
      <io base="0xC0" num="2"/>
      <io base="0x0A" num="1" type="O"/>
      <type>Philips</type>
      <sound>
        <volume>12000</volume>
      </sound>
      <sampleram>256</sampleram>
    </MSX-AUDIO>

    <MusicModuleMIDI id="Philips NMS-1205 MIDI">
      <io base="0x00" num="2" type="O"/>
      <io base="0x04" num="2" type="I"/>
    </MusicModuleMIDI>

    <primary slot="any">
      <secondary slot="any">
       <ROM id="MSX-Audio BIOS for the NMS-1205">
         <mem base="0x0000" size="0x3000"/>
         <mem base="0x4000" size="0x3000"/>
         <mem base="0x8000" size="0x3000"/>
         <mem base="0xC000" size="0x3000"/>
         <mappertype>Normal0000</mappertype>
         <rom>
           <sha1>3b02e5f45603df2c180f9c07d59b2ccc5a87bd0a</sha1> <!-- MSX-Audio BIOS v1.3 -->
           <sha1>dde213b6d9324b94e78ed8df753042469bd31ef0</sha1> <!-- MSX-Audio v1.2pre4 with aditional fixes by SuperSoniqs -->
           <sha1>05e9f40bb7bdc46b557d445c717cb84ad75252f6</sha1> <!-- MSX-Audio v1.2pre4 -->
           <sha1>7f115ff923a1cc0d1944cf280168add946fde854</sha1> <!-- MSX-Audio BIOS v1.0, patched to disable the I/O port configuration, the mute-switch and the SYNTHE-switch  -->
           <filename>roms/msxaudio12pre4a.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>