mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
shift in under o2 or t2 control generates clock on cb1.
This commit is contained in:
parent
179e88b9cc
commit
2eb1ea08f8
@ -403,6 +403,10 @@ void via6522_device::shift()
|
|||||||
|
|
||||||
if (SI_O2_CONTROL(m_acr) || SI_T2_CONTROL(m_acr))
|
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())
|
if (!m_in_cb2_func.isnull())
|
||||||
{
|
{
|
||||||
m_in_cb2 = m_in_cb2_func();
|
m_in_cb2 = m_in_cb2_func();
|
||||||
|
Loading…
Reference in New Issue
Block a user