Fujitsu_FM-X.xml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Fujitsu</manufacturer>
  6. <code>FM-X</code>
  7. <release_year>1983</release_year>
  8. <description>Fujitsu's one and only MSX computer. Can be connected to Fujitsu's FM-7 computer, which gives several special features, but all of that is not emulated.</description>
  9. <type>MSX</type>
  10. </info>
  11. <CassettePort/>
  12. <!-- Thanks to Werner Kai for all details!
  13. Type: MB25150 / S13B-0700-B410
  14. Based on serial no. 684015674
  15. CPU: Zilog Z8400A PS
  16. PSG: GI AY-3-8910
  17. VDP: TMS9928ANL
  18. has an internal speaker
  19. can be connected to the (non-MSX) Fujitsu FM-7 via the 60 pin connector
  20. (with a special interface cartridge, which include a ROM with a
  21. MSX-BASIC extension), enabling to:
  22. - use 16kB additional memory from the FM-7
  23. - use the printer of the FM-7
  24. - use the RS-232C card of the FM-7
  25. - use the FM-7 as keyboard input
  26. - use the FM-7 as a monitor of the FM-X (view/modify contents of memory,
  27. setting breakpoints, etc.)
  28. Likewise, the FM-7 can use the FM-X to:
  29. - use the sprite function of the FM-X by connecting digital RGB in/out
  30. - use 3 extra PSG channels of the FM-X
  31. - use the joysticks connected to the FM-X
  32. The FM-7's video output can be connected to the digital RGB-in connector
  33. of the FM-X, so that the monitor on the FM-X can be used to view the
  34. FM-7's video output.
  35. All of this info from here:
  36. http://fururingo.cocolog-nifty.com/blog/2012/09/fm-xfm-7-1459.html
  37. http://ja.wikipedia.org/wiki/FM-X
  38. -->
  39. <devices>
  40. <PPI id="ppi">
  41. <sound>
  42. <volume>16000</volume>
  43. </sound>
  44. <io base="0xA8" num="4"/>
  45. <keyboard_type>jp_jis</keyboard_type>
  46. <has_keypad>false</has_keypad>
  47. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  48. <code_kana_locks>true</code_kana_locks>
  49. <graph_locks>false</graph_locks>
  50. </PPI>
  51. <VDP id="VDP">
  52. <version>TMS9928A</version>
  53. <io base="0x98" num="2"/>
  54. <3bitrgboutput/> <!-- This machine's RGB output is 3-bit RGB... REALLY! -->
  55. </VDP>
  56. <PSG id="PSG">
  57. <type>AY8910</type>
  58. <keyboardlayout>jis</keyboardlayout>
  59. <sound>
  60. <volume>21000</volume>
  61. </sound>
  62. <io base="0xA0" num="2" type="O"/>
  63. <io base="0xA2" num="1" type="I"/>
  64. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  65. </PSG>
  66. <primary slot="0">
  67. <RAM id="Main RAM">
  68. <mem base="0xC000" size="0x4000"/>
  69. </RAM>
  70. <ROM id="MSX BIOS with BASIC ROM">
  71. <rom>
  72. <filename>fm-x_basic-bios1.rom</filename>
  73. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  74. </rom>
  75. <mem base="0x0000" size="0x8000"/>
  76. </ROM>
  77. </primary>
  78. <!-- <primary external="true" slot="1"/> this is a proprietary 60-pin port-->
  79. <primary external="true" slot="2"/>
  80. <primary slot="3"/>
  81. </devices>
  82. </msxconfig>