summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ms7004.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/ms7004.cpp')
-rw-r--r--src/mame/machine/ms7004.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/machine/ms7004.cpp b/src/mame/machine/ms7004.cpp
index d09ce6a4332..1f3ae8a3421 100644
--- a/src/mame/machine/ms7004.cpp
+++ b/src/mame/machine/ms7004.cpp
@@ -10,6 +10,8 @@
#include "emu.h"
#include "ms7004.h"
+#include "speaker.h"
+
#define VERBOSE_DBG 1 /* general debug messages */
@@ -34,7 +36,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type MS7004 = &device_creator<ms7004_device>;
+const device_type MS7004 = device_creator<ms7004_device>;
ROM_START( ms7004 )
ROM_REGION (0x800, MS7004_CPU_TAG, 0)