summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sms_bootleg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sms_bootleg.cpp')
-rw-r--r--src/mame/drivers/sms_bootleg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/sms_bootleg.cpp b/src/mame/drivers/sms_bootleg.cpp
index aca12490c20..2e315689820 100644
--- a/src/mame/drivers/sms_bootleg.cpp
+++ b/src/mame/drivers/sms_bootleg.cpp
@@ -281,8 +281,8 @@ MACHINE_CONFIG_START(smsbootleg_state::sms_supergame)
MCFG_QUANTUM_TIME(attotime::from_hz(60))
- MCFG_MACHINE_START_OVERRIDE(sms_state,sms)
- MCFG_MACHINE_RESET_OVERRIDE(sms_state,sms)
+ set_machine_start_cb(config, driver_callback_delegate(&machine_start_sms, this));
+ set_machine_reset_cb(config, driver_callback_delegate(&machine_reset_sms, this));
/* sound hardware */
SPEAKER(config, "mono").front_center();