Al_Alamiah_AX170.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Al Alamiah</manufacturer>
  6. <code>AX170</code>
  7. <release_year>1986</release_year>
  8. <description>Arabic MSX1 machine.</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Thanks to Werner Kai for his information
  12. Based on serial 02- 58662962
  13. Mainboard says UF0896B1
  14. Information from serial 02- 59983501:
  15. see: http://bilgisayarlarim.com/alAlamiah/AX_170
  16. MSX-ENGINE: Toshiba T7937A
  17. -->
  18. <CassettePort/>
  19. <devices>
  20. <PPI id="ppi">
  21. <sound>
  22. <volume>16000</volume>
  23. </sound>
  24. <io base="0xA8" num="4"/>
  25. <keyboard_type>int</keyboard_type> <!-- Is actually Arabic... -->
  26. <has_keypad>false</has_keypad>
  27. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  28. <code_kana_locks>false</code_kana_locks>
  29. <graph_locks>false</graph_locks>
  30. </PPI>
  31. <VDP id="VDP">
  32. <version>T7937APAL</version>
  33. <io base="0x98" num="2"/>
  34. </VDP>
  35. <PSG id="PSG">
  36. <type>AY8910</type>
  37. <sound>
  38. <volume>21000</volume>
  39. </sound>
  40. <io base="0xA0" num="2" type="O"/>
  41. <io base="0xA2" num="1" type="I"/>
  42. <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  43. </PSG>
  44. <PrinterPort id="Printer Port">
  45. <io base="0x90" num="2"/>
  46. </PrinterPort>
  47. <primary slot="0">
  48. <ROM id="MSX BIOS with BASIC ROM">
  49. <rom>
  50. <filename>ax170_basic-bios1.rom</filename>
  51. <sha1>5e094fca95ab8e91873ee372a3f1239b9a48a48d</sha1>
  52. </rom>
  53. <mem base="0x0000" size="0x8000"/>
  54. </ROM>
  55. </primary>
  56. <primary slot="1">
  57. <secondary slot="0">
  58. <ROM id="Arabic ROM">
  59. <rom>
  60. <filename>ax170_arabic.rom</filename>
  61. <sha1>0287b2ec897b9196788cd9f10c99e1487d7adbbb</sha1>
  62. </rom>
  63. <mem base="0x0000" size="0x10000"/>
  64. </ROM>
  65. </secondary>
  66. </primary>
  67. <primary external="true" slot="2"/>
  68. <primary slot="3">
  69. <secondary slot="0">
  70. <RAM id="Main RAM">
  71. <mem base="0x0000" size="0x10000"/>
  72. </RAM>
  73. </secondary>
  74. <secondary external="true" slot="3"/>
  75. </primary>
  76. </devices>
  77. </msxconfig>