Canon_V-25.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Canon</manufacturer>
  6. <code>V-25</code>
  7. <release_year>1984?</release_year>
  8. <description>One of the few MSX2's with only 64kB VRAM.</description>
  9. <type>MSX2</type>
  10. </info>
  11. <!-- S-3527 based machine, Zilog Z8400APS, 32k ROM: YAMAHA YM2301, 16k ROM: NEC D23C128EC - thanks to Rudi Westerhof for borrowing me his Canon V-25! -->
  12. <CassettePort/>
  13. <devices>
  14. <PPI id="ppi">
  15. <sound>
  16. <volume>16000</volume>
  17. </sound>
  18. <io base="0xA8" num="4"/>
  19. <keyboard_type>jp_jis</keyboard_type>
  20. <has_keypad>false</has_keypad>
  21. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  22. <code_kana_locks>true</code_kana_locks>
  23. <graph_locks>false</graph_locks>
  24. </PPI>
  25. <VDP id="VDP">
  26. <version>V9938</version>
  27. <vram>64</vram>
  28. <io base="0x98" num="8" type="O"/> <!-- S-3527 mirrors -->
  29. <io base="0x98" num="8" type="I"/> <!-- S-3527 mirrors -->
  30. </VDP>
  31. <PSG id="PSG">
  32. <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
  33. <sound>
  34. <volume>21000</volume>
  35. </sound>
  36. <io base="0xA0" num="2" type="O"/>
  37. <io base="0xA2" num="1" type="I"/>
  38. <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  39. </PSG>
  40. <RTC id="Real time clock">
  41. <sramname>v-25.cmos</sramname>
  42. <io base="0xB4" num="2" type="O"/>
  43. <io base="0xB5" num="1" type="I"/>
  44. </RTC>
  45. <PrinterPort id="Printer Port">
  46. <io base="0x90" num="2"/>
  47. </PrinterPort>
  48. <primary slot="0">
  49. <ROM id="MSX BIOS with BASIC ROM">
  50. <rom>
  51. <filename>v-25_basic-bios2.rom</filename>
  52. <sha1>0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd</sha1>
  53. </rom>
  54. <mem base="0x0000" size="0x8000"/>
  55. </ROM>
  56. </primary>
  57. <primary external="true" slot="1"/> <!-- side slot -->
  58. <primary external="true" slot="2"/> <!-- top slot -->
  59. <primary slot="3">
  60. <secondary slot="0">
  61. <ROM id="MSX Sub ROM">
  62. <rom>
  63. <filename>v-25_msx2sub.rom</filename>
  64. <sha1>b8e30d604d319d511cbfbc61e5d8c38fbb9c5a33</sha1>
  65. </rom>
  66. <mem base="0x0000" size="0x4000"/> <!-- NO mirroring -->
  67. </ROM>
  68. </secondary>
  69. <secondary slot="2">
  70. <MemoryMapper id="Main RAM">
  71. <size>64</size>
  72. <initialContent encoding="gz-base64">eJxjYBhY8H+AAQAioH+B</initialContent> <!-- ((chr(0) * 128) + (chr(255) * 128)) -->
  73. <mem base="0x0000" size="0x10000"/>
  74. </MemoryMapper>
  75. </secondary>
  76. </primary>
  77. </devices>
  78. </msxconfig>