Previous 199869 Revisions Next

r26393 Sunday 24th November, 2013 at 12:57:04 UTC by Jürgen Buchmüller
Verify a2disp again and convert to MAME style indentation.
[/branches/alto2/src/emu/cpu/alto2]a2mrt.c

branches/alto2/src/emu/cpu/alto2/a2mrt.c
r26392r26393
2020//! called by the CPU when MRT becomes active
2121void alto2_cpu_device::activate_mrt()
2222{
23   /* TODO: what do we do here? */
2423   m_task_wakeup &= ~(1 << m_task);
24   if (m_ewfct)
25   {
26      // The Ether task wants a wakeup, too
27      m_task_wakeup |= 1 << task_ether;
28   }
2529}
2630
2731 //! memory refresh task slots initialization

Previous 199869 Revisions Next


© 1997-2024 The MAME Team