mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Merge branch 'master' of https://github.com/mamedev/mame
This commit is contained in:
commit
84eab928df
@ -470,8 +470,12 @@ void ata_hle_device::read_buffer_empty()
|
||||
if ((multi_word_dma_mode() >= 0) || (ultra_dma_mode() >= 0))
|
||||
set_dmarq(CLEAR_LINE);
|
||||
|
||||
m_buffer_empty_timer->enable(true);
|
||||
m_buffer_empty_timer->adjust(attotime::zero);
|
||||
if (ultra_dma_mode() >= 0) {
|
||||
m_buffer_empty_timer->enable(true);
|
||||
m_buffer_empty_timer->adjust(attotime::zero);
|
||||
}
|
||||
else
|
||||
fill_buffer();
|
||||
}
|
||||
|
||||
void ata_hle_device::write_buffer_full()
|
||||
|
Loading…
Reference in New Issue
Block a user