summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/apricot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/apricot.cpp')
-rw-r--r--src/mame/drivers/apricot.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/apricot.cpp b/src/mame/drivers/apricot.cpp
index 14490c3cf9e..b5f4176e4bf 100644
--- a/src/mame/drivers/apricot.cpp
+++ b/src/mame/drivers/apricot.cpp
@@ -471,7 +471,8 @@ MACHINE_CONFIG_START(apricot_state::apricot)
MCFG_EXPANSION_SLOT_ADD("exp:2", apricot_expansion_cards, nullptr)
MACHINE_CONFIG_END
-MACHINE_CONFIG_DERIVED(apricot_state::apricotxi, apricot)
+MACHINE_CONFIG_START(apricot_state::apricotxi)
+ apricot(config);
MACHINE_CONFIG_END