summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/huc6260.h
diff options
context:
space:
mode:
author angelosa <salese_corp_ltd@email.it>2017-08-03 04:24:32 +0200
committer angelosa <salese_corp_ltd@email.it>2017-08-03 04:25:15 +0200
commit6f4fcd6e12e8048b68a5725e7b07ac67c95c49a3 (patch)
tree24f24fc4e3482e6ea00fa74f533c00bea6c0f65d /src/devices/video/huc6260.h
parentd320ebddda4aa96e6c63a97229d254d48fe25698 (diff)
MT #06641
Diffstat (limited to 'src/devices/video/huc6260.h')
-rw-r--r--src/devices/video/huc6260.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/huc6260.h b/src/devices/video/huc6260.h
index a863a05d762..e6a06b59606 100644
--- a/src/devices/video/huc6260.h
+++ b/src/devices/video/huc6260.h
@@ -78,12 +78,12 @@ private:
uint16_t m_palette[512];
uint16_t m_address;
- uint8_t m_greyscales; /* Should the HuC6260 output grey or color graphics */
+ uint16_t m_greyscales; /* Should the HuC6260 output grey or color graphics */
uint8_t m_blur; /* Should the edges of graphics be blurred/Select screen height 0=262, 1=263 */
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;