trunk/src/emu/imagedev/floppy.c
| r245583 | r245584 | |
| 48 | 48 | const device_type FLOPPY_8_SSDD = &device_creator<floppy_8_ssdd>; |
| 49 | 49 | const device_type FLOPPY_8_DSDD = &device_creator<floppy_8_dsdd>; |
| 50 | 50 | |
| 51 | | // epson 3.5" drives |
| 51 | // Epson 3.5" drives |
| 52 | 52 | #if 0 |
| 53 | 53 | const device_type EPSON_SMD_110 = &device_creator<epson_smd_110>; |
| 54 | 54 | const device_type EPSON_SMD_120 = &device_creator<epson_smd_120>; |
| r245583 | r245584 | |
| 70 | 70 | const device_type EPSON_SMD_489M = &device_creator<epson_smd_489m>; |
| 71 | 71 | #endif |
| 72 | 72 | |
| 73 | | // epson 5.25" drives |
| 73 | // Epson 5.25" drives |
| 74 | 74 | #if 0 |
| 75 | 75 | const device_type EPSON_SD_311 = &device_creator<epson_sd_311>; |
| 76 | 76 | #endif |
| r245583 | r245584 | |
| 88 | 88 | const device_type EPSON_SD_680L = &device_creator<epson_sd_680l>; |
| 89 | 89 | #endif |
| 90 | 90 | |
| 91 | | // sony 3.5" drives |
| 91 | // Sony 3.5" drives |
| 92 | 92 | const device_type SONY_OA_D31V = &device_creator<sony_oa_d31v>; |
| 93 | 93 | const device_type SONY_OA_D32W = &device_creator<sony_oa_d32w>; |
| 94 | 94 | const device_type SONY_OA_D32V = &device_creator<sony_oa_d32v>; |
| 95 | 95 | |
| 96 | | // teac 5.25" drives |
| 96 | // TEAC 5.25" drives |
| 97 | 97 | #if 0 |
| 98 | 98 | const device_type TEAC_FD_55A = &device_creator<teac_fd_55a>; |
| 99 | 99 | const device_type TEAC_FD_55B = &device_creator<teac_fd_55b>; |
| r245583 | r245584 | |
| 1672 | 1672 | } |
| 1673 | 1673 | |
| 1674 | 1674 | //------------------------------------------------- |
| 1675 | | // sony oa-d31v |
| 1675 | // Sony OA-D31V |
| 1676 | 1676 | // |
| 1677 | 1677 | // track to track: 15 ms |
| 1678 | 1678 | // average: 365 ms |
| r245583 | r245584 | |
| 1706 | 1706 | } |
| 1707 | 1707 | |
| 1708 | 1708 | //------------------------------------------------- |
| 1709 | | // sony oa-d32w |
| 1709 | // Sony OA-D32W |
| 1710 | 1710 | // |
| 1711 | 1711 | // track to track: 12 ms |
| 1712 | 1712 | // average: 350 ms |
| r245583 | r245584 | |
| 1742 | 1742 | } |
| 1743 | 1743 | |
| 1744 | 1744 | //------------------------------------------------- |
| 1745 | | // sony oa-d32v |
| 1745 | // Sony OA-D32V |
| 1746 | 1746 | // |
| 1747 | 1747 | // track to track: 12 ms |
| 1748 | 1748 | // average: 350 ms |
| r245583 | r245584 | |
| 1777 | 1777 | } |
| 1778 | 1778 | |
| 1779 | 1779 | //------------------------------------------------- |
| 1780 | | // teac fd-55f |
| 1780 | // TEAC FD-55F |
| 1781 | 1781 | // |
| 1782 | 1782 | // track to track: 3 ms |
| 1783 | 1783 | // average: 94 ms |
| r245583 | r245584 | |
| 1815 | 1815 | } |
| 1816 | 1816 | |
| 1817 | 1817 | //------------------------------------------------- |
| 1818 | | // teac fd-55g |
| 1818 | // TEAC FD-55G |
| 1819 | 1819 | // |
| 1820 | 1820 | // track to track: 3 ms |
| 1821 | 1821 | // average: 91 ms |