12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0"?>
- <!DOCTYPE msxconfig SYSTEM "msxconfig2.dtd">
- <msxconfig>
- <info>
- <name>3.5inch Floppydisk Drive 1DD</name>
- <manufacturer>Yamaha</manufacturer>
- <code>FD-03</code>
- <release_year>1986</release_year>
- <description>External single sided double density 3.5" disk drive.</description>
- <type>external disk drive</type>
- </info>
- <!-- Note: the service manual says the FDC is M5W1793-02P, compatible with WD FD1793-02.
- There are two versions of the ROM available.-->
- <devices>
- <primary slot="any">
- <secondary slot="any">
- <WD2793 id="Yamaha FD-03 diskROM/FDC">
- <connectionstyle>Yamaha</connectionstyle>
- <mem base="0x4000" size="0x8000"/> <!-- NOT VERIFIED! -->
- <rom>
- <sha1>ea3c1d20310e7fbaacfdede839be0118ecea015e</sha1> <!-- Version 3.8, Nov. 26 '85, with built in diagnostics software and 40 tracks support -->
- <sha1>5a5cc35ffb7f78ef440df9548c7360ab56719c5a</sha1> <!-- Version 3.5. -->
- <filename>fd-03.rom</filename>
- </rom>
- <drives>1</drives>
- </WD2793>
- </secondary>
- </primary>
- </devices>
- </msxconfig>
|