--- trunk/src/devices/dev_sgi_ip22.c 2007/10/08 16:19:37 22 +++ trunk/src/devices/dev_sgi_ip22.c 2007/10/08 16:19:56 24 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: dev_sgi_ip22.c,v 1.27 2006/01/01 13:17:17 debug Exp $ + * $Id: dev_sgi_ip22.c,v 1.28 2006/03/04 12:38:48 debug Exp $ * * SGI IP22 stuff. */ @@ -437,7 +437,7 @@ (void *)d, DM_DEFAULT, NULL); machine_add_tickfunction(machine, dev_sgi_ip22_tick, d, - SGI_IP22_TICK_SHIFT); + SGI_IP22_TICK_SHIFT, 0.0); return d; }