Yamaha_FD-05.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <!DOCTYPE msxconfig SYSTEM "msxconfig2.dtd">
  3. <msxconfig>
  4. <info>
  5. <name>3.5Inch MSX Micro FDD</name>
  6. <manufacturer>Yamaha</manufacturer>
  7. <code>FD-05/FD-051</code>
  8. <release_year>1985</release_year>
  9. <description>External double sided double density 3.5" disk drive.</description>
  10. <type>external disk drive</type>
  11. </info>
  12. <!-- Note: the service manual mentions that there is an OLD TYPE (with
  13. WD1793) and a new type (with WD2793). It's not sure from which version
  14. the ROM below originates. -->
  15. <devices>
  16. <primary slot="any">
  17. <secondary slot="any">
  18. <WD2793 id="Yamaha FD-051 diskROM/FDC">
  19. <connectionstyle>Sony</connectionstyle>
  20. <mem base="0x0000" size="0x10000"/> <!-- Verified by Max Iwamoto that the registers are mirrored on all pages -->
  21. <rom>
  22. <sha1>4b08a057e5863ade179dcf8bc9377e90940e6d61</sha1>
  23. <filename>FD-051.BIN</filename>
  24. </rom>
  25. <drives>1</drives>
  26. </WD2793>
  27. </secondary>
  28. </primary>
  29. </devices>
  30. </msxconfig>