Al_Alamiah_AX230.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Al Alamiah</manufacturer>
  6. <code>AX230</code>
  7. <release_year>1986</release_year>
  8. <description>Arabic MSX1 machine with built in games.</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Thanks to Tabajara Labs for his information, based on S/N: 00 AA432877
  12. Mainboard says Sanyo 2CA4B10550A__ 2CA0U20899X1_
  13. MSX-ENGINE: Toshiba T7937A
  14. RAM in slot 3.0
  15. Z80 scf: 01ED29ED01FC29FC (standard)
  16. Z80 cpl: 3AF12D7 (standard)
  17. Z80 out (c),0: FF (turboR)
  18. PSG pin 6/7 quirk: C (YES)
  19. PSG mask like AY8910
  20. -->
  21. <CassettePort/>
  22. <devices>
  23. <PPI id="ppi">
  24. <sound>
  25. <volume>16000</volume>
  26. </sound>
  27. <io base="0xA8" num="4"/>
  28. <keyboard_type>int</keyboard_type> <!-- Is actually Arabic... -->
  29. <has_keypad>false</has_keypad>
  30. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  31. <code_kana_locks>false</code_kana_locks>
  32. <graph_locks>false</graph_locks>
  33. </PPI>
  34. <VDP id="VDP">
  35. <version>T7937APAL</version>
  36. <io base="0x98" num="2"/>
  37. </VDP>
  38. <PSG id="PSG">
  39. <type>AY8910</type>
  40. <sound>
  41. <volume>21000</volume>
  42. </sound>
  43. <io base="0xA0" num="2" type="O"/>
  44. <io base="0xA2" num="1" type="I"/>
  45. <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  46. </PSG>
  47. <PrinterPort id="Printer Port">
  48. <io base="0x90" num="2"/>
  49. </PrinterPort>
  50. <primary slot="0">
  51. <ROM id="MSX BIOS with BASIC ROM">
  52. <rom>
  53. <filename>IC125.BIN</filename>
  54. <sha1>0340707c5de2310dcf5e569b7db4c6a6a5590cb7</sha1>
  55. <window base="0x0000" size="0x8000"/>
  56. </rom>
  57. <mem base="0x0000" size="0x8000"/>
  58. </ROM>
  59. </primary>
  60. <primary slot="1">
  61. <secondary slot="0">
  62. <ROM id="Arabic ROM">
  63. <rom>
  64. <filename>IC125.BIN</filename>
  65. <sha1>0340707c5de2310dcf5e569b7db4c6a6a5590cb7</sha1>
  66. <window base="0x8000" size="0x8000"/>
  67. </rom>
  68. <!-- the following puts the 3rd 16kB of the EPROM in page 2 and the
  69. 4th 16kB in page 1: the ROM is mirrored from 0x0000, but visibility
  70. is arranged by the mem tag -->
  71. <mem base="0x4000" size="0x8000"/>
  72. <mappertype>Mirrored0000</mappertype>
  73. </ROM>
  74. </secondary>
  75. </primary>
  76. <primary external="true" slot="2"/>
  77. <primary slot="3">
  78. <secondary slot="0">
  79. <RAM id="Main RAM">
  80. <mem base="0x0000" size="0x10000"/>
  81. <initialContent encoding="hex">0000FFFFFFFF0000</initialContent>
  82. </RAM>
  83. </secondary>
  84. <secondary slot="3">
  85. <ROM id="Games ROM">
  86. <rom>
  87. <filename>IC127.BIN</filename>
  88. <sha1>620a209bdfdb65a22380031fce654bd1df61def2</sha1>
  89. </rom>
  90. <mem base="0x0000" size="0x10000"/>
  91. <mappertype>ASCII8</mappertype>
  92. </ROM>
  93. </secondary>
  94. </primary>
  95. </devices>
  96. </msxconfig>