From fd09d19f56b54c5bb4915cd7805bb64d5bbc8dee Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 15 May 2018 15:04:31 -0400 Subject: z80ctc.cpp: Room for improvement (nw) --- src/devices/machine/z80ctc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devices/machine/z80ctc.cpp b/src/devices/machine/z80ctc.cpp index 840855a6ee0..7be4ecb62b3 100644 --- a/src/devices/machine/z80ctc.cpp +++ b/src/devices/machine/z80ctc.cpp @@ -518,6 +518,7 @@ TIMER_CALLBACK_MEMBER(z80ctc_channel_device::timer_callback) } // generate the clock pulse + // FIXME: should only be cleared after one cycle of the channel input clock m_device->m_zc_cb[m_index](1); m_device->m_zc_cb[m_index](0); -- cgit v1.2.3