This file is indexed.

/usr/share/openmsx/extensions/Panasonic_FS-CA1.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
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <name>MSX-AUDIO Unit</name>
    <manufacturer>Panasonic</manufacturer>
    <code>FS-CA1</code>
    <release_year>1986</release_year>
    <description>Panasonic's Yamaha Y8950 MSX-AUDIO cartridge.</description>
    <type>sound expansion</type>
  </info>
  <devices>
    <primary slot="any">
      <secondary slot="any">
        <MSX-AUDIO id="Panasonic FS-CA1 MSX-Audio">
          <!-- Don't specify IO ports, the device will dynamically
               activate range 0xC0-0xC1 and/or 0xC2-0xC3.
            <io base="0xC0" num="2"/>-->
          <mem base="0x0000" size="0x10000"/>
          <type>Panasonic</type>
          <sound>
            <volume>12000</volume>
          </sound>
          <sampleram>32</sampleram>
          <rom>
            <sha1>36d47cf70618fdb460f97a8ceb75013ec4529063</sha1> <!-- clean dump with EPROM reader from FRS -->
	    <sha1>a45692849acf29ddb653707a62747985439f6d4f</sha1> <!-- GoodMSX1 and Jorrith's dump, with RAM area filled with 0xFF - is one bit different from FRS's dump, which thus might be a bad dump... -->
            <sha1>930eae7057af1652abae794072b296a59decd61b</sha1> <!-- contains dirty RAM area -->
            <filename>roms/fs-ca1.rom</filename>
          </rom>
        </MSX-AUDIO>
      </secondary>
    </primary>
  </devices>
</msxconfig>