Previous 199869 Revisions Next

r32790 Friday 17th October, 2014 at 21:21:37 UTC by Ville Linde
model3: fvipers2 needs longer delay (nw)
[src/mame/drivers]model3.c

trunk/src/mame/drivers/model3.c
r32789r32790
11411141               m_dma_data = m_dma_status;
11421142            }
11431143            m_dma_busy = 0x80000000;
1144            m_real3d_dma_timer->adjust(attotime::from_nsec(20000));
1144            m_real3d_dma_timer->adjust(attotime::from_nsec(50000));
11451145            return;
11461146         }
11471147         if(ACCESSING_BITS_0_31) {       /* ??? */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team