File: Tecall_MSX_RAMFILE_TM220.xml

package info (click to toggle)
openmsx 20.0%2Bdfsg-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 27,544 kB
  • sloc: cpp: 236,922; xml: 49,948; tcl: 15,056; python: 5,385; perl: 281; sh: 77; makefile: 53
file content (27 lines) | stat: -rw-r--r-- 833 bytes parent folder | download | duplicates (4)
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
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <name>MSX RAMFILE</name>
    <manufacturer>Tecall</manufacturer>
    <code>TM220</code>
    <release_year></release_year>
    <description>16kB SRAM cartridge.</description>
    <type>SRAM cartridge</type>
  </info>
  <devices>
    <primary slot="any">
      <secondary slot="any">
        <ROM id="Tecall MSX RAMFILE">
          <mem base="0x4000" size="0x8000"/> <!-- ROM at 0x4000-0x8000, RAM at 0x8000-0xC000 -->
          <rom>
            <sha1>2ba40f6520e3045326a985956f7d32ff6d7cd99a</sha1>
            <filename>Tecall_MSX_RAMFILE_TM220.rom</filename>
          </rom>
          <mappertype>RAMFILE</mappertype>
          <sramname>RAMFILE.sram</sramname>
        </ROM>
      </secondary>
    </primary>
  </devices>
</msxconfig>