summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mtx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mtx.cpp')
-rw-r--r--src/mame/drivers/mtx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mtx.cpp b/src/mame/drivers/mtx.cpp
index 88e6ed33cd0..74b5c782b24 100644
--- a/src/mame/drivers/mtx.cpp
+++ b/src/mame/drivers/mtx.cpp
@@ -291,8 +291,8 @@ MACHINE_CONFIG_START(mtx_state::mtx512)
MCFG_DEVICE_IO_MAP(mtx_io)
MCFG_Z80_DAISY_CHAIN(mtx_daisy_chain)
- set_machine_start_cb(config, driver_callback_delegate(&machine_start_mtx512, this));
- set_machine_reset_cb(config, driver_callback_delegate(&machine_reset_mtx512, this));
+ MCFG_MACHINE_START_OVERRIDE(mtx_state,mtx512)
+ MCFG_MACHINE_RESET_OVERRIDE(mtx_state,mtx512)
/* video hardware */
MCFG_DEVICE_ADD( "tms9929a", TMS9929A, XTAL(10'738'635) / 2 )