Yamaha_YIS-503II.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Yamaha</manufacturer>
  6. <code>YIS-503II</code>
  7. <release_year>1985</release_year>
  8. <desciption/>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. Based on machine of Peter Hanraets, with serial nr. 001791.
  13. Case wasn't opened.
  14. V9938 VDP
  15. Z80 scf: 01E529ED01F429FC (dunno)
  16. Z80 cpl: 3AFF12D7 (standard)
  17. Z80 out (c),0: 0 (MSX)
  18. PSG pin 6/7 quirk: C (YES)
  19. PSGMask: YM2149 like
  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>jp_ansi</keyboard_type>
  29. <has_keypad>false</has_keypad>
  30. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  31. <code_kana_locks>true</code_kana_locks>
  32. </PPI>
  33. <VDP id="VDP">
  34. <version>V9938</version>
  35. <vram>16</vram>
  36. <io base="0x98" num="8" type="O"/> <!-- S-3527 mirrors -->
  37. <io base="0x98" num="8" type="I"/> <!-- S-3527 mirrors -->
  38. </VDP>
  39. <PSG id="PSG">
  40. <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
  41. <sound>
  42. <volume>21000</volume>
  43. </sound>
  44. <io base="0xA0" num="2" type="O"/>
  45. <io base="0xA2" num="1" type="I"/>
  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>yis503ii_basic_bios1.rom</filename>
  54. <sha1>4d0c37ad722366ac7aa3d64291c3db72884deb2d</sha1>
  55. </rom>
  56. <mem base="0x0000" size="0x8000"/>
  57. </ROM>
  58. </primary>
  59. <primary external="true" slot="1"/>
  60. <primary external="true" slot="2"/>
  61. <primary slot="3">
  62. <secondary slot="0"/> <!-- not connected -->
  63. <secondary slot="1"/> <!-- not connected (normally mini slot, but the hatch cannot be opened in this model) -->
  64. <secondary slot="2">
  65. <RAM id="Main RAM">
  66. <mem base="0x0000" size="0x10000"/>
  67. <initialContent encoding="gz-base64">eJz7z/B/QOEAW/8fAASAf4E=</initialContent> <!-- 64x FF00, 64x 00FF, etc. In the RAM dump, the first byte of each 256 byte group seems to be random, but that's not emulated. -->
  68. </RAM>
  69. </secondary>
  70. <secondary slot="3"/> <!-- module slot -->
  71. </primary>
  72. </devices>
  73. </msxconfig>