model3: fvipers2 needs longer delay (nw)

This commit is contained in:
Ville Linde 2014-10-17 21:21:37 +00:00
parent c0c6ad51ed
commit 9c1cbb4a2b

View File

@ -1141,7 +1141,7 @@ WRITE64_MEMBER(model3_state::real3d_dma_w)
m_dma_data = m_dma_status;
}
m_dma_busy = 0x80000000;
m_real3d_dma_timer->adjust(attotime::from_nsec(20000));
m_real3d_dma_timer->adjust(attotime::from_nsec(50000));
return;
}
if(ACCESSING_BITS_0_31) { /* ??? */