trunk/src/emu/machine/idehd.c
| r26132 | r26133 | |
| 17 | 17 | #define TIME_MULTIPLE_SECTORS (attotime::from_nsec(400)) |
| 18 | 18 | |
| 19 | 19 | #define TIME_SEEK_MULTISECTOR (attotime::from_usec(13000)) |
| 20 | | #define TIME_NO_SEEK_MULTISECTOR (attotime::from_usec(1500)) |
| 20 | #define TIME_NO_SEEK_MULTISECTOR (attotime::from_usec(1300)) |
| 21 | 21 | |
| 22 | 22 | ata_mass_storage_device::ata_mass_storage_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source) |
| 23 | 23 | : ata_hle_device(mconfig, type, name, tag, owner, clock, shortname, source), |