| Previous | 199869 Revisions | Next |
| r41406 Wednesday 28th October, 2015 at 00:15:27 UTC by David Haywood |
|---|
| Merge branch 'master' of https://github.com/mamedev/mame |
| [src/devices/machine] | atahle.c |
| r249917 | r249918 | |
|---|---|---|
| 470 | 470 | if ((multi_word_dma_mode() >= 0) || (ultra_dma_mode() >= 0)) |
| 471 | 471 | set_dmarq(CLEAR_LINE); |
| 472 | 472 | |
| 473 | m_buffer_empty_timer->enable(true); | |
| 474 | m_buffer_empty_timer->adjust(attotime::zero); | |
| 473 | if (ultra_dma_mode() >= 0) { | |
| 474 | m_buffer_empty_timer->enable(true); | |
| 475 | m_buffer_empty_timer->adjust(attotime::zero); | |
| 476 | } | |
| 477 | else | |
| 478 | fill_buffer(); | |
| 475 | 479 | } |
| 476 | 480 | |
| 477 | 481 | void ata_hle_device::write_buffer_full() |
| https://github.com/mamedev/mame/commit/84eab928df5bccc7a5398d74c9d99140669eb439 |
| Previous | 199869 Revisions | Next |