summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/inder_sb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/inder_sb.cpp')
-rw-r--r--src/mame/machine/inder_sb.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/machine/inder_sb.cpp b/src/mame/machine/inder_sb.cpp
index 66d297641d4..b199717fa76 100644
--- a/src/mame/machine/inder_sb.cpp
+++ b/src/mame/machine/inder_sb.cpp
@@ -5,10 +5,12 @@
#include "emu.h"
#include "machine/inder_sb.h"
+
#include "sound/volt_reg.h"
+#include "speaker.h"
-extern const device_type INDER_AUDIO = &device_creator<inder_sb_device>;
+const device_type INDER_AUDIO = device_creator<inder_sb_device>;
inder_sb_device::inder_sb_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)