summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/busmouse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/busmouse.cpp')
-rw-r--r--src/devices/machine/busmouse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/busmouse.cpp b/src/devices/machine/busmouse.cpp
index b0daf5ad454..47daa44ec63 100644
--- a/src/devices/machine/busmouse.cpp
+++ b/src/devices/machine/busmouse.cpp
@@ -156,7 +156,7 @@ void bus_mouse_device::device_reset()
{
int hz = 2 * 15 * ioport("irq_rate")->read();
- m_irq_timer->adjust(attotime::from_hz(hz), 0, attotime::from_hz(hz));
+ m_irq_timer->adjust_periodic(attotime::from_hz(hz));
irq = 0;
irq_disabled = 1;