shift in under o2 or t2 control generates clock on cb1.

This commit is contained in:
smf- 2012-01-29 14:24:43 +00:00
parent 179e88b9cc
commit 2eb1ea08f8

View File

@ -403,6 +403,10 @@ void via6522_device::shift()
if (SI_O2_CONTROL(m_acr) || SI_T2_CONTROL(m_acr))
{
/* this should be one cycle wide */
m_out_cb1_func(0);
m_out_cb1_func(1);
if (!m_in_cb2_func.isnull())
{
m_in_cb2 = m_in_cb2_func();