summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ecbbus/grip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ecbbus/grip.cpp')
-rw-r--r--src/devices/bus/ecbbus/grip.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/bus/ecbbus/grip.cpp b/src/devices/bus/ecbbus/grip.cpp
index c4da34f0e81..3dea8a6b486 100644
--- a/src/devices/bus/ecbbus/grip.cpp
+++ b/src/devices/bus/ecbbus/grip.cpp
@@ -9,6 +9,9 @@
#include "emu.h"
#include "grip.h"
+#include "screen.h"
+#include "speaker.h"
+
//**************************************************************************
@@ -32,7 +35,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type ECB_GRIP21 = &device_creator<grip_device>;
+const device_type ECB_GRIP21 = device_creator<grip_device>;