This file is indexed.

/usr/share/openmsx/extensions/mu-PACK.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
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <name>μ.PACK</name>
    <manufacturer>Bit²/ASCII</manufacturer>
    <code>BM-117</code>
    <release_year>1991</release_year>
    <description>Upgrades your Panasonic FS-A1ST to a Panasonic FS-A1GT by adding 256kB memory mapper and MSX-MIDI including BASIC extension</description>
    <type>MIDI cartridge</type>
  </info>
  <devices>
    <primary slot="any">

      <secondary slot="0"/>

      <secondary slot="1">
        <MemoryMapper id="256k memory mapper of μ.PACK">
          <mem base="0x0000" size="0x10000"/>
          <size>256</size>
        </MemoryMapper>
      </secondary>

      <secondary slot="2">
        <ROM id="MSX-MIDI ROM of μ.PACK">
          <rom>
            <filename>mu-pack.rom</filename>
            <sha1>e88ca790ab58e7709cd99cbbb23ff7d33631b71f</sha1> <!-- Confirmed by Retrofan -->
          </rom>
          <mem base="0x4000" size="0x4000"/>
        </ROM>
      </secondary>

      <secondary slot="3"/>

    </primary>

    <MSX-MIDI id="MSX-MIDI of μ.PACK">
      <external/> <!-- I/O ports are activated dynamically depending on the
                       values written to port 0xE2 -->
    </MSX-MIDI>

  </devices>

</msxconfig>