summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/timer.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-02-13 08:54:29 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-02-13 08:54:29 +0000
commit072b71602b9a65be92b44f707c9d42bef6e5d7bf (patch)
tree347aeb14d59b3f9a60502816b65384cb3a8dd8f4 /src/emu/timer.c
parent63576c78f0c4c9d423414d490327e005c9720ab9 (diff)
Cleanups and version bump for 0.123u1.mame0123u1
Diffstat (limited to 'src/emu/timer.c')
-rw-r--r--src/emu/timer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/timer.c b/src/emu/timer.c
index 5d873e14a00..1f04b121e5e 100644
--- a/src/emu/timer.c
+++ b/src/emu/timer.c
@@ -526,7 +526,7 @@ static void timer_remove(emu_timer *which)
***************************************************************************/
/*-------------------------------------------------
- timer_adjust_oneshot - adjust the time when this timer
+ timer_adjust_oneshot - adjust the time when this timer
will fire and disable any periodic firings
-------------------------------------------------*/
@@ -537,8 +537,8 @@ void timer_adjust_oneshot(emu_timer *which, attotime duration, INT32 param)
/*-------------------------------------------------
- timer_adjust_periodic - adjust the time when
- this timer will fire and specify a period for
+ timer_adjust_periodic - adjust the time when
+ this timer will fire and specify a period for
subsequent firings
-------------------------------------------------*/