summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/pt554.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/pt554.cpp')
-rw-r--r--src/devices/bus/nes/pt554.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/pt554.cpp b/src/devices/bus/nes/pt554.cpp
index f17b6f5e93a..e19bb393a77 100644
--- a/src/devices/bus/nes/pt554.cpp
+++ b/src/devices/bus/nes/pt554.cpp
@@ -88,7 +88,7 @@ static const char *const pt554_sample_names[] =
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_MEMBER( nes_bandai_pt554_device::device_add_mconfig )
+MACHINE_CONFIG_START(nes_bandai_pt554_device::device_add_mconfig)
// additional sound hardware
MCFG_SPEAKER_STANDARD_MONO("addon")