summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc/template_device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/etc/template_device.cpp')
-rw-r--r--src/mame/etc/template_device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/etc/template_device.cpp b/src/mame/etc/template_device.cpp
index a3f19e6901b..c19f2814b98 100644
--- a/src/mame/etc/template_device.cpp
+++ b/src/mame/etc/template_device.cpp
@@ -40,7 +40,7 @@ xxx_device::xxx_device(const machine_config &mconfig, const char *tag, device_t
// configuration addiitons
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER(xxx_device::device_add_mconfig)
+MACHINE_CONFIG_START(xxx_device::device_add_mconfig)
//MCFG_CPU_ADD(...)
MACHINE_CONFIG_END