Previous 199869 Revisions Next

r19028 Monday 19th November, 2012 at 07:44:46 UTC by O. Galibert
upd765: fix an horribly subtle timing bug [O. Galibert]
[src/mess/machine]upd765.c

trunk/src/mess/machine/upd765.c
r19027r19028
21582158      return -1;
21592159
21602160   ctime = next;
2161   tm = next;
21612162
21622163   if(edge.is_never() || edge >= next) {
21632164      // No transition in the window means 0 and pll in free run mode
21642165      phase_adjust = attotime::zero;
2165      tm = next;
21662166      return 0;
21672167   }
21682168

Previous 199869 Revisions Next


© 1997-2024 The MAME Team