diff options
Diffstat (limited to 'src/devices/machine/z80ctc.cpp')
-rw-r--r-- | src/devices/machine/z80ctc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/z80ctc.cpp b/src/devices/machine/z80ctc.cpp index 654591e64e0..3dbd8b25ad1 100644 --- a/src/devices/machine/z80ctc.cpp +++ b/src/devices/machine/z80ctc.cpp @@ -497,7 +497,7 @@ void z80ctc_channel_device::trigger(bool state) { // if we hit zero, do the same thing as for a timer interrupt if (--m_down == 0) - timer_callback(nullptr,0); + timer_callback(0); } } } |