summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mtx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mtx.h')
-rw-r--r--src/mame/includes/mtx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/mtx.h b/src/mame/includes/mtx.h
index fe576464c28..46538172426 100644
--- a/src/mame/includes/mtx.h
+++ b/src/mame/includes/mtx.h
@@ -85,8 +85,8 @@ public:
DECLARE_WRITE8_MEMBER(hrx_data_w);
DECLARE_READ8_MEMBER(hrx_attr_r);
DECLARE_WRITE8_MEMBER(hrx_attr_w);
- void machine_start_mtx512() ATTR_COLD;
- void machine_reset_mtx512();
+ DECLARE_MACHINE_START(mtx512);
+ DECLARE_MACHINE_RESET(mtx512);
TIMER_DEVICE_CALLBACK_MEMBER(ctc_tick);
TIMER_DEVICE_CALLBACK_MEMBER(cassette_tick);
DECLARE_WRITE_LINE_MEMBER(ctc_trg1_w);