Eurohard_Dragon_MSX.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Eurohard/Radofin</manufacturer>
  6. <code>Dragon MSX</code>
  7. <release_year>1985</release_year>
  8. <description>Rare MSX that was never really mass produced as Eurohard had to close due to financial problems.</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- information based on serial number 000037, see http://archive.worldofdragon.org/index.php?title=Dragon_MSX
  12. In particular:
  13. http://archive.worldofdragon.org/images/4/4b/DragonMSX_PCB_Top.jpg
  14. http://archive.worldofdragon.org/images/3/34/DragonMSX_PCB_Bottom.jpg
  15. Thanks to David F. Gisbert aka Tromax, AUIC and Robcfg
  16. CPU: SHARP LH0080A Z80A-CPU
  17. PPI: NEC D8255AC-2
  18. PSG: GI SOUND RAD38910 8320 CDA
  19. VDP: TI TMS9129NL (DW8441)
  20. -->
  21. <CassettePort/>
  22. <devices>
  23. <primary slot="0">
  24. <!-- Note: these 2 16kB EPROMs combined are: 8963fc041975f31dc2ab1019cfdd4967999de53e, a very common ROM -->
  25. <ROM id="MSX BIOS ROM">
  26. <mem base="0x0000" size="0x4000"/>
  27. <rom>
  28. <sha1>7f8c94cb8913db32a696dec80ffc78e46693f1b7</sha1>
  29. <filename>uk1msx048.ic37</filename>
  30. </rom>
  31. </ROM>
  32. <ROM id="MSX BASIC ROM">
  33. <mem base="0x4000" size="0x4000"/>
  34. <rom>
  35. <sha1>05fedd4b9bfcf4949020c79d32c4c3f03a54fb62</sha1>
  36. <filename>uk2msx058.ic6</filename>
  37. </rom>
  38. </ROM>
  39. </primary>
  40. <primary external="true" slot="1"/>
  41. <primary slot="2">
  42. <RAM id="Main RAM">
  43. <mem base="0x0000" size="0x10000"/>
  44. </RAM>
  45. </primary>
  46. <primary external="true" slot="3"/>
  47. <PPI id="ppi">
  48. <io base="0xA8" num="4"/>
  49. <sound>
  50. <volume>16000</volume>
  51. </sound>
  52. <keyboard_type>gb</keyboard_type>
  53. <has_keypad>false</has_keypad>
  54. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  55. <code_kana_locks>false</code_kana_locks>
  56. <graph_locks>false</graph_locks>
  57. </PPI>
  58. <VDP id="VDP">
  59. <io base="0x98" num="2"/>
  60. <version>TMS9129</version>
  61. <initialContent encoding="hex">FF00</initialContent>
  62. </VDP>
  63. <PSG id="PSG">
  64. <keyboardlayout>JIS</keyboardlayout>
  65. <type>AY8910</type>
  66. <io base="0xA0" num="2" type="O"/>
  67. <io base="0xA2" num="1" type="I"/>
  68. <sound>
  69. <volume>21000</volume>
  70. </sound>
  71. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  72. </PSG>
  73. <PrinterPort id="Printer Port">
  74. <io base="0x90" num="2"/>
  75. </PrinterPort>
  76. </devices>
  77. </msxconfig>