National_CF-1200.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>National</manufacturer>
  6. <code>CF-1200</code>
  7. <release_year>1984</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <CassettePort/>
  12. <devices>
  13. <!-- hap:
  14. CPU: NEC D780C-1
  15. PPI: NEC D8255AC-5
  16. PSG: GI AY-3-8910A - ANSI
  17. VDP: TI TMS9918A (heatsink, with hole so you can see the label)
  18. PCB label: DFUP0001ZA-3 (PSU PCB label: DFUP0002ZA-2a)
  19. ROM label: MN23257CFB Matshushita 4D 8
  20. crystal: 10738.6
  21. -->
  22. <PPI id="ppi">
  23. <!-- brand: NEC -->
  24. <sound>
  25. <volume>16000</volume>
  26. </sound>
  27. <io base="0xA8" num="4"/>
  28. <keyboard_type>jp_ansi</keyboard_type>
  29. <has_keypad>false</has_keypad>
  30. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  31. <code_kana_locks>true</code_kana_locks>
  32. <graph_locks>false</graph_locks>
  33. </PPI>
  34. <VDP id="VDP">
  35. <version>TMS9918A</version>
  36. <io base="0x98" num="2"/>
  37. <initialContent encoding="hex">FF00</initialContent>
  38. </VDP>
  39. <PSG id="PSG">
  40. <type>AY8910</type>
  41. <keyboardlayout>50on</keyboardlayout>
  42. <sound>
  43. <volume>21000</volume>
  44. </sound>
  45. <io base="0xA0" num="2" type="O"/>
  46. <io base="0xA2" num="1" type="I"/>
  47. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  48. </PSG>
  49. <PrinterPort id="Printer Port">
  50. <io base="0x90" num="2"/>
  51. </PrinterPort>
  52. <primary slot="0">
  53. <RAM id="Main RAM">
  54. <mem base="0xC000" size="0x4000"/>
  55. </RAM>
  56. <ROM id="MSX BIOS with BASIC ROM">
  57. <rom>
  58. <filename>cf-1200_basic-bios1.rom</filename>
  59. <sha1>c7a2c5baee6a9f0e1c6ee7d76944c0ab1886796c</sha1>
  60. </rom>
  61. <mem base="0x0000" size="0x8000"/>
  62. </ROM>
  63. </primary>
  64. <primary external="true" slot="1"/>
  65. <primary external="true" slot="2"/>
  66. <primary slot="3"/>
  67. </devices>
  68. </msxconfig>