summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/es1373.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/es1373.cpp')
-rw-r--r--src/devices/sound/es1373.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/es1373.cpp b/src/devices/sound/es1373.cpp
index b4dfbf18359..15c274aab76 100644
--- a/src/devices/sound/es1373.cpp
+++ b/src/devices/sound/es1373.cpp
@@ -71,7 +71,7 @@
#define ES_PCI_READ 0
#define ES_PCI_WRITE 1
-MACHINE_CONFIG_MEMBER( es1373_device::device_add_mconfig )
+MACHINE_CONFIG_START(es1373_device::device_add_mconfig)
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
MACHINE_CONFIG_END