Yamaha_AX150.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Yamaha</manufacturer>
  6. <code>AX150</code>
  7. <release_year>?</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. Information obtained from Yamaha/Sakhr AX-150 with S/N: 011501
  13. Motherboard ID: GCMK-77X YAMAHA XB155[B]
  14. Contains:
  15. - S3527 MSX-ENGINE (not seen, it's on the back side)
  16. - Zilog Z8400APS Z80 CPU - 8509 (or 8609)
  17. - YAMAHA YM2220 VDP 63 17 69 A
  18. - On the ROM chip marked with "BASIC" on the PCB, there is no sticker. It's a Yamaha YM2301-23976 // 64 24 75 A
  19. - On the ROM chip marked with "SUB" on the PCB, there is a code "XB329 A 0"
  20. - The "Arabic" ROM in "SUB" is version 1.01
  21. From the AX-150 with S/N 016381 we see:
  22. Motherboard ID: GCMK-77X YAMAHA XB155[B]
  23. - S3527 MSX-ENGINE (3527B 690770H)
  24. - Zilog Z8400APS Z80 CPU - 8627
  25. - YAMAHA YM2220 VDP 68 08 74 A
  26. - On the ROM chip marked with "BASIC" on the PCB, there is a code "XC276 A 0"
  27. - On the ROM chip marked with "SUB" on the PCB, there is a code "XB329 B 0"
  28. - The "Arabic" ROM in "SUB" is version 1.02
  29. -->
  30. <CassettePort/>
  31. <devices>
  32. <PPI id="ppi">
  33. <sound>
  34. <volume>16000</volume>
  35. </sound>
  36. <io base="0xA8" num="4"/>
  37. <keyboard_type>int</keyboard_type> <!-- Should be Arabic? -->
  38. <has_keypad>false</has_keypad>
  39. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  40. <code_kana_locks>false</code_kana_locks>
  41. <graph_locks>false</graph_locks>
  42. </PPI>
  43. <VDP id="VDP">
  44. <version>YM2220PAL</version>
  45. <io base="0x98" num="8"/> <!-- S-3527 mirrors -->
  46. </VDP>
  47. <PSG id="PSG">
  48. <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
  49. <sound>
  50. <volume>21000</volume>
  51. </sound>
  52. <io base="0xA0" num="2" type="O"/>
  53. <io base="0xA2" num="1" type="I"/>
  54. <ignorePortDirections>true</ignorePortDirections> <!-- not confirmed but based on S-3527 -->
  55. </PSG>
  56. <PrinterPort id="Printer Port">
  57. <io base="0x90" num="2"/>
  58. </PrinterPort>
  59. <primary slot="0">
  60. <secondary slot="0">
  61. <ROM id="MSX BIOS with BASIC ROM">
  62. <rom>
  63. <filename>ax-150_basic-bios.rom</filename>
  64. <sha1>afd6b92cc7c4b7aea960f6c15cde38381ad357b9</sha1> <!-- XC276 A 0 -->
  65. <sha1>079c018739c37485f3d64ef2145a0267fce6e20e</sha1>
  66. </rom>
  67. <mem base="0x0000" size="0x8000"/>
  68. </ROM>
  69. <RAM id="Main RAM">
  70. <mem base="0x8000" size="0x8000"/>
  71. <initialContent encoding="gz-base64">eJxjYBhY8H+AAQAioH+B</initialContent> <!-- ((chr(0) * 128) + (chr(255) * 128)) -->
  72. </RAM>
  73. </secondary>
  74. <secondary slot="1">
  75. <ROM id="Arabic ROM">
  76. <rom>
  77. <filename>ax-150_arabic.rom</filename>
  78. <sha1>786091b8744e78b9201e302f798469c8ace2ab95</sha1> <!-- version 1.02, XB329 B 0 -->
  79. <sha1>0cbc9b73e052e6ea25becf57c839f173f2bc01b3</sha1> <!-- version 1.01, XB329 A 0 -->
  80. </rom>
  81. <mem base="0x4000" size="0x8000"/>
  82. </ROM>
  83. </secondary>
  84. <secondary slot="2">
  85. <RAM id="Lower RAM">
  86. <mem base="0x0000" size="0x8000"/>
  87. <initialContent encoding="gz-base64">eJxjYBhY8H+AAQAioH+B</initialContent> <!-- ((chr(0) * 128) + (chr(255) * 128)) -->
  88. </RAM>
  89. </secondary>
  90. </primary>
  91. <primary external="true" slot="1"/>
  92. <primary external="true" slot="2"/>
  93. </devices>
  94. </msxconfig>