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 |
r26392 | r26393 | |
---|---|---|
20 | 20 | //! called by the CPU when MRT becomes active |
21 | 21 | void alto2_cpu_device::activate_mrt() |
22 | 22 | { |
23 | /* TODO: what do we do here? */ | |
24 | 23 | 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 | } | |
25 | 29 | } |
26 | 30 | |
27 | 31 | //! memory refresh task slots initialization |
Previous | 199869 Revisions | Next |