summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6260.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-08-27 11:07:21 +1000
committer Vas Crabb <vas@vastheman.com>2017-08-27 11:07:21 +1000
commitec3caa98bdcab04b0cb90b3cf1c1eb740433dfd6 (patch)
tree337a198314bc8532025a9a1107430de7aafc1388 /src/devices/video/huc6260.h
parentd969bebe1a47abe407c3ab280227213856b257bd (diff)
srcclean (nw)
Diffstat (limited to 'src/devices/video/huc6260.h')
-rw-r--r--src/devices/video/huc6260.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/huc6260.h b/src/devices/video/huc6260.h
index e6a06b59606..d148fdf9f82 100644
--- a/src/devices/video/huc6260.h
+++ b/src/devices/video/huc6260.h
@@ -83,7 +83,7 @@ private:
uint8_t m_pixels_per_clock; /* Number of pixels to output per colour clock */
uint16_t m_pixel_data;
uint8_t m_pixel_clock;
-
+
emu_timer *m_timer;
std::unique_ptr<bitmap_ind16> m_bmp;