mirror of
https://github.com/holub/mame
synced 2025-05-29 17:13:05 +03:00
z80ctc.cpp: Room for improvement (nw)
This commit is contained in:
parent
4acb7f4bad
commit
fd09d19f56
@ -518,6 +518,7 @@ TIMER_CALLBACK_MEMBER(z80ctc_channel_device::timer_callback)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// generate the clock pulse
|
// 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](1);
|
||||||
m_device->m_zc_cb[m_index](0);
|
m_device->m_zc_cb[m_index](0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user