12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?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>
|