summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/hd63484.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/hd63484.cpp')
-rw-r--r--src/devices/video/hd63484.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/video/hd63484.cpp b/src/devices/video/hd63484.cpp
index fd37c54f702..06f7a1dc20c 100644
--- a/src/devices/video/hd63484.cpp
+++ b/src/devices/video/hd63484.cpp
@@ -12,6 +12,9 @@
#include "emu.h"
#include "hd63484.h"
+#include "screen.h"
+
+
#define LOG 0
#define FIFO_LOG 0
#define CMD_LOG 0
@@ -328,7 +331,7 @@ enum
-------------------------------------------------*/
// devices
-const device_type HD63484 = &device_creator<hd63484_device>;
+const device_type HD63484 = device_creator<hd63484_device>;
ROM_START( hd63484 )