From 2f76ef8f4e802df2aa71669b28115e0880dada0c Mon Sep 17 00:00:00 2001 From: smf- Date: Wed, 13 Nov 2013 01:46:20 +0000 Subject: [PATCH] tweak timings again (nw) --- src/emu/machine/idehd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/emu/machine/idehd.c b/src/emu/machine/idehd.c index 2c603360481..8efa0e120f8 100644 --- a/src/emu/machine/idehd.c +++ b/src/emu/machine/idehd.c @@ -14,10 +14,10 @@ #define TIME_PER_SECTOR (attotime::from_usec(100)) #define TIME_PER_ROTATION (attotime::from_hz(5400/60)) -#define TIME_MULTIPLE_SECTORS (attotime::from_usec(50)) +#define TIME_MULTIPLE_SECTORS (attotime::from_nsec(400)) #define TIME_SEEK_MULTISECTOR (attotime::from_usec(13000)) -#define TIME_NO_SEEK_MULTISECTOR (attotime::from_usec(1000)) +#define TIME_NO_SEEK_MULTISECTOR (attotime::from_usec(1500)) 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) : ata_hle_device(mconfig, type, name, tag, owner, clock, shortname, source),