mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
i8089: add support for wait for destination drq
This commit is contained in:
parent
7981db6aef
commit
9de83ac835
@ -312,7 +312,9 @@ int i8089_channel::execute_run()
|
||||
fatalerror("%s('%s'): dma translate requested\n", shortname(), tag());
|
||||
|
||||
case DMA_WAIT_FOR_DEST_DRQ:
|
||||
fatalerror("%s('%s'): wait for destination drq not supported\n", shortname(), tag());
|
||||
if (m_drq)
|
||||
m_dma_state = DMA_STORE;
|
||||
break;
|
||||
|
||||
case DMA_STORE:
|
||||
if (VERBOSE_DMA)
|
||||
|
Loading…
Reference in New Issue
Block a user