diff options
Diffstat (limited to 'src/emu/timer.c')
| -rw-r--r-- | src/emu/timer.c | 6 |
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 -------------------------------------------------*/ |
