summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/schedule.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/schedule.c')
-rw-r--r--src/emu/schedule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/schedule.c b/src/emu/schedule.c
index 1a3dfa2e445..614ed8bdacb 100644
--- a/src/emu/schedule.c
+++ b/src/emu/schedule.c
@@ -341,7 +341,7 @@ device_scheduler::device_scheduler(running_machine &machine) :
m_executing_device(NULL),
m_execute_list(NULL),
m_basetime(attotime::zero),
-// m_cothread(co_active()),
+// m_cothread(co_active()),
m_timer_list(NULL),
m_timer_allocator(machine.respool()),
m_callback_timer(NULL),