summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/inder_vid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/inder_vid.cpp')
-rw-r--r--src/mame/machine/inder_vid.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/machine/inder_vid.cpp b/src/mame/machine/inder_vid.cpp
index 325134d8e3d..82568dec121 100644
--- a/src/mame/machine/inder_vid.cpp
+++ b/src/mame/machine/inder_vid.cpp
@@ -8,9 +8,10 @@
#include "emu.h"
#include "machine/inder_vid.h"
+#include "screen.h"
-extern const device_type INDER_VIDEO = &device_creator<inder_vid_device>;
+const device_type INDER_VIDEO = device_creator<inder_vid_device>;
inder_vid_device::inder_vid_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)