summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apple2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apple2.cpp')
-rw-r--r--src/mame/drivers/apple2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/apple2.cpp b/src/mame/drivers/apple2.cpp
index b27767ea127..b29ca760a8e 100644
--- a/src/mame/drivers/apple2.cpp
+++ b/src/mame/drivers/apple2.cpp
@@ -1486,7 +1486,7 @@ MACHINE_CONFIG_END
#if 0
static MACHINE_CONFIG_START( laba2p )
apple2p(config);
- set_machine_start_cb(config, driver_callback_delegate(&machine_start_laba2p, this));
+ MCFG_MACHINE_START_OVERRIDE(napple2_state,laba2p)
MCFG_DEVICE_REMOVE("sl0")
MCFG_DEVICE_REMOVE("sl3")