summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/dmv/k803.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/dmv/k803.cpp')
-rw-r--r--src/devices/bus/dmv/k803.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/dmv/k803.cpp b/src/devices/bus/dmv/k803.cpp
index 99deb19fdde..04ed7445b0e 100644
--- a/src/devices/bus/dmv/k803.cpp
+++ b/src/devices/bus/dmv/k803.cpp
@@ -77,7 +77,7 @@ void dmv_k803_device::device_reset()
MACHINE_CONFIG_START(dmv_k803_device::device_add_mconfig)
MCFG_DEVICE_ADD("rtc", MM58167, XTAL(32'768))
- MCFG_MM58167_IRQ_CALLBACK(WRITELINE(dmv_k803_device, rtc_irq_w))
+ MCFG_MM58167_IRQ_CALLBACK(WRITELINE(*this, dmv_k803_device, rtc_irq_w))
MACHINE_CONFIG_END
//-------------------------------------------------