Canon_V-10.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Canon</manufacturer>
  6. <code>V-10</code>
  7. <release_year></release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Info provided by Werner Kai, based on serial 126034:
  12. HAS 4k/16k efect
  13. no address latch
  14. HAS sprite clones
  15. has screen 2 mirrored mode
  16. has mode 3 mixed mode
  17. Z80 scf: 01ED29ED01FC29FC (standard)
  18. Z80 cpl: 3AFF12D7 (standard)
  19. PSG pin 6/7 quirk: C (YES)
  20. PSGmask like YM2149 (FFFFFFetc.)
  21. Mobo photo shows chips:
  22. VDP: TMS9918ANL MHU 8327 9736 PHILIPPINES
  23. PPI: NEC D8255AC-5
  24. PSG: Yamaha YM2149C
  25. CPU: Zilog Z8400AP S
  26. ROM: 3256D19-3J1 Z-1 (C) 1983 MICROSOFT
  27. RAM and VRAM: both have 8x Toshiba TMM416P-2 4116-28336ADA
  28. See: https://plus.google.com/photos/112629367302659371233/albums/6153338169041664593
  29. -->
  30. <CassettePort/>
  31. <devices>
  32. <PPI id="ppi">
  33. <sound>
  34. <volume>16000</volume>
  35. </sound>
  36. <io base="0xA8" num="4"/>
  37. <keyboard_type>jp_jis</keyboard_type>
  38. <has_keypad>false</has_keypad>
  39. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  40. <code_kana_locks>true</code_kana_locks>
  41. <graph_locks>false</graph_locks>
  42. </PPI>
  43. <VDP id="VDP">
  44. <version>TMS9918A</version>
  45. <io base="0x98" num="2"/>
  46. </VDP>
  47. <PSG id="PSG">
  48. <type>YM2149</type>
  49. <keyboardlayout>jis</keyboardlayout>
  50. <sound>
  51. <volume>21000</volume>
  52. </sound>
  53. <io base="0xA0" num="2" type="O"/>
  54. <io base="0xA2" num="1" type="I"/>
  55. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  56. </PSG>
  57. <PrinterPort id="Printer Port">
  58. <io base="0x90" num="2"/>
  59. </PrinterPort>
  60. <primary slot="0">
  61. <RAM id="Main RAM">
  62. <mem base="0xC000" size="0x4000"/>
  63. </RAM>
  64. <ROM id="MSX BIOS with BASIC ROM">
  65. <rom>
  66. <filename>v-10_basic-bios1.rom</filename>
  67. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  68. </rom>
  69. <mem base="0x0000" size="0x8000"/>
  70. </ROM>
  71. </primary>
  72. <primary external="true" slot="1"/>
  73. <primary external="true" slot="2"/>
  74. <primary slot="3"/>
  75. </devices>
  76. </msxconfig>