Yamaha_FD-03.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <!DOCTYPE msxconfig SYSTEM "msxconfig2.dtd">
  3. <msxconfig>
  4. <info>
  5. <name>3.5inch Floppydisk Drive 1DD</name>
  6. <manufacturer>Yamaha</manufacturer>
  7. <code>FD-03</code>
  8. <release_year>1986</release_year>
  9. <description>External single sided double density 3.5" disk drive.</description>
  10. <type>external disk drive</type>
  11. </info>
  12. <!-- Note: the service manual says the FDC is M5W1793-02P, compatible with WD FD1793-02.
  13. There are two versions of the ROM available.-->
  14. <devices>
  15. <primary slot="any">
  16. <secondary slot="any">
  17. <WD2793 id="Yamaha FD-03 diskROM/FDC">
  18. <connectionstyle>Yamaha</connectionstyle>
  19. <mem base="0x4000" size="0x8000"/> <!-- NOT VERIFIED! -->
  20. <rom>
  21. <sha1>ea3c1d20310e7fbaacfdede839be0118ecea015e</sha1> <!-- Version 3.8, Nov. 26 '85, with built in diagnostics software and 40 tracks support -->
  22. <sha1>5a5cc35ffb7f78ef440df9548c7360ab56719c5a</sha1> <!-- Version 3.5. -->
  23. <filename>fd-03.rom</filename>
  24. </rom>
  25. <drives>1</drives>
  26. </WD2793>
  27. </secondary>
  28. </primary>
  29. </devices>
  30. </msxconfig>