mirror of
https://github.com/holub/mame
synced 2025-05-05 13:54:42 +03:00
more changes, area51 stop atari logo flickering (nw)
This commit is contained in:
parent
2f76ef8f4e
commit
817bd2b58e
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user