Canon_V-20_JP.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Canon</manufacturer>
  6. <code>V-20 (JP)</code>
  7. <release_year>1984?</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. This config is based on Werner Kai's machine with serial 125911
  13. see https://plus.google.com/photos/112629367302659371233/albums/6153667357217383201
  14. Where no data was available, it is assumed the machine is the same as
  15. hap's European Canon V-20, see that config. This is mostly the mirroring
  16. behaviour.
  17. CPU: NEC D780C-1
  18. PPI: NEC D8255AC-5
  19. PSG: Yamaha YM2149 - JIS
  20. VDP: TMS9918ANL
  21. crystal: X1:10.xx863 (VDP), X2:1431818(CPU/PSG): so not synced
  22. IDENT Z80 info (VDP stuff just points to indeed TMS99xx):
  23. z80 scf: 01ED29ED01FC29FC (standard)
  24. z80 cpl: 3AFF12D7 (standard)
  25. z80 out (c),0: 0 (MSX)
  26. PSG pin 6/7 quirk: C (YES)
  27. -->
  28. <CassettePort/>
  29. <devices>
  30. <primary slot="0">
  31. <ROM id="MSX BIOS with BASIC ROM">
  32. <mem base="0x0000" size="0x8000"/>
  33. <rom>
  34. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  35. <filename>v-20jp_basic-bios1.rom</filename>
  36. </rom>
  37. </ROM>
  38. </primary>
  39. <primary external="true" slot="1"/> <!-- side slot -->
  40. <primary external="true" slot="2"/> <!-- top slot -->
  41. <primary slot="3">
  42. <RAM id="Main RAM">
  43. <mem base="0x0000" size="0x10000"/>
  44. </RAM>
  45. </primary>
  46. <PPI id="ppi">
  47. <io base="0xA8" num="8"/> <!-- mirroring confirmed by hap -->
  48. <sound>
  49. <volume>16000</volume>
  50. </sound>
  51. <keyboard_type>jp_jis</keyboard_type>
  52. <has_keypad>false</has_keypad>
  53. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  54. <code_kana_locks>true</code_kana_locks>
  55. <graph_locks>false</graph_locks>
  56. </PPI>
  57. <VDP id="VDP">
  58. <io base="0x98" num="8"/> <!-- mirroring not sure if same as EU V-20 -->
  59. <version>TMS9918A</version>
  60. <initialContent encoding="hex">FF00</initialContent> <!-- not sure if same as EU V-20 -->
  61. </VDP>
  62. <PSG id="PSG">
  63. <type>YM2149</type>
  64. <keyboardlayout>jis</keyboardlayout>
  65. <io base="0xA0" num="2" type="O"/>
  66. <io base="0xA2" num="1" type="I"/>
  67. <sound>
  68. <volume>21000</volume>
  69. </sound>
  70. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  71. </PSG>
  72. <PrinterPort id="Printer Port">
  73. <io base="0x90" num="2"/>
  74. </PrinterPort>
  75. </devices>
  76. </msxconfig>