Canon_V-20.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Canon</manufacturer>
  6. <code>V-20 (EU)</code>
  7. <release_year>1984?</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!-- hap:
  12. CPU: ZiLOG Z8400APS Z80A
  13. PPI: Mitsubishi M5L8255AP-5
  14. PSG: Yamaha YM2149 - JIS
  15. VDP: TI TMS9929ANL
  16. crystal: X1:10.6875 (VDP), X2:1431818(CPU/PSG): so not synced
  17. The machine with serial 711122, see http://bilgisayarlarim.com/Canon/V-20:
  18. CPU: Zilog Z8400A PS Z80A
  19. PPI: NEC D8255AC-5
  20. PSG: YM2149 F
  21. VDP: TMS9929ANL
  22. crystal: X1:10.6875 (VDP), X2:1431818(CPU/PSG): so not synced
  23. -->
  24. <CassettePort/>
  25. <devices>
  26. <primary slot="0">
  27. <ROM id="MSX BIOS with BASIC ROM">
  28. <mem base="0x0000" size="0x8000"/>
  29. <rom>
  30. <sha1>8963fc041975f31dc2ab1019cfdd4967999de53e</sha1>
  31. <filename>v-20eu_basic-bios1.rom</filename>
  32. </rom>
  33. </ROM>
  34. </primary>
  35. <primary external="true" slot="1"/>
  36. <primary external="true" slot="2"/>
  37. <primary slot="3">
  38. <RAM id="Main RAM">
  39. <mem base="0x0000" size="0x10000"/>
  40. </RAM>
  41. </primary>
  42. <PPI id="ppi">
  43. <io base="0xA8" num="8"/> <!-- mirroring confirmed by hap -->
  44. <sound>
  45. <volume>16000</volume>
  46. </sound>
  47. <keyboard_type>gb</keyboard_type>
  48. <has_keypad>false</has_keypad>
  49. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  50. <code_kana_locks>false</code_kana_locks>
  51. <graph_locks>false</graph_locks>
  52. </PPI>
  53. <VDP id="VDP">
  54. <io base="0x98" num="8"/> <!-- mirroring confirmed by hap -->
  55. <version>TMS9929A</version>
  56. <initialContent encoding="hex">FF00</initialContent>
  57. </VDP>
  58. <PSG id="PSG">
  59. <keyboardlayout>JIS</keyboardlayout>
  60. <type>YM2149</type>
  61. <io base="0xA0" num="2" type="O"/>
  62. <io base="0xA2" num="1" type="I"/>
  63. <sound>
  64. <volume>21000</volume>
  65. </sound>
  66. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  67. </PSG>
  68. <PrinterPort id="Printer Port">
  69. <io base="0x90" num="2"/>
  70. </PrinterPort>
  71. </devices>
  72. </msxconfig>