mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
-indigo4k: Fix crash, nw
This commit is contained in:
parent
7dcf268925
commit
d98dda930b
@ -576,7 +576,7 @@ WRITE32_MEMBER( sgi_mc_device::write )
|
||||
case 0x0168/4:
|
||||
LOGMASKED(LOG_WRITES | LOG_DMA, "%s: DMA Control Write: %08x & %08x\n", machine().describe_context(), data, mem_mask);
|
||||
m_dma_control = data;
|
||||
if (!BIT(m_dma_control, 4))
|
||||
if (!BIT(m_dma_control, 4) && m_hpc3)
|
||||
{
|
||||
m_hpc3->lower_local_irq(3, 1 << 4);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user