From 817bd2b58ee9edcff85dedc6a323769189a59e55 Mon Sep 17 00:00:00 2001 From: smf- Date: Wed, 13 Nov 2013 01:54:09 +0000 Subject: [PATCH] more changes, area51 stop atari logo flickering (nw) --- src/emu/machine/idehd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emu/machine/idehd.c b/src/emu/machine/idehd.c index 8efa0e120f8..2b9b7bf8952 100644 --- a/src/emu/machine/idehd.c +++ b/src/emu/machine/idehd.c @@ -17,7 +17,7 @@ #define TIME_MULTIPLE_SECTORS (attotime::from_nsec(400)) #define TIME_SEEK_MULTISECTOR (attotime::from_usec(13000)) -#define TIME_NO_SEEK_MULTISECTOR (attotime::from_usec(1500)) +#define TIME_NO_SEEK_MULTISECTOR (attotime::from_usec(1300)) 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),