summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6260.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6260.cpp')
-rw-r--r--src/devices/video/huc6260.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/video/huc6260.cpp b/src/devices/video/huc6260.cpp
index 8a90b800bd9..1676924dee2 100644
--- a/src/devices/video/huc6260.cpp
+++ b/src/devices/video/huc6260.cpp
@@ -19,6 +19,9 @@
#include "emu.h"
#include "huc6260.h"
+#include "screen.h"
+
+
#define LOG 0
#define HUC6260_HSYNC_LENGTH 237
@@ -42,7 +45,7 @@ PALETTE_INIT_MEMBER(huc6260_device, huc6260)
}
-const device_type HUC6260 = &device_creator<huc6260_device>;
+const device_type HUC6260 = device_creator<huc6260_device>;
huc6260_device::huc6260_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)