Previous | 199869 Revisions | Next |
r26872 Wednesday 1st January, 2014 at 17:24:27 UTC by smf |
---|
missed compile error somehow (nw) |
[src/mess/machine] | macadb.c |
r26871 | r26872 | |
---|---|---|
614 | 614 | |
615 | 615 | if (mac->m_adb_direction == 0) |
616 | 616 | { |
617 | mac->m_via1->write_cb2((m_adb_send & 0x80)>>7); | |
618 | m_adb_send <<= 1; | |
617 | mac->m_via1->write_cb2((mac->m_adb_send & 0x80)>>7); | |
618 | mac->m_adb_send <<= 1; | |
619 | 619 | } |
620 | 620 | |
621 | 621 | mac->m_adb_extclock ^= 1; |
Previous | 199869 Revisions | Next |