--- trunk/src/devices/dev_scc.c 2007/10/08 16:19:37 22 +++ trunk/src/devices/dev_scc.c 2007/10/08 16:19:56 24 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: dev_scc.c,v 1.32 2006/01/01 13:17:17 debug Exp $ + * $Id: dev_scc.c,v 1.33 2006/03/04 12:38:48 debug Exp $ * * Serial controller on some DECsystems and SGI machines. (Z8530 ?) * Most of the code in here is written for DECsystem emulation, though. @@ -483,7 +483,7 @@ memory_device_register(mem, "scc", baseaddr, DEV_SCC_LENGTH, dev_scc_access, d, DM_DEFAULT, NULL); - machine_add_tickfunction(machine, dev_scc_tick, d, SCC_TICK_SHIFT); + machine_add_tickfunction(machine, dev_scc_tick, d, SCC_TICK_SHIFT, 0.0); return (void *) d; }