mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
missed compile error somehow (nw)
This commit is contained in:
parent
114c8d18eb
commit
30f4b914da
@ -614,8 +614,8 @@ TIMER_CALLBACK(mac_adb_tick)
|
||||
|
||||
if (mac->m_adb_direction == 0)
|
||||
{
|
||||
mac->m_via1->write_cb2((m_adb_send & 0x80)>>7);
|
||||
m_adb_send <<= 1;
|
||||
mac->m_via1->write_cb2((mac->m_adb_send & 0x80)>>7);
|
||||
mac->m_adb_send <<= 1;
|
||||
}
|
||||
|
||||
mac->m_adb_extclock ^= 1;
|
||||
|
Loading…
Reference in New Issue
Block a user