File: ASCII_MSX-DOS2.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 (46 lines) | stat: -rw-r--r-- 1,306 bytes parent folder | download | duplicates (5)
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
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <name>Japanese MSX-DOS2</name>
    <manufacturer>ASCII</manufacturer>
    <code/>
    <release_year>1988</release_year>
    <description>MSX-DOS2 cartridge with 256kB memory mapper and kanji BASIC.</description>
    <type>OS ROM + memory expansion</type>
  </info>
  <devices>
    <primary slot="any">

      <secondary slot="3">
        <ROM id="MSXDOS2 ROM">
          <mem base="0x4000" size="0x04000"/>
          <rom>
            <sha1>42f4e3360eb134857b0efa82c1abedf342680124</sha1>
            <filename>ascii_msxdos22.rom</filename>
          </rom>
          <mappertype>MSXDOS2</mappertype>
        </ROM>
      </secondary>

      <secondary slot="1">
        <MemoryMapper id="256kB Memory Mapper">
          <mem base="0x0000" size="0x10000"/>
          <size>256</size>
        </MemoryMapper>
      </secondary>

      <secondary slot="2">
        <ROM id="KANJI BASIC ROM">
          <mem base="0x4000" size="0x04000"/>
          <rom>
            <sha1>42f4e3360eb134857b0efa82c1abedf342680124</sha1>
            <filename>ascii_msxdos22.rom</filename>
            <window base="0xC000" size="0x4000"/>
          </rom>
        </ROM>
      </secondary>

    </primary>
  </devices>
</msxconfig>