z80ctc.cpp: Room for improvement (nw)

This commit is contained in:
AJR 2018-05-15 15:04:31 -04:00
parent 4acb7f4bad
commit fd09d19f56

View File

@ -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);