Yamaha_YIS-503IIR.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Yamaha</manufacturer>
  6. <code>YIS-503IIR</code>
  7. <release_year>1985</release_year>
  8. <description>Russian MSX</description>
  9. <type>MSX</type>
  10. </info>
  11. <!-- Note that the network module is not emulated. It's a module similar to the
  12. Yamaha SFG-01/05 regarding physical shape and how it connects to the MSX. -->
  13. <CassettePort/>
  14. <devices>
  15. <primary slot="0">
  16. <ROM id="MSX BIOS with BASIC ROM">
  17. <mem base="0x0000" size="0x8000"/>
  18. <rom>
  19. <sha1>807a823d4cac527c9f3758ed412aa2584c7f6d37</sha1>
  20. <filename>yis-503iir_basic-bios.rom</filename>
  21. </rom>
  22. </ROM>
  23. </primary>
  24. <primary external="true" slot="1"/>
  25. <primary external="true" slot="2"/>
  26. <primary slot="3">
  27. <secondary slot="2">
  28. <RAM id="Main RAM">
  29. <mem base="0x0000" size="0x10000"/>
  30. </RAM>
  31. </secondary>
  32. </primary>
  33. <PPI id="ppi">
  34. <io base="0xA8" num="4"/>
  35. <sound>
  36. <volume>16000</volume>
  37. </sound>
  38. <keyboard_type>ru</keyboard_type>
  39. <has_keypad>false</has_keypad>
  40. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  41. <code_kana_locks>false</code_kana_locks>
  42. <graph_locks>false</graph_locks>
  43. </PPI>
  44. <VDP id="VDP">
  45. <io base="0x98" num="8" type="O"/> <!-- S-3527 mirrors -->
  46. <io base="0x98" num="8" type="I"/> <!-- S-3527 mirrors -->
  47. <version>V9938</version>
  48. <vram>16</vram>
  49. </VDP>
  50. <PSG id="PSG">
  51. <type>YM2149</type> <!-- in S-3527 MSX-ENGINE -->
  52. <io base="0xA0" num="2" type="O"/>
  53. <io base="0xA2" num="1" type="I"/>
  54. <sound>
  55. <volume>21000</volume>
  56. </sound>
  57. <ignorePortDirections>true</ignorePortDirections> <!-- not sure, but guess based on use of Engine IC -->
  58. </PSG>
  59. <PrinterPort id="Printer Port">
  60. <io base="0x90" num="2"/>
  61. </PrinterPort>
  62. </devices>
  63. </msxconfig>