Canon_V-8.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Canon</manufacturer>
  6. <code>V-8</code>
  7. <release_year></release_year>
  8. <description>Very compact and rather minimal MSX1 machine</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Based on serial 131844, thanks to Ricardo Jurczyk Pinheiro
  12. and serial 125424, thanks to Werner Kai
  13. both:
  14. Z80 scf: 01C529ED01D429C (dunno)
  15. Z80 cpl: 3AFF12D7 (standard)
  16. Z80 out (c), 0: 0 (MSX)
  17. PSG pin 6/7 quirk: C (YES)
  18. pics of 125424 reveal:
  19. has S3527 MSX-ENGINE
  20. Z80: NEC D780C-1
  21. VDP: TMS9118NL
  22. no printerport
  23. -->
  24. <CassettePort/>
  25. <devices>
  26. <PPI id="ppi">
  27. <sound>
  28. <volume>16000</volume>
  29. </sound>
  30. <io base="0xA8" num="4"/>
  31. <keyboard_type>jp_jis</keyboard_type>
  32. <has_keypad>false</has_keypad>
  33. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  34. <code_kana_locks>true</code_kana_locks>
  35. <graph_locks>false</graph_locks>
  36. </PPI>
  37. <VDP id="VDP">
  38. <version>TMS9118</version> <!-- NO effect of 4k/16k switch, no latch, HAS clones, HAS screen 2 mirrored mode, HAS mode 3 mixed mode -->
  39. <io base="0x98" num="8"/> <!-- S-3527 mirrors -->
  40. </VDP>
  41. <PSG id="PSG">
  42. <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
  43. <keyboardlayout>jis</keyboardlayout>
  44. <sound>
  45. <volume>21000</volume>
  46. </sound>
  47. <io base="0xA0" num="2" type="O"/>
  48. <io base="0xA2" num="1" type="I"/>
  49. <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  50. </PSG>
  51. <primary slot="0">
  52. <RAM id="Main RAM">
  53. <mem base="0xC000" size="0x4000"/>
  54. </RAM>
  55. <ROM id="MSX BIOS with BASIC ROM">
  56. <rom>
  57. <filename>v-8_basic-bios1.rom</filename>
  58. <sha1>97f9a0b45ee4b34d87ca3f163df32e1f48b0f09c</sha1>
  59. </rom>
  60. <mem base="0x0000" size="0x8000"/>
  61. </ROM>
  62. </primary>
  63. <primary external="true" slot="1"/>
  64. </devices>
  65. </msxconfig>