Home
last modified time | relevance | path

Searched refs:m_run_light (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dhp9825.cpp119 , m_run_light(*this , "run_light") in hp9825_state()
146 output_finder<> m_run_light; member in hp9825_state
192 m_run_light.resolve(); in machine_start()
304 m_run_light = !m_run_light; in kdp_control_w()
306 m_run_light = false; in kdp_control_w()
309 m_run_light = true; in kdp_control_w()
H A Dhp80.cpp1643 output_finder<> m_run_light; member in hp86_state
1701 , m_run_light(*this , "run_light") in hp86_state()
1765 m_run_light.resolve(); in machine_start()
1790 m_run_light = true; in machine_reset()
1993 m_run_light = false; in rulite_w()
1996 m_run_light = true; in rulite_w()
2004 m_run_light = !m_run_light; in TIMER_DEVICE_CALLBACK_MEMBER()
2005 m_rulite_timer->adjust(attotime::from_msec(m_run_light ? RULITE_ON_MS : RULITE_OFF_MS)); in TIMER_DEVICE_CALLBACK_MEMBER()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dhp9825.cpp119 , m_run_light(*this , "run_light") in hp9825_state()
146 output_finder<> m_run_light; member in hp9825_state
192 m_run_light.resolve(); in machine_start()
304 m_run_light = !m_run_light; in kdp_control_w()
306 m_run_light = false; in kdp_control_w()
309 m_run_light = true; in kdp_control_w()
H A Dhp80.cpp1643 output_finder<> m_run_light; member in hp86_state
1701 , m_run_light(*this , "run_light") in hp86_state()
1765 m_run_light.resolve(); in machine_start()
1790 m_run_light = true; in machine_reset()
1993 m_run_light = false; in rulite_w()
1996 m_run_light = true; in rulite_w()
2004 m_run_light = !m_run_light; in TIMER_DEVICE_CALLBACK_MEMBER()
2005 m_rulite_timer->adjust(attotime::from_msec(m_run_light ? RULITE_ON_MS : RULITE_OFF_MS)); in TIMER_DEVICE_CALLBACK_MEMBER()