summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devintrf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/devintrf.h')
-rw-r--r--src/emu/devintrf.h2
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);