summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/ef9365.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/ef9365.cpp')
-rw-r--r--src/devices/video/ef9365.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/video/ef9365.cpp b/src/devices/video/ef9365.cpp
index 90cc08e51fb..ee57644ccaa 100644
--- a/src/devices/video/ef9365.cpp
+++ b/src/devices/video/ef9365.cpp
@@ -67,6 +67,9 @@
#include "emu.h"
#include "ef9365.h"
+#include "screen.h"
+
+
#ifdef DBGMODE
//-------------------------------------------------
// Some debug mode const strings
@@ -122,7 +125,7 @@ const char * commands_names[]=
#endif
// devices
-const device_type EF9365 = &device_creator<ef9365_device>;
+const device_type EF9365 = device_creator<ef9365_device>;
ROM_START( ef9365 )
ROM_REGION( 0x1E0, "ef9365", 0 )