summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/cdp1862.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/cdp1862.cpp')
-rw-r--r--src/devices/video/cdp1862.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devices/video/cdp1862.cpp b/src/devices/video/cdp1862.cpp
index ab79e3998dd..4d7525195c0 100644
--- a/src/devices/video/cdp1862.cpp
+++ b/src/devices/video/cdp1862.cpp
@@ -9,6 +9,8 @@
#include "emu.h"
#include "cdp1862.h"
+#include "screen.h"
+
//**************************************************************************
@@ -24,7 +26,7 @@ static const int CDP1862_BACKGROUND_COLOR_SEQUENCE[] = { 2, 0, 1, 4 };
//**************************************************************************
// device type definition
-const device_type CDP1862 = &device_creator<cdp1862_device>;
+const device_type CDP1862 = device_creator<cdp1862_device>;