Yamaha_YIS-503.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE msxconfig SYSTEM 'msxconfig2.dtd'>
  3. <msxconfig>
  4. <info>
  5. <manufacturer>Yamaha</manufacturer>
  6. <code>YIS-503</code>
  7. <release_year>1984</release_year>
  8. <description>Home Personal Computer: like CX5F, but without sound module</description>
  9. <type>MSX</type>
  10. </info>
  11. <!--
  12. Confirmed by Peter Hanraets that this machine seems to be identical internally to the CX5F. Same ROMs are in place, same slot layout.
  13. -->
  14. <CassettePort/>
  15. <devices>
  16. <PPI id="ppi">
  17. <sound>
  18. <volume>16000</volume>
  19. </sound>
  20. <io base="0xA8" num="4"/>
  21. <keyboard_type>jp_ansi</keyboard_type>
  22. <has_keypad>false</has_keypad>
  23. <key_ghosting_sgc_protected>false</key_ghosting_sgc_protected>
  24. <code_kana_locks>true</code_kana_locks>
  25. </PPI>
  26. <VDP id="VDP">
  27. <io base="0x98" num="4" type="O"/>
  28. <io base="0x98" num="2" type="I"/>
  29. <version>TMS99X8A</version>
  30. </VDP>
  31. <PSG id="PSG">
  32. <type>YM2149</type>
  33. <sound>
  34. <volume>21000</volume>
  35. </sound>
  36. <io base="0xA0" num="2" type="O"/>
  37. <io base="0xA2" num="1" type="I"/>
  38. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  39. </PSG>
  40. <PrinterPort id="Printer Port">
  41. <io base="0x90" num="2"/>
  42. </PrinterPort>
  43. <primary slot="0">
  44. <RAM id="Main RAM">
  45. <mem base="0x8000" size="0x8000"/>
  46. <initialContent encoding="hex">FF00</initialContent>
  47. </RAM>
  48. <ROM id="MSX BIOS with BASIC ROM">
  49. <rom>
  50. <sha1>302afb5d8be26c758309ca3df611ae69cced2821</sha1>
  51. <filename>yis-503_basic-bios1.rom</filename>
  52. </rom>
  53. <mem base="0x0000" size="0x8000"/>
  54. </ROM>
  55. </primary>
  56. <primary external="true" slot="1"/>
  57. <!-- Note that this slot is not a standard MSX cartridgeslot, but a 50 pins
  58. male connector, carrying all MSX cartridgeslot signals. On a real machine
  59. you can use the Yamaha CA-01 Single Cartridge Adapter to change this slot
  60. into a normal MSX cartridge slot. As openMSX doesn't model these, consider
  61. this slot to have this adapter connected... -->
  62. <primary external="true" slot="2"/>
  63. <primary slot="3"/> <!-- module slot -->
  64. </devices>
  65. </msxconfig>