diff options
| author | 2011-02-09 15:01:01 +0000 | |
|---|---|---|
| committer | 2011-02-09 15:01:01 +0000 | |
| commit | 4fa610aa02582fe7b86688a05c5ee7f92b703497 (patch) | |
| tree | d8c1155af3236f2e9259bd906c9ed26aa33f1142 /src/emu/devintrf.h | |
| parent | a38c67f27bf9f10b4bafa7db0344df68b8560ff5 (diff) | |
Cleanups and version bump.mame0141u2
Diffstat (limited to 'src/emu/devintrf.h')
| -rw-r--r-- | src/emu/devintrf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/devintrf.h b/src/emu/devintrf.h index f87247b0a60..bf53185ee9f 100644 --- a/src/emu/devintrf.h +++ b/src/emu/devintrf.h @@ -430,7 +430,7 @@ public: void set_clock_scale(double clockscale); attotime clocks_to_attotime(UINT64 clocks) const; UINT64 attotime_to_clocks(attotime duration) const; - + // timer interfaces emu_timer *timer_alloc(device_timer_id id = 0, void *ptr = NULL); void timer_set(attotime duration, device_timer_id id = 0, int param = 0, void *ptr = NULL); |
