mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
idehd.c: increase IDE fill-time to avoid missed interrupts [Peter Ferrie]
This commit is contained in:
parent
6e4bbb1224
commit
3a1d3b2b22
@ -394,7 +394,7 @@ void ata_mass_storage_device::fill_buffer()
|
||||
{
|
||||
set_dasp(ASSERT_LINE);
|
||||
|
||||
start_busy(TIME_BETWEEN_SECTORS, PARAM_COMMAND);
|
||||
start_busy(TIME_PER_SECTOR, PARAM_COMMAND);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user