Previous 199869 Revisions Next

r26873 Wednesday 1st January, 2014 at 17:38:12 UTC by smf
I had meant to move this here (nw)
[src/mess/machine]macadb.c

trunk/src/mess/machine/macadb.c
r26872r26873
621621      mac->m_adb_extclock ^= 1;
622622      mac->m_via1->write_cb1(mac->m_adb_extclock);
623623
624      if (mac->m_adb_direction)
625      {
626         mac->m_adb_command <<= 1;
627      }
628
624629      mac->m_adb_timer_ticks--;
625630      if (!mac->m_adb_timer_ticks)
626631      {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team