summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/etc
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2017-07-16 18:34:07 +0200
committer angelosa <salese_corp_ltd@email.it>2017-07-16 18:34:07 +0200
commitc2a910013e56496aabf3ff26be501e421578fa26 (patch)
treece91dfb40b4da3acf9663a0cc0541e7b11fff925 /src/mame/etc
parent12b898a42e19615f5d0724200641280a99077581 (diff)
Wrote a new device container for nichibutsu sound HW, merged usage for csplayh5.cpp and niyanpai.cpp [Angelo Salese]
Diffstat (limited to 'src/mame/etc')
-rw-r--r--src/mame/etc/template_device.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/etc/template_device.cpp b/src/mame/etc/template_device.cpp
index a7cb33b4e06..953661f5ef7 100644
--- a/src/mame/etc/template_device.cpp
+++ b/src/mame/etc/template_device.cpp
@@ -36,11 +36,11 @@ xxx_device::xxx_device(const machine_config &mconfig, const char *tag, device_t
//-------------------------------------------------
-// add_device_mconfig - device-specific machine
+// device_add_mconfig - device-specific machine
// configuration addiitons
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER(xxx_device::add_device_mconfig)
+MACHINE_CONFIG_MEMBER(xxx_device::device_add_mconfig)
//MCFG_CPU_ADD(...)
MACHINE_CONFIG_END