Yamaha_YIS-503F.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-503F</code>
  7. <release_year>1984?</release_year>
  8. <description/>
  9. <type>MSX</type>
  10. </info>
  11. <CassettePort/>
  12. <devices>
  13. <PPI id="ppi">
  14. <sound>
  15. <volume>16000</volume>
  16. </sound>
  17. <io base="0xA8" num="4"/>
  18. <keyboard_type>gb</keyboard_type>
  19. <has_keypad>false</has_keypad>
  20. <key_ghosting_sgc_protected>true</key_ghosting_sgc_protected>
  21. <code_kana_locks>false</code_kana_locks>
  22. <graph_locks>false</graph_locks>
  23. </PPI>
  24. <VDP id="VDP">
  25. <version>TMS9929A</version>
  26. <io base="0x98" num="2"/>
  27. </VDP>
  28. <PSG id="PSG">
  29. <type>YM2149</type>
  30. <sound>
  31. <volume>21000</volume>
  32. </sound>
  33. <io base="0xA0" num="2" type="O"/>
  34. <io base="0xA2" num="1" type="I"/>
  35. <ignorePortDirections>false</ignorePortDirections> <!-- not sure, but guess based on discrete PSG chip -->
  36. </PSG>
  37. <PrinterPort id="Printer Port">
  38. <io base="0x90" num="2"/>
  39. </PrinterPort>
  40. <primary slot="0">
  41. <RAM id="Main RAM">
  42. <mem base="0x8000" size="0x8000"/>
  43. </RAM>
  44. <ROM id="MSX BIOS with BASIC ROM">
  45. <rom>
  46. <filename>yis-503f_basic-bios1.rom</filename>
  47. <sha1>8963fc041975f31dc2ab1019cfdd4967999de53e</sha1>
  48. </rom>
  49. <mem base="0x0000" size="0x8000"/>
  50. </ROM>
  51. </primary>
  52. <primary external="true" slot="1"/>
  53. <!-- Note that this slot is not a standard MSX cartridgeslot, but a 50 pins
  54. male connector, carrying all MSX cartridgeslot signals. On a real machine
  55. you can use the Yamaha CA-01 Single Cartridge Adapter to change this slot
  56. into a normal MSX cartridge slot. As openMSX doesn't model these, consider
  57. this slot to have this adapter connected... -->
  58. <primary external="true" slot="2"/>
  59. <!-- Note that this is not a standard MSX cartridgeslot, but a 60 pins card
  60. edge connector, carrying all MSX cartridgeslot signals. It is made to
  61. connect the Yamaha SFG-01/05 and other "units" with the same connector. As
  62. openMSX doesn't model this, we just make it available as an MSX cartridge
  63. slot here. -->
  64. <primary external="true" slot="3"/>
  65. </devices>
  66. </msxconfig>