File: Epson_Chakkari_Copy.xml

package info (click to toggle)
openmsx 21.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: sid
  • size: 28,132 kB
  • sloc: cpp: 244,928; xml: 54,344; tcl: 15,603; python: 5,335; perl: 281; sh: 78; makefile: 57
file content (28 lines) | stat: -rw-r--r-- 1,062 bytes parent folder | download | duplicates (2)
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
<?xml version="1.0"?>
<!DOCTYPE msxconfig SYSTEM "msxconfig2.dtd">
<msxconfig>
  <info>
    <name>Chakkari Copy</name>
    <manufacturer>Epson</manufacturer>
    <code></code>
    <release_year>1985</release_year>
    <description>Screen dumping cartridge. This extension makes 3 settings available to operate its two physical buttons and switch: "Chakkari Copy COPY button pressed", "Chakkary Copy PAUSE button pressed" and "Chakkari Copy mode".</description>
    <type>screen dump cartridge</type>
  </info>

  <devices>
    <primary slot="any">
      <secondary slot="any">
        <ChakkariCopy id="Chakkari Copy">
          <io base="0x7F" num="1"/>
          <rom>
            <sha1>aa45362b4ea7c7274e4988966bd08e114e56d04a</sha1> <!-- Seems newer version with improved texts and other changes -->
            <sha1>aa98b0822d768acb73ab729d736c8fb682685492</sha1>
            <filename>chakkari.rom</filename>
          </rom>
          <mem base="0x0000" size="0x8000"/>
        </ChakkariCopy>
      </secondary>
    </primary>
  </devices>
</msxconfig>