summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9345.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9345.cpp')
-rw-r--r--src/devices/video/ef9345.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/video/ef9345.cpp b/src/devices/video/ef9345.cpp
index c8ff12252dd..ed3ec8adc3a 100644
--- a/src/devices/video/ef9345.cpp
+++ b/src/devices/video/ef9345.cpp
@@ -14,6 +14,9 @@
#include "emu.h"
#include "ef9345.h"
+#include "screen.h"
+
+
#define MODE24x40 0
#define MODEVAR40 1
#define MODE8x80 2
@@ -25,7 +28,7 @@
//**************************************************************************
// devices
-const device_type EF9345 = &device_creator<ef9345_device>;
+const device_type EF9345 = device_creator<ef9345_device>;
// default address map
static ADDRESS_MAP_START( ef9345, AS_0, 8, ef9345_device )