This file is indexed.

/usr/share/openmsx/extensions/Neos_MA-20R.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
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <name>Version Up Adapter MSX BASIC Vev. 2.0</name>
    <manufacturer>Neos</manufacturer>
    <code>MA-20 (R)</code>
    <release_year>1985</release_year>
    <description>MSX1 to MSX2 expansion kit, clock chip part.</description>
  </info>
  <devices>
    <RTC id="Real time clock">
      <sramname>ma-20r.cmos</sramname>
      <io base="0xB4" num="2" type="O"/>
      <io base="0xB5" num="1" type="I"/>
    </RTC>
    <primary slot="any">
      <secondary slot="any">
        <ROM id="MA-20 MSX2 BIOS and BASIC">
          <mem base="0x0000" size="0x8000"/>
          <rom>
            <sha1>2a3d953a423fa513f0d26a8bf0bd50664688868c</sha1>
            <filename>NEOSC.ROM</filename>
          </rom>
        </ROM>
      </secondary>
    </primary>
  </devices>
</msxconfig>