File: ASCII_Japanese_MSX-Write_II.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 (39 lines) | stat: -rw-r--r-- 1,297 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
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <info>
    <!-- Note: the switches to disable the Kanji ROM are not emulated! -->
    <name>Japanese MSX-Write II</name>
    <manufacturer>ASCII</manufacturer>
    <code></code>
    <release_year>1988</release_year>
    <description>Japanese Word Processor and Kanji ROM cartridge.</description>
    <type>kanji font expansion</type>
  </info>
  <devices>
    <Kanji id="MSX-Write II Kanji ROM">
      <rom>
        <filename>msx-write_ii_kanjifont.rom</filename>
        <sha1>f4dba5ba267b5dd1a35eb74a6ec4fd4d5ca9a1b4</sha1>
      </rom>
      <io base="0xD8" num="2" type="O"/>
      <io base="0xD9" num="1" type="I"/>
      <io base="0xDA" num="2" type="O"/>
      <io base="0xDB" num="1" type="I"/>
    </Kanji>
    <primary slot="any">
      <secondary slot="any">
        <ROM id="Japanese MSX-Write II">
          <mem base="0x4000" size="0x8000"/>
          <rom>
            <sha1>9afdee40e7b243f99cc50dd1ad710ab0928dd820</sha1>
            <filename>Japanese MSX-Write II (1988) (Ascii) (J).rom</filename>
          </rom>
          <mappertype>ASCII8SRAM32</mappertype>
          <sramname>Japanese_MSX-Write_II.sram</sramname>
        </ROM>
      </secondary>
    </primary>

  </devices>
</msxconfig>