Yamaha_YIS-604-128.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Yamaha</manufacturer>
  6. <code>YIS-604/128</code>
  7. <release_year>1985</release_year>
  8. <description>Home Personal Computer</description>
  9. <type>MSX2</type>
  10. </info>
  11. <!-- Config based on slot layout and ROM check of Marcel Schipper's
  12. machine. It seems identical to the CX7/128.
  13. It was never sold with an SFG-05 or other Yamaha unit in the module
  14. slot.
  15. -->
  16. <MapperReadBackBits>largest</MapperReadBackBits>
  17. <CassettePort/>
  18. <devices>
  19. <PPI id="ppi">
  20. <sound>
  21. <volume>16000</volume>
  22. </sound>
  23. <io base="0xA8" num="4"/>
  24. <keyboard_type>jp_ansi</keyboard_type>
  25. <has_keypad>false</has_keypad>
  26. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  27. <code_kana_locks>true</code_kana_locks>
  28. </PPI>
  29. <VDP id="VDP">
  30. <version>V9938</version>
  31. <vram>128</vram>
  32. <io base="0x98" num="8" type="O"/> <!-- S-3527 mirrors -->
  33. <io base="0x98" num="8" type="I"/> <!-- S-3527 mirrors -->
  34. </VDP>
  35. <PSG id="PSG">
  36. <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
  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. <RTC id="Real time clock">
  45. <sramname>yis604-128.cmos</sramname>
  46. <io base="0xB4" num="2" type="O"/>
  47. <io base="0xB5" num="1" type="I"/>
  48. </RTC>
  49. <PrinterPort id="Printer Port">
  50. <io base="0x90" num="2"/>
  51. </PrinterPort>
  52. <primary slot="0">
  53. <ROM id="MSX BIOS with BASIC ROM">
  54. <rom>
  55. <filename>yis604-128_basic_bios2.rom</filename>
  56. <sha1>0081ea0d25bc5cd8d70b60ad8cfdc7307812c0fd</sha1>
  57. </rom>
  58. <mem base="0x0000" size="0x8000"/>
  59. </ROM>
  60. </primary>
  61. <primary external="true" slot="1"/>
  62. <primary external="true" slot="2"/>
  63. <primary slot="3">
  64. <secondary slot="0">
  65. <ROM id="MSX Sub ROM">
  66. <rom>
  67. <filename>yis604-128_msx2sub.rom</filename>
  68. <sha1>b8e30d604d319d511cbfbc61e5d8c38fbb9c5a33</sha1>
  69. </rom>
  70. <mem base="0x0000" size="0x4000"/>
  71. </ROM>
  72. </secondary>
  73. <secondary slot="1"/> <!-- mini cartridge slot -->
  74. <secondary slot="2">
  75. <MemoryMapper id="Main RAM">
  76. <size>128</size>
  77. <mem base="0x0000" size="0x10000"/>
  78. <initialContent encoding="gz-base64">eJz7/58ywEAhoNB6iu0f6u4ftX9gwUC7n1L7AT7T/hA=</initialContent> <!--1010010101011010 where 1= (chr(255) * 64) and 0= (chr(0) * 64)) -->
  79. </MemoryMapper>
  80. </secondary>
  81. <secondary slot="3"/> <!-- module slot -->
  82. </primary>
  83. </devices>
  84. </msxconfig>