missed compile error somehow (nw)

This commit is contained in:
smf- 2014-01-01 17:24:27 +00:00
parent 114c8d18eb
commit 30f4b914da

View File

@ -614,8 +614,8 @@ TIMER_CALLBACK(mac_adb_tick)
if (mac->m_adb_direction == 0) if (mac->m_adb_direction == 0)
{ {
mac->m_via1->write_cb2((m_adb_send & 0x80)>>7); mac->m_via1->write_cb2((mac->m_adb_send & 0x80)>>7);
m_adb_send <<= 1; mac->m_adb_send <<= 1;
} }
mac->m_adb_extclock ^= 1; mac->m_adb_extclock ^= 1;