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

trunk/src/mess/machine/macadb.c
r26871r26872
614614
615615      if (mac->m_adb_direction == 0)
616616      {
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;
619619      }
620620
621621      mac->m_adb_extclock ^= 1;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team