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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/genpin.cpp b/src/mame/machine/genpin.cpp
index 5875bc787c8..0322e35f971 100644
--- a/src/mame/machine/genpin.cpp
+++ b/src/mame/machine/genpin.cpp
@@ -6,10 +6,10 @@ This is for common pinball machine coding.
**********************************************************************************/
-
-
#include "emu.h"
#include "genpin.h"
+#include "speaker.h"
+
MACHINE_CONFIG_FRAGMENT( genpin_audio )
MCFG_SPEAKER_STANDARD_MONO("mechvol")