summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/dmv/k806.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/dmv/k806.cpp')
-rw-r--r--src/devices/bus/dmv/k806.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/dmv/k806.cpp b/src/devices/bus/dmv/k806.cpp
index 7daa744b3ff..87a0002c091 100644
--- a/src/devices/bus/dmv/k806.cpp
+++ b/src/devices/bus/dmv/k806.cpp
@@ -119,7 +119,7 @@ void dmv_k806_device::device_add_mconfig(machine_config &config)
m_mcu->p2_out_cb().set(FUNC(dmv_k806_device::port2_w));
m_mcu->t1_in_cb().set(FUNC(dmv_k806_device::portt1_r));
- TIMER(config, "mouse_timer", 0).configure_periodic(timer_device::expired_delegate(FUNC(dmv_k806_device::mouse_timer), this), attotime::from_hz(1000));
+ TIMER(config, "mouse_timer", 0).configure_periodic(FUNC(dmv_k806_device::mouse_timer), attotime::from_hz(1000));
}
//-------------------------------------------------