summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/exidy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/exidy.cpp')
-rw-r--r--src/mame/drivers/exidy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/exidy.cpp b/src/mame/drivers/exidy.cpp
index 68a9560461d..899a5aa71fb 100644
--- a/src/mame/drivers/exidy.cpp
+++ b/src/mame/drivers/exidy.cpp
@@ -810,7 +810,7 @@ GFXDECODE_END
*
*************************************/
-MACHINE_START_MEMBER(exidy_state,teetert)
+void exidy_state::machine_start_teetert()
{
save_item(NAME(m_last_dial));
}
@@ -906,7 +906,7 @@ MACHINE_CONFIG_START(exidy_state::teetert)
MCFG_DEVICE_MODIFY("maincpu")
MCFG_DEVICE_PERIODIC_INT_DRIVER(exidy_state, nmi_line_pulse, 10*60)
- MCFG_MACHINE_START_OVERRIDE(exidy_state, teetert )
+ set_machine_start_cb(config, driver_callback_delegate(&machine_start_teetert, this));
MACHINE_CONFIG_END