summaryrefslogtreecommitdiffstats
path: root/src/mame/machine/mct_adr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mct_adr.cpp')
-rw-r--r--src/mame/machine/mct_adr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/mct_adr.cpp b/src/mame/machine/mct_adr.cpp
index 9de43725ea9..81dc3db6907 100644
--- a/src/mame/machine/mct_adr.cpp
+++ b/src/mame/machine/mct_adr.cpp
@@ -185,7 +185,7 @@ void mct_adr_device::device_reset()
m_interval_timer->adjust(attotime::from_msec(1), 0, attotime::from_msec(1));
- irq_check(nullptr, 0);
+ irq_check(0);
}
void mct_adr_device::set_irq_line(int irq, int state)