Sony_HBD-50.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0"?>
  2. <!DOCTYPE msxconfig SYSTEM "msxconfig2.dtd">
  3. <msxconfig>
  4. <info>
  5. <name>Micro Floppydisk Drive</name>
  6. <manufacturer>Sony</manufacturer>
  7. <code>HBD-50</code>
  8. <release_year>1985</release_year>
  9. <description>External Single Sided Double Density 3.5" disk drive.</description>
  10. <type>external disk drive</type>
  11. </info>
  12. <devices>
  13. <primary slot="any">
  14. <secondary slot="any">
  15. <WD2793 id="Sony HBD-50 diskROM/FDC">
  16. <connectionstyle>Philips</connectionstyle>
  17. <motor_off_timeout_ms>4000</motor_off_timeout_ms>
  18. <mem base="0x0000" size="0x10000"/>
  19. <!-- Verified on a real Sony HBD-50: FDC registers are visible
  20. in all 4 pages, rom only in page 1. This is handled internally
  21. in the WD2793 device -->
  22. <singlesided/>
  23. <rom>
  24. <sha1>ab57b4c8e5d47c2a39031c2057b97d2d10546582</sha1>
  25. <sha1>2144036d6573d666143e890e5413956bfe8f66c5</sha1>
  26. <filename>hbd-50.rom</filename>
  27. </rom>
  28. <drives>1</drives>
  29. </WD2793>
  30. </secondary>
  31. </primary>
  32. </devices>
  33. </msxconfig>