This file is indexed.

/usr/share/openmsx/extensions/Toshiba_HX-MU900.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
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <name>MSX Music System</name>
    <manufacturer>Toshiba</manufacturer>
    <code>HX-MU900</code>
    <release_year>1986</release_year>
    <description>Toshiba's Yamaha Y8950 MSX-AUDIO cartridge.</description>
    <type>sound expansion</type>
  </info>
  <devices>
    <MSX-AUDIO id="Toshiba HX-MU900 MSX-Audio">
      <io base="0xC0" num="2"/>
      <type>Toshiba</type>
      <sound>
        <volume>12000</volume>
      </sound>
      <sampleram>0</sampleram>
    </MSX-AUDIO>

    <primary slot="any">
      <secondary slot="any">
        <ROM id="Toshiba HX-MU900 firmware">
          <mem base="0x4000" size="0x8000"/>
          <rom>
            <sha1>0d246b0e3edc63803fcce861ea07eadf29dc488c</sha1>
            <filename>roms/hx-mu900.rom</filename>
          </rom>
        </ROM>
      </secondary>
    </primary>
  </devices>
</msxconfig>