Previous 199869 Revisions Next

r26132 Wednesday 13th November, 2013 at 01:46:20 UTC by smf
tweak timings again (nw)
[src/emu/machine]idehd.c

trunk/src/emu/machine/idehd.c
r26131r26132
1414
1515#define TIME_PER_SECTOR                     (attotime::from_usec(100))
1616#define TIME_PER_ROTATION                   (attotime::from_hz(5400/60))
17#define TIME_MULTIPLE_SECTORS               (attotime::from_usec(50))
17#define TIME_MULTIPLE_SECTORS               (attotime::from_nsec(400))
1818
1919#define TIME_SEEK_MULTISECTOR               (attotime::from_usec(13000))
20#define TIME_NO_SEEK_MULTISECTOR            (attotime::from_usec(1000))
20#define TIME_NO_SEEK_MULTISECTOR            (attotime::from_usec(1500))
2121
2222ata_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)
2323   : ata_hle_device(mconfig, type, name, tag, owner, clock, shortname, source),

Previous 199869 Revisions Next


© 1997-2024 The MAME Team