mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
model3: fvipers2 needs longer delay (nw)
This commit is contained in:
parent
c0c6ad51ed
commit
9c1cbb4a2b
@ -1141,7 +1141,7 @@ WRITE64_MEMBER(model3_state::real3d_dma_w)
|
|||||||
m_dma_data = m_dma_status;
|
m_dma_data = m_dma_status;
|
||||||
}
|
}
|
||||||
m_dma_busy = 0x80000000;
|
m_dma_busy = 0x80000000;
|
||||||
m_real3d_dma_timer->adjust(attotime::from_nsec(20000));
|
m_real3d_dma_timer->adjust(attotime::from_nsec(50000));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if(ACCESSING_BITS_0_31) { /* ??? */
|
if(ACCESSING_BITS_0_31) { /* ??? */
|
||||||
|
Loading…
Reference in New Issue
Block a user