mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
I had meant to move this here (nw)
This commit is contained in:
parent
30f4b914da
commit
aa417ba231
@ -621,6 +621,11 @@ TIMER_CALLBACK(mac_adb_tick)
|
||||
mac->m_adb_extclock ^= 1;
|
||||
mac->m_via1->write_cb1(mac->m_adb_extclock);
|
||||
|
||||
if (mac->m_adb_direction)
|
||||
{
|
||||
mac->m_adb_command <<= 1;
|
||||
}
|
||||
|
||||
mac->m_adb_timer_ticks--;
|
||||
if (!mac->m_adb_timer_ticks)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user