summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6261.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/huc6261.cpp')
-rw-r--r--src/devices/video/huc6261.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/devices/video/huc6261.cpp b/src/devices/video/huc6261.cpp
index 43b4eada457..e9ca25d236d 100644
--- a/src/devices/video/huc6261.cpp
+++ b/src/devices/video/huc6261.cpp
@@ -16,13 +16,16 @@
#include "emu.h"
#include "huc6261.h"
+#include "screen.h"
+
+
#define LOG 0
#define HUC6261_HSYNC_LENGTH 237
#define HUC6261_HSYNC_START ( HUC6261_WPF - HUC6261_HSYNC_LENGTH )
-const device_type HUC6261 = &device_creator<huc6261_device>;
+const device_type HUC6261 = device_creator<huc6261_device>;
huc6261_device::huc6261_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)