summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/cdp1862.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/cdp1862.h')
-rw-r--r--src/devices/video/cdp1862.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/cdp1862.h b/src/devices/video/cdp1862.h
index 8ab9716642b..0ee90fa3bd6 100644
--- a/src/devices/video/cdp1862.h
+++ b/src/devices/video/cdp1862.h
@@ -49,7 +49,7 @@ public:
void set_luminance(double r, double b, double g, double bkg) { m_lum_r = r; m_lum_b = b; m_lum_g = g; m_lum_bkg = bkg; }
void set_chrominance(double r, double b, double g, double bkg) { m_chr_r = r; m_chr_b = b; m_chr_g = g; m_chr_bkg = bkg; }
- void dma_w(uint8_t data);
+ DECLARE_WRITE8_MEMBER( dma_w );
DECLARE_WRITE_LINE_MEMBER( bkg_w );
DECLARE_WRITE_LINE_MEMBER( con_w );