summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/genpin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/genpin.cpp')
-rw-r--r--src/mame/machine/genpin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/genpin.cpp b/src/mame/machine/genpin.cpp
index 0322e35f971..fad813d653b 100644
--- a/src/mame/machine/genpin.cpp
+++ b/src/mame/machine/genpin.cpp
@@ -11,7 +11,7 @@ This is for common pinball machine coding.
#include "speaker.h"
-MACHINE_CONFIG_FRAGMENT( genpin_audio )
+MACHINE_CONFIG_START( genpin_audio )
MCFG_SPEAKER_STANDARD_MONO("mechvol")
MCFG_SOUND_ADD("samples", SAMPLES, 0)
MCFG_SAMPLES_CHANNELS(6)