summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/decobsmt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/decobsmt.cpp')
-rw-r--r--src/mame/audio/decobsmt.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/audio/decobsmt.cpp b/src/mame/audio/decobsmt.cpp
index 7cbee2d9ef4..6ce93a8e84a 100644
--- a/src/mame/audio/decobsmt.cpp
+++ b/src/mame/audio/decobsmt.cpp
@@ -11,6 +11,7 @@
#include "emu.h"
#include "audio/decobsmt.h"
+#include "speaker.h"
#define M6809_TAG "soundcpu"
#define BSMT_TAG "bsmt"
@@ -52,7 +53,7 @@ MACHINE_CONFIG_END
// GLOBAL VARIABLES
//**************************************************************************
-const device_type DECOBSMT = &device_creator<decobsmt_device>;
+const device_type DECOBSMT = device_creator<decobsmt_device>;
//-------------------------------------------------