ASCII_Japanese_MSX-Write.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <!-- Note: the switch to disable the Kanji ROM is not emulated! -->
  5. <info>
  6. <name>Japanese MSX-Write</name>
  7. <manufacturer>ASCII</manufacturer>
  8. <code></code>
  9. <release_year>1986</release_year>
  10. <description>Japanese Word Processor and Kanji ROM cartridge.</description>
  11. <type>kanji font expansion</type>
  12. </info>
  13. <devices>
  14. <Kanji id="MSX-Write Kanji ROM">
  15. <rom>
  16. <filename>msx-write_kanjifont.rom</filename>
  17. <sha1>fc71561a64f73da0e0043d256f67fd18d7fc3a7f</sha1>
  18. </rom>
  19. <io base="0xD8" num="2" type="O"/>
  20. <io base="0xD9" num="1" type="I"/>
  21. </Kanji>
  22. <primary slot="any">
  23. <secondary slot="any">
  24. <ROM id="Japanese MSX-Write">
  25. <mem base="0x4000" size="0x8000"/>
  26. <rom>
  27. <sha1>4180544158a57c99162269e33e4f2c77c9fce84e</sha1>
  28. <filename>Japanese MSX-Write (1986) (Ascii) (J).rom</filename>
  29. </rom>
  30. <mappertype>MSXWrite</mappertype>
  31. <sramname>Japanese_MSX-Write.sram</sramname>
  32. </ROM>
  33. </secondary>
  34. </primary>
  35. </devices>
  36. </msxconfig>