summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/sed1520.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/sed1520.cpp')
-rw-r--r--src/devices/video/sed1520.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/video/sed1520.cpp b/src/devices/video/sed1520.cpp
index 7d65e9a76af..83f884d5756 100644
--- a/src/devices/video/sed1520.cpp
+++ b/src/devices/video/sed1520.cpp
@@ -12,12 +12,14 @@
#include "emu.h"
#include "video/sed1520.h"
+#include "screen.h"
+
//**************************************************************************
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type SED1520 = &device_creator<sed1520_device>;
+const device_type SED1520 = device_creator<sed1520_device>;
//**************************************************************************