summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/mtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/mtx.h')
-rw-r--r--src/mess/includes/mtx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/includes/mtx.h b/src/mess/includes/mtx.h
index 2c9ce009c34..f70195678f1 100644
--- a/src/mess/includes/mtx.h
+++ b/src/mess/includes/mtx.h
@@ -58,6 +58,8 @@ public:
DECLARE_WRITE8_MEMBER(hrx_attr_w);
DECLARE_MACHINE_START(mtx512);
DECLARE_MACHINE_RESET(mtx512);
+ TIMER_DEVICE_CALLBACK_MEMBER(ctc_tick);
+ TIMER_DEVICE_CALLBACK_MEMBER(cassette_tick);
};
/*----------- defined in machine/mtx.c -----------*/