summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/cpc/mface2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/cpc/mface2.cpp')
-rw-r--r--src/devices/bus/cpc/mface2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/cpc/mface2.cpp b/src/devices/bus/cpc/mface2.cpp
index 422d3dec6b7..7991a901f18 100644
--- a/src/devices/bus/cpc/mface2.cpp
+++ b/src/devices/bus/cpc/mface2.cpp
@@ -108,7 +108,7 @@ void cpc_multiface2_device::multiface_rethink_memory()
}
// device machine config
-MACHINE_CONFIG_MEMBER( cpc_multiface2_device::device_add_mconfig )
+MACHINE_CONFIG_START(cpc_multiface2_device::device_add_mconfig)
// pass-through
MCFG_DEVICE_ADD("exp", CPC_EXPANSION_SLOT, 0)
MCFG_DEVICE_SLOT_INTERFACE(cpc_exp_cards, nullptr, false)