Panasonic_CF-2700_DE.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Panasonic</manufacturer>
  6. <code>CF-2700</code>
  7. <release_year>?</release_year>
  8. <description>One of the few European MSX machines by Panasonic. German version; one of the most common MSX machines in Germany.</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- hap:
  12. CPU: NEC D780C-1
  13. PPI: NEC D8255AC-2
  14. PSG: GI AY-3-8910A - ANSI
  15. VDP: under heat sink (TMS9129 probably: has sprite clones, screen 2 mirrored,
  16. no 4k/16k effect)
  17. crystal: same for cpu/vdp/psg
  18. -->
  19. <CassettePort/>
  20. <devices>
  21. <PPI id="ppi">
  22. <sound>
  23. <volume>16000</volume>
  24. </sound>
  25. <io base="0xA8" num="8"/> <!-- mirroring confirmed by hap -->
  26. <keyboard_type>de</keyboard_type>
  27. <has_keypad>false</has_keypad>
  28. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  29. <code_kana_locks>false</code_kana_locks>
  30. <graph_locks>false</graph_locks>
  31. </PPI>
  32. <VDP id="VDP">
  33. <version>TMS9129</version>
  34. <io base="0x98" num="8"/> <!-- mirroring confirmed by hap -->
  35. <initialContent encoding="hex">FF00</initialContent>
  36. </VDP>
  37. <PSG id="PSG">
  38. <type>AY8910</type>
  39. <sound>
  40. <volume>21000</volume>
  41. </sound>
  42. <io base="0xA0" num="2" type="O"/>
  43. <io base="0xA2" num="1" type="I"/>
  44. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  45. </PSG>
  46. <PrinterPort id="Printer Port">
  47. <io base="0x90" num="2"/>
  48. </PrinterPort>
  49. <primary slot="0">
  50. <ROM id="MSX BIOS with BASIC ROM">
  51. <rom>
  52. <filename>cf-2700_basic-bios1_german.rom</filename>
  53. <sha1>69bf27b610e11437dad1f7a1c37a63179a293d12</sha1> <!-- Verified on n_n's machine -->
  54. </rom>
  55. <mem base="0x0000" size="0x8000"/>
  56. </ROM>
  57. </primary>
  58. <primary slot="1">
  59. <RAM id="Main RAM">
  60. <mem base="0x0000" size="0x10000"/>
  61. </RAM>
  62. </primary>
  63. <primary external="true" slot="2"/>
  64. <primary external="true" slot="3"/>
  65. </devices>
  66. </msxconfig>