summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apogee.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apogee.cpp')
-rw-r--r--src/mame/drivers/apogee.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apogee.cpp b/src/mame/drivers/apogee.cpp
index 44b8bd4b2fb..a99042b5025 100644
--- a/src/mame/drivers/apogee.cpp
+++ b/src/mame/drivers/apogee.cpp
@@ -219,7 +219,7 @@ MACHINE_CONFIG_START(apogee_state::apogee)
/* basic machine hardware */
MCFG_DEVICE_ADD("maincpu", I8080, XTAL(16'000'000) / 9)
MCFG_DEVICE_PROGRAM_MAP(apogee_mem)
- MCFG_MACHINE_RESET_OVERRIDE(apogee_state, radio86 )
+ set_machine_reset_cb(config, driver_callback_delegate(&machine_reset_radio86, this));
MCFG_DEVICE_ADD("pit8253", PIT8253, 0)
MCFG_PIT8253_CLK0(XTAL(16'000'000)/9)