summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/68307tmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/68307tmu.h')
-rw-r--r--src/devices/machine/68307tmu.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/machine/68307tmu.h b/src/devices/machine/68307tmu.h
index 2c62858b66d..660bdaeeb41 100644
--- a/src/devices/machine/68307tmu.h
+++ b/src/devices/machine/68307tmu.h
@@ -38,4 +38,8 @@ class m68307_timer
void init(m68307cpu_device *device);
void reset(void);
+
+ TIMER_CALLBACK_MEMBER(timer0_callback);
+ TIMER_CALLBACK_MEMBER(timer1_callback);
+ TIMER_CALLBACK_MEMBER(wd_timer_callback);
};