summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-15 15:04:31 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-15 15:04:31 -0400
commitfd09d19f56b54c5bb4915cd7805bb64d5bbc8dee (patch)
tree1c00d3ab71b6ad024092e3a4bce8d9ae4825372c /src/devices
parent4acb7f4baddcb59c2087b1ad548e84eaee070bc5 (diff)
z80ctc.cpp: Room for improvement (nw)
Diffstat (limited to 'src/devices')
-rw-r--r--src/devices/machine/z80ctc.cpp1
1 files changed, 1 insertions, 0 deletions
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);