summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/cesblit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/cesblit.cpp')
-rw-r--r--src/devices/video/cesblit.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/video/cesblit.cpp b/src/devices/video/cesblit.cpp
index fd7ad41ee25..330abce1b66 100644
--- a/src/devices/video/cesblit.cpp
+++ b/src/devices/video/cesblit.cpp
@@ -52,12 +52,15 @@
#include "emu.h"
#include "cesblit.h"
+#include "screen.h"
+
+
/***************************************************************************
GLOBAL VARIABLES
***************************************************************************/
// device type definition
-const device_type CESBLIT = &device_creator<cesblit_device>;
+const device_type CESBLIT = device_creator<cesblit_device>;
/***************************************************************************
LIVE DEVICE