diff options
author | 2008-09-11 16:25:46 +0000 | |
---|---|---|
committer | 2008-09-11 16:25:46 +0000 | |
commit | aa2b6bd29a0859160a436e0e46b65fde992208a6 (patch) | |
tree | 7181b0bc9c286f810c44767256e08398f5b881ae /src/emu/machine/timekpr.c | |
parent | ae2d1ed21ae633a1746266f32ea5e7d36397b55e (diff) |
Cleanups and version bump.mame0127u3
Diffstat (limited to 'src/emu/machine/timekpr.c')
-rw-r--r-- | src/emu/machine/timekpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/timekpr.c b/src/emu/machine/timekpr.c index 81ec187df0c..c64937c4680 100644 --- a/src/emu/machine/timekpr.c +++ b/src/emu/machine/timekpr.c @@ -339,7 +339,7 @@ static DEVICE_START(timekeeper) timer = timer_alloc( timekeeper_tick, c ); duration = ATTOTIME_IN_SEC(1); timer_adjust_periodic( timer, duration, 0, duration ); - + return DEVICE_START_OK; } |