File: ASCII_Japanese_MSX-Write.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 (37 lines) | stat: -rw-r--r-- 1,188 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
<?xml version="1.0" ?>
<!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
<msxconfig>
  <!-- Note: the switch to disable the Kanji ROM is not emulated! -->
  <info>
    <name>Japanese MSX-Write</name>
    <manufacturer>ASCII</manufacturer>
    <code></code>
    <release_year>1986</release_year>
    <description>Japanese Word Processor and Kanji ROM cartridge.</description>
    <type>kanji font expansion</type>
  </info>
  <devices>
    <Kanji id="MSX-Write Kanji ROM">
      <rom>
        <filename>msx-write_kanjifont.rom</filename>
        <sha1>fc71561a64f73da0e0043d256f67fd18d7fc3a7f</sha1>
      </rom>
      <io base="0xD8" num="2" type="O"/>
      <io base="0xD9" num="1" type="I"/>
    </Kanji>
    <primary slot="any">
      <secondary slot="any">
        <ROM id="Japanese MSX-Write">
          <mem base="0x4000" size="0x8000"/>
          <rom>
            <sha1>4180544158a57c99162269e33e4f2c77c9fce84e</sha1>
            <filename>Japanese MSX-Write (1986) (Ascii) (J).rom</filename>
          </rom>
          <mappertype>MSXWrite</mappertype>
          <sramname>Japanese_MSX-Write.sram</sramname>
        </ROM>
      </secondary>
    </primary>

  </devices>
</msxconfig>